/* ==========================================================================
   Mixins & Functions (All Platforms):
   ========================================================================== */
/* ======
   MIXINS
   ====== */
/* =========
   FUNCTIONS
   ========= */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
body {
  line-height: 1;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
ul, ol {
  list-style: none;
  margin: 0;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
ul li, ol li {
  display: inline-block;
}

/* line 45, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
blockquote, q {
  quotes: none;
}

/* line 50, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 55, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   General Settings
   ========================================================================== */
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
/* line 69, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
[ng\:cloak], [data-ng-cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
.c2-cloak {
  display: none !important;
}

/* Disable selection to page */
/* line 78, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
* {
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* Restore selection to LivePerson in order to prevent a bug in webkit (chrome/safari/mobile) with textarea */
/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
#lpChat * {
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}

/* Override selection disabling for input text elements only */
/* line 89, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_generalSettings.scss */
input, textarea {
  -khtml-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

/* Font sizes */
/* ==========================================================================
   Color variables
   ========================================================================== */
/* Global Colors */
/* Language Picker Colors */
/* User Settings Popup */
/* Form Colors */
/* RGBA color for Form background opacity */
/* Tooltip Background - Gradient Colors */
/* Button Colors */
/* Contact Panel Colors */
/* Footer Colors */
/* Links Colors */
/* Header Colors */
/* Main-Menu Colors */
/* Deposit Components */
/* Dropdown Colors */
/* transparent; */
/* Panels */
/* Add Credit Card */
/* MFT Colors */
/* ACH Payment Colors */
/* Redirect Iframe */
/* Wire Transfer */
/* PayPal Page */
/* Secured Page */
/* Deposit Approved Page */
/* Neteller */
/* Oxxo */
/* Qiwi */
/* Side Bar - Amanda Help */
/* Side Bar - Deposit Not Approved */
/* Side Bar - Withdraw Not Approved */
/* Side Bar - Amanda Help */
/* Popups */
/* Withdrawal Page */
/* Currency Dropdown */
/* How To - New Window */
/* Editable E-mail */
/* History Page */
/* Verify ID Page */
/* Money Transfer Page */
/* AutoScanDovumentUpload directive (JUMIO) */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Removes X from input fields in IE10 */
/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.invisible {
  visibility: hidden;
}

/** 
 *  Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 65, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.clearfix:after {
  clear: both;
}

/**
 * functional classes, used in order to minimize SASS/CSS code and avoid creating multiple UNNECESSARY classes & rules
 * for example: .bi-app-float-left floats the element to left, regardless its placement - header, footer, paragraph etc.
 * even if the element does need to have a semantic class, multiple classes can be used, i.e. class="last-visit-date bi-app-float-left" 
 */
/* line 74, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-float-left {
  float: left;
}

/* line 78, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-float-right {
  float: right;
}

/* line 82, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-text-align-right {
  text-align: right;
}

/* line 85, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-text-align-left {
  text-align: left;
}

/* line 89, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-position-relative {
  position: relative;
}

/* line 93, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-center {
  margin: auto;
}

/* line 97, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-text-bold {
  font-weight: bold;
}

/* line 101, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-text-normal {
  font-weight: normal;
}

/* line 105, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-text-italic {
  font-style: italic;
}

/* line 109, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.bi-app-text-underline {
  text-decoration: underline;
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.grayscale {
  -webkit-filter: #CCCCCC;
  filter: #CCCCCC;
  /* IE6-9 */
  filter: grayscale(1);
}

/* line 119, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.ellipsis {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 125, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.text-italic {
  font-style: italic;
}

/* line 129, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.push-inside {
  padding: 0 1rem 0 1rem;
}

/* line 133, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.content-link {
  text-decoration: none;
}

/* line 136, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.content-link:hover {
  text-decoration: underline;
}

/*Margin */
/* line 142, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.mt-1 {
  margin-top: 1rem;
}

/* line 145, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.mt-2 {
  margin-top: 2rem;
}

/* line 148, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_helpers.scss */
.mt-3 {
  margin-top: 3rem;
}

/* ==========================================================================
   Cashier Loader (For both PC & mobile)
   ========================================================================== */
/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_loader.scss */
.cashier-loader {
  -o-animation: cashier-loader-animation ease infinite 4.6s;
  -ms-animation: cashier-loader-animation ease infinite 4.6s;
  -webkit-animation: cashier-loader-animation ease infinite 4.6s;
  -moz-animation: cashier-loader-animation ease infinite 4.6s;
  animation: cashier-loader-animation ease infinite 4.6s;
  -webkit-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
  -moz-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
  box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
  left: 0;
  right: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_loader.scss */
.overlay .outer-alignment .inner-alignment .jumio-loader-content {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_loader.scss */
.overlay .outer-alignment .inner-alignment .jumio-loader-content .jumio-loader-text {
  color: white;
  font-size: 2rem;
  line-height: 2.5rem;
  top: 13rem;
  position: relative;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_loader.scss */
.overlay .outer-alignment .inner-alignment .jumio-loader-content .jumio-loader-image {
  background-image: url("data:image/jpeg;base64,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");
  background-repeat: no-repeat;
  width: 16rem;
  height: 9rem;
  background-size: 16rem 9rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_loader.scss */
.overlay .outer-alignment .inner-alignment .jumio-loader-content .loader {
  border: none;
  padding-top: 18rem;
  background-color: transparent;
  margin-top: 13rem;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_loader.scss */
.overlay .outer-alignment .inner-alignment .jumio-loader-content .loader .cashier-loader {
  margin-top: 9.4rem;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_loader.scss */
.overlay .outer-alignment .inner-alignment .jumio-loader-content .loader .load-message {
  display: none;
}

/* line 58, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_loader.scss */
.loader-text-mobile {
  margin-bottom: 5px;
  text-align: center;
}

@-webkit-keyframes cashier-loader-animation {
  0%, 100% {
    -webkit-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
    -moz-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
    box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
    -moz-box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
    box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
    -moz-box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
    box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    -moz-box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
  }
}

@-moz-keyframes cashier-loader-animation {
  0%, 100% {
    -webkit-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
    -moz-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
    box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
    -moz-box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
    box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
    -moz-box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
    box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    -moz-box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
  }
}

@-o-keyframes cashier-loader-animation {
  0%, 100% {
    -webkit-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
    -moz-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
    box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
    -moz-box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
    box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
    -moz-box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
    box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    -moz-box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
  }
}

@keyframes cashier-loader-animation {
  0%, 100% {
    -webkit-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
    -moz-box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
    box-shadow: 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
    -moz-box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
    box-shadow: -32px 32px #dfdfdf, -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
    -moz-box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
    box-shadow: -32px -32px #4f4d49, 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    -moz-box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
    box-shadow: 32px -32px #dfdfdf, 32px 32px #4f4d49, -32px 32px #dfdfdf, -32px -32px #4f4d49;
  }
}

/* ==========================================================================
   Image names and paths
   ========================================================================== */
/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive {
  color: #9c9c9c;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive input {
  display: none;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive input[type="checkbox"] + label > i {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive input[type="checkbox"]:checked + label > i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive .passCheck {
  margin: 0.1rem 0.2rem 0rem 0rem;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #9c9c9c;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  vertical-align: top;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive .text {
  font-size: 1.1rem;
  vertical-align: top;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive .tooltip {
  right: -1.5rem;
  display: none;
  position: absolute;
  top: 0.1rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive > .error {
  color: #df0221;
}

/* line 59, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive > .error .passCheck {
  border-color: #df0221;
}

/* line 63, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive > .error .tooltip {
  display: block;
}

/* line 66, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_termsAndConditions.scss */
.terms-and-conditions-directive > .error .tooltip .input-label.error {
  margin: 0;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper,
.routing-number-ach-wrapper {
  margin-right: 1.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .tooltip-label,
.routing-number-ach-wrapper .tooltip-label {
  width: auto;
  display: inline-block;
  color: #9c9c9c;
  font-size: 1.1rem;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .tooltip-label > span,
.routing-number-ach-wrapper .tooltip-label > span {
  margin-bottom: 0.3rem;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .deposit-account-number,
.routing-number-ach-wrapper .deposit-account-number {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  height: 1.4rem;
  text-align: left;
  width: 14.5rem;
  position: relative;
  background: transparent;
  display: block;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .deposit-routing-number,
.routing-number-ach-wrapper .deposit-routing-number {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  height: 1.4rem;
  text-align: left;
  width: 14.5rem;
  position: relative;
  background: transparent;
  display: block;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .icons-icon_question_mini,
.routing-number-ach-wrapper .icons-icon_question_mini {
  display: inline-block;
  background-repeat: no-repeat;
  top: -3px;
  position: relative;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .icons-icon_question_mini .tooltip-hotspot,
.routing-number-ach-wrapper .icons-icon_question_mini .tooltip-hotspot {
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: block;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .icons-icon_question_mini .tooltip-container,
.routing-number-ach-wrapper .icons-icon_question_mini .tooltip-container {
  position: absolute;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
  border-radius: 0.1rem;
  font-family: helvetica;
  padding: 1rem;
  z-index: 20;
  line-height: 1.4;
  font-size: 1.3rem;
  width: 27rem;
  left: 2rem;
  top: -3rem;
}

/* line 74, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .icons-icon_question_mini .inner-content-container,
.routing-number-ach-wrapper .icons-icon_question_mini .inner-content-container {
  display: block;
}

/* line 77, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .icons-icon_question_mini .inner-content-container .tooltip-image,
.routing-number-ach-wrapper .icons-icon_question_mini .inner-content-container .tooltip-image {
  width: 9.6rem;
  height: 4.5rem;
  display: inline-block;
  background-repeat: no-repeat;
}

/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_ach.scss */
.account-number-ach-wrapper .icons-icon_question_mini .inner-content-container .tooltip-text,
.routing-number-ach-wrapper .icons-icon_question_mini .inner-content-container .tooltip-text {
  margin-left: 1rem;
  display: inline-block;
  width: 16rem;
  border: 0;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_outerInputTooltip.scss */
.outer-input-tooltip-wrapper {
  display: inline-block;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_outerInputTooltip.scss */
.outer-input-tooltip-wrapper .outer-input-tooltip-help {
  max-width: 19.5rem;
  position: absolute;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  color: #9c9c9c;
  border: 1px solid #9c9c9c;
  font-family: helvetica;
  padding: 1rem;
  line-height: 1.4;
  font-size: 1.3rem;
  word-wrap: break-word;
  margin-top: -3.7rem;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_outerInputTooltip.scss */
.outer-input-tooltip-wrapper .outer-input-tooltip-help:before, .outer-input-tooltip-wrapper .outer-input-tooltip-help:after {
  right: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_outerInputTooltip.scss */
.outer-input-tooltip-wrapper .outer-input-tooltip-help:after {
  top: 1.0rem;
  border-right-color: #ffffff;
  border-width: 0.9rem;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_outerInputTooltip.scss */
.outer-input-tooltip-wrapper .outer-input-tooltip-help:before {
  top: 1.0rem;
  border-right-color: #9c9c9c;
  border-width: 1rem;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_outerInputTooltip.scss */
.outer-input-tooltip-wrapper .outer-input-tooltip-icon {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-block;
  margin-left: -3.3rem;
  margin-top: 0.5rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector {
  margin-top: 0;
  position: relative;
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector .hidden-visibility {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity= 0);
  opacity: 0;
  visibility: hidden;
}

/* line 10, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector .error {
  color: #df0221;
  font-size: 1.1rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector .arrow-left {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 5.2rem;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector ul {
  float: left;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector ul li {
  position: relative;
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(2%, #f7f7f7), color-stop(97%, #f2f2f2), color-stop(98%, #e8e8e8), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dbdbdb' ,GradientType=0)";
  /* IE6-9 */
  border: 1px solid #bdbdbd;
  margin-right: 0.5rem;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector ul li.selected {
  border: 2px solid #9FD00E;
  margin: -1px 3px -1px 0;
}

/* line 37, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector ul li:hover {
  background: #e1e1e1;
  cursor: pointer;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector ul li span {
  left: 0;
  top: 0;
  position: absolute;
  height: 1.7rem;
  width: 1.7rem;
}

/* line 50, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector ul li div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9rem;
  width: 10rem;
  height: 5.2rem;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/directives/_imagesSelector.scss */
.images-selector .arrow-right {
  float: right;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 5.2rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.empty {
  color: #a9a9a9;
  /* For IE, when an input field is empty the watermark should be gray */
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.pointer {
  cursor: pointer;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.fa {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-rendering: auto;
  background-repeat: no-repeat;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
c2-main-menu {
  display: table-cell;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.mainContainer {
  border-left-color: #dcdcdc;
  border-left-width: 1px;
  display: table-cell;
  background-color: #ffffff;
  border-style: solid;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.mainContainer .mainViewContainer {
  padding: 9rem 2.2rem 2.2rem 2.2rem;
  position: relative;
  height: 44.4rem;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner-visible .mainContainer .mainViewContainer {
  height: 32rem;
  overflow-y: scroll;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
a {
  color: #9b9b9b;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
a:hover {
  text-decoration: underline;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
input:focus {
  outline: none;
  border-style: solid;
  border-right-width: 1px;
}

/* errors */
/* line 61, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.input-label.error {
  color: #df0221;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.input-label.error i {
  right: auto;
  display: inline-block;
  position: static;
  top: auto;
  margin-top: -0.3rem;
  margin-left: 0.1rem;
}

/* line 72, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.input-label.error i span {
  cursor: pointer;
}

/* line 78, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.input-label i {
  right: -1.6rem;
  display: none;
  position: absolute;
  top: -0.1rem;
}

/* line 89, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.deposit-popup-details-input-wrapper .input-label.error i {
  right: -1.6rem;
  position: absolute;
  top: 0.3rem;
  margin-top: 0;
}

/* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.button-wrap {
  margin-top: 1.8rem;
}

/* line 102, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.button-wrap button {
  margin-right: 6.4rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  padding: 1.3rem 3rem 1.3rem 3rem;
  cursor: pointer;
  border: none;
  border-bottom: 0.3rem solid;
  font-size: 1.8rem;
  color: #ffffff;
}

/* line 112, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.button-wrap button:focus, .button-wrap button:active {
  outline: 0 none;
}

/* line 116, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.button-wrap button i {
  margin-left: 0.3rem;
  font-size: 75%;
}

/* line 121, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.button-wrap button.no-margin-right {
  margin-right: 0rem;
}

/* line 127, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.border-separator {
  margin: 1.2rem 0 1.2rem 7.3rem;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

/* box animation */
/* line 134, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.animated-box {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  width: 69.8rem;
}

/* line 143, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.amanda-help-wrapper {
  right: 0;
  opacity: 1;
  position: absolute;
  top: 11.1rem;
}

/* line 149, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.amanda-help-wrapper.fadeout {
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

/* line 157, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.amanda-help-icon {
  -webkit-border-top-left-radius: 4rem;
  -moz-border-topleft-radius: 4rem;
  border-top-left-radius: 4rem;
  -webkit-border-top-right-radius: 0;
  -moz-border-topright-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottomright-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4rem;
  -moz-border-bottomleft-radius: 4rem;
  border-bottom-left-radius: 4rem;
  border-right: none;
  -webkit-box-shadow: -0.5rem -0.1rem 0.3rem -0.5rem #010101;
  -moz-box-shadow: -0.5rem -0.1rem 0.3rem -0.5rem #010101;
  box-shadow: -0.5rem -0.1rem 0.3rem -0.5rem #010101;
  direction: ltr;
  width: 6.8rem;
  height: 8rem;
  background-repeat: no-repeat;
  border: 1px solid #000000;
  background-position-y: -0.3rem;
  background-position-x: 19%;
  background-size: 8.6rem;
  cursor: pointer;
}

/* line 172, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.amanda-help-text {
  margin-left: 1.8rem;
  direction: ltr;
  text-align: center;
  color: #050505;
  margin-top: 0.8rem;
}

/* counter */
/* line 181, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.counter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: block;
  line-height: 5rem;
  background-color: #f7f7f7;
  /* layer fill content */
  font-size: 3rem;
}

/* Styles related to presenting sprint 1 */
/* line 193, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.mft-wrapper.show-mft-fixed-height {
  height: 6.8rem;
}

/* line 197, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.show-mft {
  display: none;
}

/* End of Styles related to presenting sprint 1 */
/* line 202, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.grayscal {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* line 208, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_cvv {
  height: 3.2rem;
  width: 4.2rem;
  display: inline-block;
  background-repeat: no-repeat;
}

/* line 215, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_credit_card {
  width: 3rem;
  height: 2rem;
  text-align: center;
  background-repeat: no-repeat;
}

/* line 222, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_entropay_small {
  width: 1.4rem;
  height: 1.5rem;
}

/* line 227, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_mastercard_small {
  width: 1.4rem;
  height: 1.5rem;
}

/* line 232, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_diners_small {
  width: 1.4rem;
  height: 1.5rem;
}

/* line 237, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_visa_small {
  width: 1.4rem;
  height: 1.5rem;
}

/* line 242, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_discover_small {
  width: 1.4rem;
  height: 1.5rem;
}

/* line 247, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_prepaid_small {
  width: 1.4rem;
  height: 1.5rem;
}

/* line 252, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_attention_small {
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: -0.1rem 0;
}

/* line 259, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_attention_big {
  background-repeat: no-repeat;
  background-size: 90% !important;
}

/* line 264, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_in_process {
  height: 3.6rem;
  width: 4.2rem;
  background-repeat: no-repeat;
}

/* line 270, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_regulation_age {
  width: 2.1rem;
  height: 2.2rem;
}

/* line 275, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_regulation_1 {
  width: 2.4rem;
  height: 2.5rem;
}

/* line 280, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.icons-icon_question_mini {
  width: 1.2rem;
  height: 1.2rem;
}

/* line 285, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.live-person-chat {
  left: 69.1rem !important;
  top: 19.8rem !important;
  width: 25rem !important;
  height: 30rem !important;
}

/* line 293, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.collapsible-section-wrapper .collapsible-section-title {
  cursor: pointer;
}

/* line 297, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.collapsible-section-wrapper .collapsible-section-title-arrow {
  padding-top: 2rem;
  float: right;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 303, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.collapsible-section-wrapper .collapsible-section-title-arrow .fa {
  width: 1.2rem;
  height: 1.2rem;
}

/* line 309, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.collapsible-section-wrapper .collapsible-section-title-text {
  display: inline-block;
}

/* line 316, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.collapsible-section-wrapper .collapsible-section-body-content-wrapper {
  clear: both;
  overflow: hidden;
  padding-bottom: 1px;
}

/* line 323, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.exchange-rate-text-wrapper {
  float: right;
}

/* line 326, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.exchange-rate-text-wrapper .exchange-rate-title {
  float: left;
}

/* line 330, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.exchange-rate-text-wrapper .exchange-one {
  float: left;
  display: inline-block;
}

/* line 335, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.exchange-rate-text-wrapper .exchange-rate {
  float: right;
  display: inline-block;
}

/* line 341, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner {
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  -webkit-transition: max-height 1s;
  -ms-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 0;
  font-size: 1.6rem;
  width: 85.6rem;
  display: inline-block;
  overflow: hidden;
  color: #000000;
  background-color: #e9e9e9;
}

/* line 351, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-image-container {
  float: left;
  display: table;
  width: 14rem;
  margin: 1rem 0;
}

/* line 357, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-image-container .banner-image {
  border-right: 3px solid #d3d3d3;
  display: table-cell;
  vertical-align: middle;
  height: 9.5rem;
  background: no-repeat 50% 50%;
}

/* line 366, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container {
  float: left;
  margin-left: 2rem;
  width: 48rem;
  height: 11.5rem;
  display: table;
}

/* line 373, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container .message-banner-text {
  display: table-cell;
  vertical-align: middle;
}

/* line 377, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container .message-banner-text .message-banner-text-content {
  margin-left: auto;
}

/* line 380, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container .message-banner-text .message-banner-text-content strong, .message-banner .message-banner-text-container .message-banner-text .message-banner-text-content b, .message-banner .message-banner-text-container .message-banner-text .message-banner-text-content strong *, .message-banner .message-banner-text-container .message-banner-text .message-banner-text-content b * {
  font-weight: bold;
}

/* line 384, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container .message-banner-text .message-banner-text-content em, .message-banner .message-banner-text-container .message-banner-text .message-banner-text-content i, .message-banner .message-banner-text-container .message-banner-text .message-banner-text-content em *, .message-banner .message-banner-text-container .message-banner-text .message-banner-text-content i * {
  font-style: italic;
}

/* line 388, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container .message-banner-text .message-banner-text-content ul {
  padding-left: 1.7rem;
  display: block;
  list-style-type: disc;
  margin-left: 0;
  margin-right: 0;
}

/* line 396, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container .message-banner-text .message-banner-text-content ol {
  padding-left: 1.6rem;
  display: block;
  list-style-type: decimal;
  margin-left: 0;
  margin-right: 0;
}

/* line 404, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container .message-banner-text .message-banner-text-content li {
  display: list-item;
}

/* line 408, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container .message-banner-text .message-banner-text-content .banner-text-header {
  font-weight: bold;
  font-size: 2.4rem;
}

/* line 413, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-text-container .message-banner-text .message-banner-text-content .banner-text-body {
  padding-top: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

/* line 422, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-button-wrapper {
  float: right;
  display: table;
  height: 11.5rem;
  width: 21rem;
}

/* line 428, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-button-wrapper .message-banner-button {
  display: table-cell;
  vertical-align: middle;
}

/* line 432, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-button-wrapper .message-banner-button .primary-message-action {
  margin-right: 2rem;
  margin-top: 0.8rem;
  text-align: center;
}

/* line 437, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-button-wrapper .message-banner-button .primary-message-action button {
  padding: 1.3rem 2rem 1.3rem 2rem;
  width: 19rem;
  margin: 0;
}

/* line 444, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-button-wrapper .message-banner-button .secondary-message-action {
  margin-right: 2rem;
  text-align: center;
  padding-top: 0.7rem;
  font-size: 1.4rem;
}

/* line 450, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-button-wrapper .message-banner-button .secondary-message-action > span {
  cursor: pointer;
}

/* line 454, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner .message-banner-button-wrapper .message-banner-button .secondary-message-action:hover {
  text-decoration: underline;
}

/* line 461, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.message-banner.opened {
  max-height: 11.5rem;
  border-bottom: 2px solid #d3d3d3;
}

/* line 467, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_common.scss */
.image-optimize-render {
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

/**
 * General Layout CSS
 * ------------------
 */
/* Global Layout */
/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
html {
  font-size: 10px;
  /* Sets up the Base 10 stuff */
  font-family: Arial, sans-serif;
  height: 100%;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
body {
  width: 100rem;
  height: 100%;
  min-height: 66.5rem;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #636363;
  background: #000000;
  /**
     * sometimes when the approved deposit page is loaded, some iframes related to deposit are being added to the <body> tag.
     * when the Cashier is displayed inside a client (where the window size is exactly 1000x665) these iframes push the end of the page down by a few pixels, 
     * creating ugly scrollbars side effect. the purpose of this definition is to avoid the scrollbars by rendering the iframes outside the viewport.
     */
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
body > iframe {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -1000px;
  left: -1000px;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.cashier-app {
  direction: ltr;
  -webkit-border-top-left-radius: 0;
  -moz-border-topleft-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-topright-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-bottomright-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -moz-border-bottomleft-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  width: 100rem;
  height: 66.5rem;
  overflow: hidden;
  position: relative;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.cashier-app .layout-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.cashier-app .layout-wrapper .cashier-content-container {
  background-color: #ffffff;
  width: 100%;
  height: 55.5rem;
  display: table-row;
}

/* line 55, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.cashier-app .layout-wrapper .iGaminglogo {
  background-size: cover;
  height: 6rem;
  width: 17rem;
  display: block;
  position: absolute;
  bottom: 2rem;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.cashier-app .layout-wrapper .iGaminglogoAlberta {
  background-size: 100%;
  height: 6rem;
  width: 17rem;
  display: block;
  position: absolute;
  bottom: 2rem;
  background-repeat: no-repeat;
  left: 2rem;
}

/* Header */
/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header {
  display: table-row;
  width: 100%;
  height: 11rem;
  color: #ffffff;
  font-size: 1.2rem;
}

/* line 86, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header > div {
  vertical-align: top;
  height: 100%;
  display: table-cell;
}

/* line 91, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header > div .header-language-selector {
  padding-left: 0.8rem;
  margin-top: 0.5rem;
}

/* line 95, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header > div .header-language-selector.bi-app-float-right {
  margin-right: 0;
  padding-left: 0;
}

/* line 100, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header > div .header-language-selector .dropdown-wrapper {
  border-left: 2px solid #68686b;
  padding: 0 0.8rem 0 0.8rem;
  width: auto;
}

/* line 105, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header > div .header-language-selector .dropdown-wrapper .dropdown-menuList {
  min-width: 20.3rem;
}

/* line 111, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header > div > .clearfix {
  height: 3.9rem;
}

/* line 115, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header > div > [class^='bi-app-float'] {
  padding-bottom: 2.4rem;
  line-height: 1.3;
}

/* line 120, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header > div .bi-app-float-left {
  text-align: left;
  padding-left: 2rem;
}

/* line 125, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header > div .bi-app-float-right {
  text-align: right;
  margin-right: 0.8rem;
}

/* line 131, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header .brand-logo {
  width: 14.3rem;
}

/* line 135, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
header .brand-logo-inner-container {
  height: 11rem;
  width: 14.3rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* Outside .header, because it is also used in Quick deposit*/
/* line 144, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.login-security-logo-image {
  padding-top: 0.3rem;
  margin-top: 0.5rem;
  /* background: $login-security-logo-image 0 50% no-repeat; */
  background-position: left 50%;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.5rem;
  padding-bottom: 0.2rem;
  background-position-x: 0%;
}

/* line 156, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.swedish-logos {
  background-repeat: no-repeat;
  height: 2.5rem;
  padding-bottom: 0.2rem;
  background-position-x: 0%;
  display: inline-block;
  cursor: pointer;
  margin-top: 0.5rem;
}

/* line 166, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.danish-logos {
  background-repeat: no-repeat;
  width: 5rem;
  height: 2.5rem;
  padding-bottom: 0.2rem;
  background-position-x: 0%;
  display: inline-block;
  cursor: pointer;
  margin-top: 0.5rem;
}

/* Global Popup Styles */
/* line 178, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.full-overlay {
  left: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
}

/* line 188, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.full-overlay.visible {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 194, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.full-overlay.fade {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* line 200, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.popup-fullscreen-background {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
}

/* line 210, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup {
  right: 0;
  text-align: left;
  -webkit-box-shadow: 0px 1px 3px #88979a;
  -moz-box-shadow: 0px 1px 3px #88979a;
  box-shadow: 0px 1px 3px #88979a;
  position: absolute;
  top: 3.3rem;
  width: 15.4rem;
  background-color: #ffffff;
  z-index: 1001;
}

/* line 220, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup:after {
  right: 1.2rem;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fafafa;
  border-width: 1.2rem;
  top: -2rem;
}

/* line 234, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit {
  padding: 1.8rem 1rem 1.7rem 1rem;
  color: #2d2d2d;
  line-height: 1.4rem;
}

/* line 239, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit .set-personal-limits-disabled {
  pointer-events: none;
  cursor: default;
  color: #d8d8d8;
}

/* line 245, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit.verification {
  margin: 0 auto 0 auto;
  padding: 1.8rem 0.8rem 1.9rem 0.8rem;
  display: table;
  border-top: 1px solid rgba(202, 202, 202, 0.5);
}

/* line 251, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit.verification .last-visit-title {
  color: #7d7d7f;
  width: 12rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: normal;
}

/* line 261, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit.verification .icons-icon_in_process {
  width: 1.5rem;
  height: 1.5rem;
  display: table-cell;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: top;
}

/* line 273, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit.user-settings-supportId {
  padding: 1.6rem 0.8rem 1.6rem 0.8rem;
  margin: 0 0.2rem 0 0.2rem;
  border-top: 1px solid rgba(202, 202, 202, 0.5);
}

/* line 278, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit.user-settings-supportId .title {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 283, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit.user-settings-supportId .cid {
  -khtml-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  font-size: 1.2rem;
  color: #7d7d7f;
}

/* line 290, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit .last-visit-title {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 295, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit .last-visit-date {
  font-size: 1.2rem;
  color: #7d7d7f;
}

/* line 300, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-visit .verification-in-process {
  font-size: 1.3rem;
  color: #66CC00;
}

/* line 306, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-current-visit {
  padding: 1.5rem 1rem 1.7rem 1rem;
  color: #2d2d2d;
  line-height: 1.4rem;
  border-top: 1px solid rgba(202, 202, 202, 0.5);
}

/* line 312, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-current-visit.verification {
  margin: 0 auto 0 auto;
  padding: 1.8rem 0.8rem 1.9rem 0.8rem;
  display: table;
  border-top: 1px solid rgba(202, 202, 202, 0.5);
}

/* line 318, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-current-visit.verification .current-visit-title {
  color: #7d7d7f;
  width: 12rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: normal;
}

/* line 328, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-current-visit.verification .icons-icon_in_process {
  width: 1.5rem;
  height: 1.5rem;
  display: table-cell;
  overflow: hidden;
  background-size: 100%;
  background-position: left center;
  vertical-align: top;
}

/* line 339, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-current-visit.user-settings-supportId {
  padding: 1.6rem 0.8rem 1.6rem 0.8rem;
  margin: 0 0.2rem 0 0.2rem;
  border-top: 1px solid rgba(202, 202, 202, 0.5);
}

/* line 345, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-current-visit .current-visit-title {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 350, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-current-visit .current-visit-date {
  font-size: 1.2rem;
  color: #7d7d7f;
}

/* line 355, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-current-visit .verification-in-process {
  font-size: 1.3rem;
  color: #66CC00;
}

/* line 361, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-actions {
  background-color: #dddddd;
  border-top: 2px solid #cacaca;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
}

/* line 369, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-actions > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 373, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-actions > div a, .user-settings-popup .user-settings-actions > div a:hover, .user-settings-popup .user-settings-actions > div a:focus {
  text-decoration: none;
}

/* line 378, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-actions .user-settings-icons {
  margin-right: 0.7rem;
  margin-left: 1.6rem;
  display: inline-block;
  position: relative;
  top: 0.2rem;
}

/* line 385, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-actions .user-settings-icons.icons-icon_logout {
  margin-right: 1.1rem;
  margin-left: 1.4rem;
  width: 1.3rem;
  height: 1.4rem;
}

/* line 392, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-actions .user-settings-icons.icons-icon_header_credit_card {
  margin-right: 0.7rem;
}

/* line 396, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-actions .user-settings-icons.icons-icon_phone {
  margin-right: 0.9rem;
}

/* line 401, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.user-settings-popup .user-settings-actions .user-settings-action-text {
  border-left: 1px solid #b3b3b5;
  display: inline-block;
  padding: 0.7rem 0.8rem;
  color: #5d5d5d;
}

/* Loaders */
/* line 412, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
#loaderDiv {
  -webkit-border-top-left-radius: 0;
  -moz-border-topleft-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-topright-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-bottomright-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -moz-border-bottomleft-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  margin: 0 auto;
  width: 100rem;
  height: 66.5rem;
  overflow: hidden;
}

/* line 425, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
#loaderDiv .wait-text-container {
  left: 0;
  right: 0;
  margin: 21rem auto 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 90rem;
  z-index: 2;
}

@-webkit-keyframes bounce_dot {
  0% {
    text-shadow: 0 1px 0 white;
    color: black;
  }
  100% {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
  }
}

@-moz-keyframes bounce_dot {
  0% {
    text-shadow: 0 1px 0 white;
    color: black;
  }
  100% {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
  }
}

@-o-keyframes bounce_dot {
  0% {
    text-shadow: 0 1px 0 white;
    color: black;
  }
  100% {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
  }
}

@keyframes bounce_dot {
  0% {
    text-shadow: 0 1px 0 white;
    color: black;
  }
  100% {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
  }
}

/* line 449, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
#loaderDiv .wait-text-container .text {
  padding: 1.3rem 0 1.5rem 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity= 100);
  opacity: 1;
  text-shadow: 0 1px 0 #ffffff;
  display: inline-block;
  font-size: 2.7rem;
  font-weight: bold;
  color: #5d5d5d;
  letter-spacing: -1px;
}

/* line 460, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
#loaderDiv .wait-text-container .dot {
  -o-animation-name: bounce_dot;
  -ms-animation-name: bounce_dot;
  -webkit-animation-name: bounce_dot;
  -moz-animation-name: bounce_dot;
  animation-name: bounce_dot;
  -o-animation-duration: 2.09s;
  -ms-animation-duration: 2.09s;
  -webkit-animation-duration: 2.09s;
  -moz-animation-duration: 2.09s;
  animation-duration: 2.09s;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
  left: -0.3rem;
  position: relative;
  width: 0.2rem;
  display: inline-block;
}

/* line 471, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
#loaderDiv .wait-text-container .dot-1 {
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

/* line 475, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
#loaderDiv .wait-text-container .dot-2 {
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/* line 479, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
#loaderDiv .wait-text-container .dot-3 {
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

/* line 484, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
#loaderDiv .loader-background {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity= 70);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}

/* line 491, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
#loaderDiv .loader-background .ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4.9rem;
  /* -1 * image height / 2 */
  margin-left: -4.9rem;
  display: block;
  width: 9.8rem;
  height: 9.8rem;
  background-image: url("../Images/spiffygif_98x98.gif");
}

/* Global Titles */
/* line 507, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
h1 {
  font-size: 2.4rem;
}

/* line 511, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
h2 {
  position: relative;
  font-size: 1.6rem;
  padding: 2rem 0;
}

/* Global Scrollbars */
/* line 519, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
::-webkit-scrollbar {
  width: 1.2rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #808080;
}

/* line 525, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #9b9b9b;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
}

/* line 530, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  border: 3px solid transparent;
  background-color: #ffffff;
  background-clip: content-box;
}

/* Global Icons */
/* line 539, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.icons-icon_user {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYwMzU4RUUyRDJFNjExRTRBRDY0QTRGOTVBMjg5NzBGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYwMzU4RUUzRDJFNjExRTRBRDY0QTRGOTVBMjg5NzBGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjAzNThFRTBEMkU2MTFFNEFENjRBNEY5NUEyODk3MEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjAzNThFRTFEMkU2MTFFNEFENjRBNEY5NUEyODk3MEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6upXl3AAABC0lEQVR42mLce+QoAxpgBuJSIE4AYkUg3gfEfUB8EIh/IStkYcAE84E4FonvAcU7gNgHiP/CJJjQNGaiaWRAMyQNWQBdcxEDfpCJSzMPEKsQ0KwLxBLYNH9nIA5g1eyEHBgEbMfQbAyNJkLAGJvmWUB8ioDGC0A8BZvmd0DsCcSPcGgEiTsD8R1cUQUywAGIv6CJf4GKv8MXzyBwH4g/ool9hIoz4NLMDA3xXUAsjaZOGiruhByoMM2BQPwWiPcCsSsOP7tC5d9C1YMzBkhwHQPxgB+q3g1kcx0DeaAOpNmATM3GIM3p2EKSAACpTwH5eRkUg3KUHFLOAqVhNmjpcRkqdgeaWMAJBSDAAGhzMUuuvX+zAAAAAElFTkSuQmCC") no-repeat;
  background-position-x: 0%;
}

/* line 544, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.icons-icon_phone {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ3NzU4ODkzREM0NDExRTQ5QkRFREFCNjU3NTlDREZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ3NzU4ODk0REM0NDExRTQ5QkRFREFCNjU3NTlDREZEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDc3NTg4OTFEQzQ0MTFFNDlCREVEQUI2NTc1OUNERkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDc3NTg4OTJEQzQ0MTFFNDlCREVEQUI2NTc1OUNERkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4prxC2AAAAy0lEQVR42pSSbQvCMAyEk/kCIgwFFScK9v//Kb8oKCgqDEGZ9YLpqHWTGDjapjxHepS998TMQyIqIIY26D3IUJmCC9krvCRjCTBXKFQXhrkV5qQn55kVbqqbFU7DKRHY1gpfU/ifwC6Qj3pTBJaZYIz4xHpKAnMw6JkCg8ExeXsHWsNgUDsyF5DTf/HuyQ/TSzFyCoaSy7PuRzqV9O7QroZ/GAST9D/4DzgyWEH9BiCu6guOTMZYJi0GAu1b4WgKMcmjp1TQAVz5EmAAISY9KhGMJ9sAAAAASUVORK5CYII=") no-repeat;
  width: 1.4rem;
  height: 1.7rem;
  display: inline-block;
}

/* line 551, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.icons-icon_header_credit_card {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKBAMAAAB293L0AAAAElBMVEW0tLW0tLW0tLW0tLW0tLW0tLXg96iDAAAABXRSTlOAAMjOy7X+kCMAAAAdSURBVAjXY1ANBYFghlAIYIABQQiAixOiXcFUEACmJRLLoxa0XwAAAABJRU5ErkJggg==") no-repeat;
  width: 1.4rem;
  height: 1.7rem;
  display: inline-block;
}

/* line 558, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.icons-icon_online_chat {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM4NjY4RDkzREM0NDExRTRCQzA0OTEzNkU5QTRFREEyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM4NjY4RDk0REM0NDExRTRCQzA0OTEzNkU5QTRFREEyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzg2NjhEOTFEQzQ0MTFFNEJDMDQ5MTM2RTlBNEVEQTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg2NjhEOTJEQzQ0MTFFNEJDMDQ5MTM2RTlBNEVEQTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4tOfrFAAAAyklEQVR42sxT0QrCMAzM5kC0Igjig/PR//8q9WEwnLBVYWhN4CqlrFW3IR4cXZPtmkuzhOLImYo+R5lEknPmjr5ESiNjdMHMsWfRgr0FcwgaxKSvhyGWFURSUJ43f9PDnwpqZhPImUCsyCKXJYcdA/kFc8WcOWKlMaYKCU6Y+454g0NqcAtxwa1PD5U3syexKeJcnbbWrk7p73C3lbwaxzZ5qcgZYkI/1s7efnzxLuDMfHiCnb+evDhlLrGvYWfQ2GisRV8xwVOAAQBCzzKYorVAdwAAAABJRU5ErkJggg==") no-repeat;
  width: 1.4rem;
  height: 1.7rem;
  display: inline-block;
}

/* line 565, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.icons-icon_deposit_not_approved {
  background: url("data:image/png;base64,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") no-repeat;
  width: 2.7rem;
  height: 2.5rem;
  display: inline-block;
}

/* line 572, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.icons-icon_pencil {
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAASFBMVEX///+cnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJxBvTEuAAAAGHRSTlMAHNy+FNABsf5DxOs4YtujA9n4K6H0+fChtxJ1AAAAO0lEQVR4Xn3GNwKAQAgEQC7A5Wj6/09tFkunGgLTx9TaXE5trHmhrkVrUO/+KvyV0j60FK6bUXpCEvQFZLQBjIS616oAAAAASUVORK5CYII=") no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
}

/* Global Classes */
/* line 582, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 586, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.field-validation-error {
  color: #b94a48;
}

/* line 590, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.field-validation-valid {
  display: none;
}

/* line 594, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
input.input-validation-error {
  border: 1px solid #b94a48;
}

/* line 598, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
input[type="checkbox"].input-validation-error {
  border: 0 none;
}

/* line 602, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.validation-summary-errors {
  color: #b94a48;
}

/* line 606, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.validation-summary-valid {
  display: none;
}

/* line 610, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.validationError {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: red;
  width: 280px;
  padding: 5px;
}

/* line 617, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.content-link {
  color: #9b9b9b;
  text-decoration: none;
  cursor: pointer;
}

/* line 622, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.content-link:hover {
  text-decoration: underline;
}

/* line 627, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation {
  padding: 5px 0;
  /* On mouse-over, add a grey background color */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (V) when checked */
  /* Style the indicator (V) */
}

/* line 630, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .text-wrapper {
  border-radius: 0.3rem;
  padding: 3px 3px 1px 3px;
  border: 1px solid transparent;
}

/* line 635, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .text-wrapper.error {
  border: 1px solid #df0221 !important;
}

/* line 641, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .tooltip-label {
  position: absolute;
  top: -10px;
}

/* line 646, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation input {
  display: none;
}

/* line 650, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .action-text {
  margin-left: 3rem;
}

/* line 653, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .checkmark {
  position: absolute;
  height: 2rem;
  width: 2rem;
  background-color: white;
  border-style: solid;
  border-width: 0.1rem;
}

/* line 661, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .long-text {
  margin-top: -3rem;
}

/* line 665, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* line 670, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 676, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .container input:checked ~ .checkmark:after {
  display: block;
}

/* line 680, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_generalLayout.scss */
.protection-of-funds-confirmation .container .checkmark:after {
  left: 0.8rem;
  top: 0.4rem;
  width: 0.3rem;
  height: 0.8rem;
  border: solid white;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@page {
  size: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media print {
  /* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html {
    font-size: 16px;
    height: auto;
  }
  /* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body {
    width: auto;
    height: auto;
    min-height: initial;
    font-size: 100%;
    background-color: transparent;
  }
  /* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .full-overlay, html body .full-overlay.visible {
    display: none;
  }
  /* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app {
    width: auto;
    height: auto;
    display: block;
  }
  /* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper {
    display: block;
    width: auto;
    height: auto;
  }
  /* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper header {
    display: none;
  }
  /* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper aside {
    display: none;
  }
  /* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .mainContainer {
    display: none;
  }
  /* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .main-amanda-help-wrapper {
    display: none;
  }
  /* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .side-bar {
    display: none;
  }
  /* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .cashier-content-container {
    background-color: transparent;
    width: auto;
    height: auto;
    display: block;
  }
  /* line 59, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  /* line 66, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment {
    display: block;
    width: auto;
    height: auto;
  }
  /* line 71, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment {
    width: auto;
    height: auto;
    display: block;
    vertical-align: top;
  }
  /* line 77, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content {
    width: auto;
    position: static;
  }
  /* line 81, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-amanda {
    display: none;
  }
  /* line 87, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-standard,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-small,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-large {
    border: 0 none;
    max-height: initial;
    box-shadow: none;
    background-color: transparent;
    position: static;
    width: auto;
  }
  /* line 95, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-standard .dialog-popup-overflow,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-small .dialog-popup-overflow,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-large .dialog-popup-overflow {
    width: auto;
    overflow: visible;
  }
  /* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-standard .dialog-popup-overflow .dialog-popup-content,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-small .dialog-popup-overflow .dialog-popup-content,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-large .dialog-popup-overflow .dialog-popup-content {
    width: auto;
  }
  /* line 102, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-standard .dialog-popup-overflow .dialog-popup-content .dialog-popup-close-area-wrapper,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-small .dialog-popup-overflow .dialog-popup-content .dialog-popup-close-area-wrapper,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-large .dialog-popup-overflow .dialog-popup-content .dialog-popup-close-area-wrapper {
    display: none;
  }
  /* line 106, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-standard .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-small .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-large .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper {
    padding: 0;
  }
  /* line 109, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-standard .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .dialog-popup-details-title,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-small .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .dialog-popup-details-title,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-large .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .dialog-popup-details-title {
    display: none;
  }
  /* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-standard .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .cage-deposit-receipt-popup-wrapper,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-small .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .cage-deposit-receipt-popup-wrapper,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-large .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .cage-deposit-receipt-popup-wrapper {
    padding: 1rem;
  }
  /* line 118, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-standard .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .cage-deposit-receipt-popup-wrapper .deposit-details-list .item .title,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-small .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .cage-deposit-receipt-popup-wrapper .deposit-details-list .item .title,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-large .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .cage-deposit-receipt-popup-wrapper .deposit-details-list .item .title {
    width: 13rem;
  }
  /* line 125, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_print.scss */
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-standard .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .button-wrap,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-small .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .button-wrap,
  html body .cashier-app .layout-wrapper .dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content .dialog-popup-content-wrapper-large .dialog-popup-overflow .dialog-popup-content .dialog-popup-inner-content-wrapper .button-wrap {
    display: none;
  }
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
aside {
  border-right-color: #dcdcdc;
  border-right-width: 1px;
  display: table-cell;
  vertical-align: top;
  width: 14.1rem;
  text-transform: uppercase;
  background: #f8f8f8;
  font-size: 1rem;
  border-style: solid;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
aside > div {
  position: relative;
  height: 55.5rem;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.main-menu-secondary {
  left: 0;
  position: absolute;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  bottom: 0;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item {
  display: table;
  width: 100%;
  background: #f8f8f8;
  color: #7d7d7f;
  border-bottom: 1px solid #dcdcdc;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.main-menu-primary .menu-item {
  height: 5.7rem;
  cursor: pointer;
}

/* line 38, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.main-menu-secondary .menu-item {
  height: 4.4rem;
  cursor: pointer;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item > span {
  text-align: left;
  padding: 0 0.5rem 0 0.5rem;
  border-left-width: 0.7rem;
  border-left-color: transparent;
  border-left-style: solid;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -0.03rem;
}

/* line 55, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item.verify-id span {
  padding: 0 2rem 0 0.5rem;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item.active {
  font-weight: bold;
  color: #101014;
  background: #ffffff;
}

/* line 65, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item.active > span {
  border-left-color: #000000;
}

/* line 70, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item:hover {
  color: #101014;
}

/* line 74, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .regulations {
  display: table;
  width: 100%;
  height: 4.4rem;
}

/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .regulations li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .regulations li:first-child {
  padding-left: 0.7rem;
}

/* line 88, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .regulations li span {
  display: inline-block;
}

/* line 94, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .main-menu-banner {
  margin-right: -0.3rem;
  width: 14.3rem;
  height: 8.4rem;
}

/* line 100, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .verify-id-icon {
  right: 0.5rem;
}

/* line 104, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .verify-id-double-icons {
  right: 3rem;
}

/* line 108, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .icon-tooltip {
  display: inline-block;
  position: absolute;
  background-position: center;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.4rem;
}

/* line 117, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .icon-tooltip .hotspot {
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

/* line 126, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .icon-tooltip span {
  padding: 0 0 0 0;
}

/* line 130, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .icon-tooltip .input-tooltip-help.above-input {
  left: -9.2rem;
  padding: 1rem 1rem 1rem 1rem;
  bottom: 2.5rem;
  font-size: 1.2rem;
  color: #7d7d7f;
  text-transform: none;
  font-weight: normal;
  z-index: 101;
}

/* line 140, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .icon-tooltip .input-tooltip-help.above-input span {
  padding: 0 0 0 0;
}

/* line 147, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .menu-item-italy-regulation .menu-item-italy-regulation-row {
  display: inline-block;
  padding-top: 1.5rem;
}

/* line 152, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .menu-item-italy-regulation .icon-icon_italy_aams {
  margin: 0px auto 0px -2px;
  width: 6.4rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 1rem;
}

/* line 161, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .menu-item-italy-regulation .icon-icon_italy_adm {
  margin: 0 auto 0 -2px;
  width: 6.2rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 1rem;
}

/* line 171, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .pending-requests-amount {
  right: 0.4rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  -ms-border-radius: 0.7rem;
  -o-border-radius: 0.7rem;
  border-radius: 0.7rem;
  padding: 0.3rem 0.2rem 0.2rem 0.1rem;
  position: absolute;
  top: 6.2rem;
  overflow: hidden;
  display: block;
  min-width: 1.2rem;
  text-align: center;
  line-height: 1rem;
  letter-spacing: -0.1rem;
  font-weight: normal;
  font-size: 1rem;
  background-color: #fa6200;
  color: #ffffff;
}

/* line 189, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .pending-requests-amount-tooltip {
  right: 0;
  top: 5.8rem;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  z-index: 2;
}

/* line 198, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.menu-item .pending-requests-amount-tooltip .input-tooltip-help.above-input {
  left: -8.9rem;
  bottom: 2.9rem;
  cursor: default;
}

/* line 207, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.icons-icon_ontario_regulation {
  background: url("data:image/png;base64,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") center;
  height: 50px;
  width: 75px;
  background-size: 100%;
}

/* line 214, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/_mainMenu.scss */
.icons-icon_alberta_regulation {
  background: url("data:image/png;base64,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") center;
  height: 50px;
  width: 75px;
  background-size: 85%;
  background-repeat: no-repeat;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper, .dialog-image-popup-wrapper {
  right: 0;
  left: 0;
  position: absolute;
  z-index: 1002;
  top: 0;
  bottom: 0;
  display: none;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper.open, .dialog-image-popup-wrapper.open {
  display: block;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper .outer-alignment, .dialog-image-popup-wrapper .outer-alignment {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper .outer-alignment .inner-alignment, .dialog-image-popup-wrapper .outer-alignment .inner-alignment {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content, .dialog-image-popup-wrapper .outer-alignment .inner-alignment .aligned-content {
  direction: rtl;
  position: relative;
  margin: 0 auto;
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content.standard, .dialog-image-popup-wrapper .outer-alignment .inner-alignment .aligned-content.standard {
  width: 45rem;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content.large, .dialog-image-popup-wrapper .outer-alignment .inner-alignment .aligned-content.large {
  width: 60rem;
}

/* line 38, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper .outer-alignment .inner-alignment .aligned-content.large button, .dialog-image-popup-wrapper .outer-alignment .inner-alignment .aligned-content.large button {
  max-width: 27rem;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper.transition-end .country-personal-details-popup, .dialog-image-popup-wrapper.transition-end .country-personal-details-popup {
  position: absolute;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper .personal-details-fields-container, .dialog-image-popup-wrapper .personal-details-fields-container {
  height: 45rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper .personal-details-fields-container-large, .dialog-image-popup-wrapper .personal-details-fields-container-large {
  height: 48rem;
}

/* line 59, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-wrapper .personal-details-fields-container-large .billing-address-subtitle, .dialog-image-popup-wrapper .personal-details-fields-container-large .billing-address-subtitle {
  padding-top: 0.5rem;
}

/* line 65, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-amanda {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  -ms-transition: all;
  transition: all;
  right: -10rem;
  -webkit-box-shadow: 0px 1px 3px #000000;
  -moz-box-shadow: 0px 1px 3px #000000;
  box-shadow: 0px 1px 3px #000000;
  background-size: 8.4rem;
  background-position: center -0.6rem;
  background-color: #ffffff;
  height: 7.5rem;
  width: 7.5rem;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -4.75rem;
}

/* line 81, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-amanda.open {
  opacity: 1;
}

/* line 88, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard,
.dialog-popup-content-wrapper-small,
.dialog-popup-content-wrapper-large {
  -webkit-box-shadow: 0px 1px 6px #000000;
  -moz-box-shadow: 0px 1px 6px #000000;
  box-shadow: 0px 1px 6px #000000;
  direction: ltr;
  -moz-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  -ms-transition: all;
  transition: all;
  background: #ffffff;
  border-top: 0.7rem solid;
  width: 0;
  position: relative;
}

/* line 97, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard:after,
.dialog-popup-content-wrapper-small:after,
.dialog-popup-content-wrapper-large:after {
  right: -2.4rem;
  top: 50%;
  margin-top: -2.4rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 0;
  border-left-color: #ffffff;
  /* this include must be last otherwise the triangle cannot be seen */
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard.open:after,
.dialog-popup-content-wrapper-small.open:after,
.dialog-popup-content-wrapper-large.open:after {
  border-width: 1.2rem;
}

/* line 118, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard .dialog-popup-bottom-error,
.dialog-popup-content-wrapper-small .dialog-popup-bottom-error,
.dialog-popup-content-wrapper-large .dialog-popup-bottom-error {
  text-align: left;
  background: #df0221;
  padding: 1rem 5%;
  color: #ffffff;
  overflow: hidden;
}

/* line 126, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard .dialog-popup-close-area-wrapper,
.dialog-popup-content-wrapper-small .dialog-popup-close-area-wrapper,
.dialog-popup-content-wrapper-large .dialog-popup-close-area-wrapper {
  height: 1.5rem;
  position: relative;
}

/* line 130, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard .dialog-popup-close-area-wrapper .icon-wrapper,
.dialog-popup-content-wrapper-small .dialog-popup-close-area-wrapper .icon-wrapper,
.dialog-popup-content-wrapper-large .dialog-popup-close-area-wrapper .icon-wrapper {
  right: 0;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
}

/* line 141, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard .dialog-popup-close-area-wrapper .icon-wrapper .fa,
.dialog-popup-content-wrapper-small .dialog-popup-close-area-wrapper .icon-wrapper .fa,
.dialog-popup-content-wrapper-large .dialog-popup-close-area-wrapper .icon-wrapper .fa {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
}

/* line 151, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard .dialog-popup-content,
.dialog-popup-content-wrapper-small .dialog-popup-content,
.dialog-popup-content-wrapper-large .dialog-popup-content {
  overflow: hidden;
  white-space: normal;
}

/* line 156, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard .dialog-popup-overflow,
.dialog-popup-content-wrapper-small .dialog-popup-overflow,
.dialog-popup-content-wrapper-large .dialog-popup-overflow {
  width: 100%;
  overflow: hidden;
}

/* line 161, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard .popup-content-max-height-container,
.dialog-popup-content-wrapper-small .popup-content-max-height-container,
.dialog-popup-content-wrapper-large .popup-content-max-height-container {
  overflow-y: auto;
}

/* line 166, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-large {
  max-height: 65rem;
}

/* line 169, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-large.open, .dialog-popup-content-wrapper-large .dialog-popup-content {
  width: 60rem;
}

/* line 173, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-large .popup-content-max-height-container {
  max-height: 40rem;
}

/* line 178, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard {
  max-height: 60rem;
}

/* line 181, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard.open, .dialog-popup-content-wrapper-standard .dialog-popup-content {
  width: 45rem;
}

/* line 185, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-content-wrapper-standard .popup-content-max-height-container {
  max-height: 26rem;
}

/* line 190, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper {
  padding: 0 4rem 0 4rem;
}

/* line 193, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .popupContainer {
  color: #797979;
  line-height: 1.8rem;
}

/* line 197, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .popupContainer strong {
  font-weight: bold;
}

/* line 202, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .button-wrap {
  margin: 2rem 0 2.5rem 0;
  width: auto;
}

/* line 206, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .button-wrap button {
  margin-right: 0;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}

/* line 212, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .button-wrap button.secondary-button {
  margin-right: 1rem;
}

/* line 216, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .button-wrap button.two-lines {
  padding: 0.3rem 3.6rem 0.4rem 3.6rem;
}

/* line 219, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .button-wrap button.two-lines > span {
  display: block;
  text-align: center;
}

/* line 224, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .button-wrap button.two-lines span.amount {
  font-size: 1.6rem;
}

/* line 229, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .button-wrap button.deposit-no-bonus {
  padding: 0 1rem 0 1.5rem;
  max-width: 25.5rem !important;
  min-height: 5.5rem;
}

/* line 235, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .button-wrap button.deposit-more-different-method {
  padding: 0 1rem 0 1rem;
  max-width: 25.5rem !important;
  min-height: 5.5rem;
}

/* line 243, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-wrapper .red_subtitle {
  color: #FF0000;
}

/* line 250, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-confirm .deposit-popup-confirm-amount {
  color: #8a8a8a;
  font-size: 2.7rem;
  margin-bottom: 0.4rem;
  margin-top: 2.5rem;
}

/* line 257, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-confirm .deposit-popup-confirm-edit {
  color: #9c9c9c;
  font-size: 1rem;
}

/* line 262, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-confirm .deposit-popup-confirm-title {
  display: table;
}

/* line 265, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-confirm .deposit-popup-confirm-title .icons-icon_set_deposit {
  display: table-cell;
  padding-right: 1rem;
  border-right: 1px solid #b4b4b5;
}

/* line 271, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-confirm .deposit-popup-confirm-title .deposit-popup-confirm-title-text {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 284, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-title {
  display: table;
}

/* line 287, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-title .icons-icon_set_deposit {
  display: table-cell;
  padding-right: 1rem;
  border-right: 1px solid #b4b4b5;
}

/* line 293, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-title .deposit-popup-limit-title-text {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 302, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-second-title {
  width: 29rem;
  white-space: normal;
  line-height: 2rem;
  margin-bottom: 2.4rem;
}

/* line 310, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-amount-options,
.deposit-popup-inner-content-limit .custom-amount-input {
  margin-bottom: 1.8rem;
}

/* line 314, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .custom-amount-input {
  -webkit-border-radius: 0 0.3rem 0.3rem 0;
  -moz-border-radius: 0 0.3rem 0.3rem 0;
  -ms-border-radius: 0 0.3rem 0.3rem 0;
  -o-border-radius: 0 0.3rem 0.3rem 0;
  border-radius: 0 0.3rem 0.3rem 0;
  margin-left: 0;
}

/* line 318, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .custom-amount-input:focus {
  padding-left: 2.2rem;
}

/* line 323, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-amount-options {
  border: 1px solid #bdbdbd;
  border-radius: 0.3rem;
}

/* line 328, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-amount-options li {
  border: none;
  padding: 0.9rem 1.4rem;
  border-right: 1px solid #bdbdbd;
}

/* line 333, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-amount-options li.deposit-amount-other {
  border-right: none;
  margin-left: 0;
}

/* line 343, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-rules-title {
  color: #000000;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* line 350, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-rules-content {
  margin-left: 1.3rem;
  list-style: initial;
}

/* line 354, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-rules-content > li {
  display: list-item;
  color: #d0d0d0;
  margin-bottom: 0.5rem;
}

/* line 360, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-rules-content span {
  margin-left: -0.3rem;
  color: #6d6d6d;
  font-size: 1.1rem;
}

/* line 367, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons {
  position: relative;
}

/* line 371, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons.error .deposit-amount-options {
  border-color: #DF0221;
}

/* line 376, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .label {
  color: #DF0221;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  position: absolute;
  top: -1.7rem;
}

/* line 383, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .label.label-input {
  left: 0;
}

/* line 388, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .input-tooltip-error {
  white-space: normal;
}

/* line 391, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .input-tooltip-error.below-input {
  bottom: -13.2rem;
}

/* line 395, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .input-tooltip-error:before {
  left: 27%;
}

/* line 399, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .input-tooltip-error:after {
  left: 27.9%;
}

/* line 403, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .input-tooltip-error.amount-input-tooltip {
  right: -2.7rem;
}

/* line 407, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .input-tooltip-error.amount-input-tooltip:before {
  left: 84.7%;
}

/* line 411, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .input-tooltip-error.amount-input-tooltip:after {
  left: 85.7%;
}

/* line 418, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons.error-input .custom-amount-input {
  border-color: #DF0221;
}

/* line 423, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-limit .deposit-popup-limit-buttons .deposit-popup-amount-btns {
  margin-left: -0.5rem;
  display: inline-block;
  position: relative;
}

/* line 433, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-effect .deposit-popup-effect-title {
  display: table;
}

/* line 436, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-effect .deposit-popup-effect-title .icons-icon_wire_check {
  display: table-cell;
  padding-right: 1rem;
  border-right: 1px solid #b4b4b5;
}

/* line 442, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-effect .deposit-popup-effect-title .deposit-popup-effect-title-text {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 451, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-effect .deposit-popup-effect-second-title {
  margin-bottom: 2.7rem;
}

/* line 458, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-numbers .deposit-popup-numbers-title {
  display: table;
}

/* line 461, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-numbers .deposit-popup-numbers-title .icons-icon_help_numbers {
  display: table-cell;
  padding-right: 1rem;
  border-right: 1px solid #b4b4b5;
}

/* line 467, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-numbers .deposit-popup-numbers-title .deposit-popup-numbers-title-text {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 476, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-numbers .deposit-popup-numbers-second-title {
  margin-bottom: 2rem;
}

/* line 480, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-numbers .deposit-popup-numbers-text {
  margin: 1rem 0;
  line-height: 1.8rem;
  color: #9c9c9c;
}

/* line 486, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-numbers .button-wrap {
  margin-top: 2.5rem;
}

/* line 496, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-notification .deposit-popup-notification-title {
  display: table;
  margin-bottom: 2.3rem;
}

/* line 500, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-notification .deposit-popup-notification-title .icons-icon_set_deposit {
  display: table-cell;
  padding-right: 1rem;
  border-right: 1px solid #b4b4b5;
}

/* line 506, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-notification .deposit-popup-notification-title .deposit-popup-notification-title-text {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 515, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-notification .deposit-popup-notification-text {
  margin-bottom: 2.3rem;
  line-height: 1.8rem;
  color: #6d6d6d;
}

/* line 520, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-notification .deposit-popup-notification-text .deposit-bank-transfer {
  color: #66CC00;
  font-weight: bold;
}

/* line 526, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-notification .button-wrap {
  margin-top: 2.5rem;
  width: 37.3rem;
}

/* line 530, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-notification .button-wrap button {
  padding: 1.3rem 1.5rem 1.3rem 1.5rem;
}

/* line 534, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-content-notification .button-wrap > a {
  color: #66CC00;
  text-decoration: underline;
  font-size: 1.1rem;
  line-height: 4rem;
}

/* details popup */
/* line 545, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .dialog-popup-details-title {
  display: table;
}

/* line 548, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .dialog-popup-details-title .icons-icon_set_dialog_popup {
  padding-right: 1rem;
  border-right: 1px solid #b4b4b5;
  display: table-cell;
  width: 2.6rem;
  height: 2.6rem;
  background-repeat: no-repeat;
  background-position-x: 0%;
}

/* line 558, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .dialog-popup-details-title .dialog-popup-details-title-text {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 568, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-second-title {
  line-height: 2rem;
}

/* line 572, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .bonus-type-table {
  min-width: 15rem;
  border: solid 3px #F2F2F2;
  margin: 0.5rem;
}

/* line 577, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .bonus-type-table td {
  padding: 0.5rem;
}

/* line 581, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .bonus-type-table .bonus-type-value {
  text-align: right;
}

/* line 586, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-row {
  margin-bottom: 1.9rem;
}

/* line 591, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-row.country-personal-details-popup .deposit-popup-details-input-wrapper:first-child {
  margin-right: 2.5rem;
}

/* line 597, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-row .login-forgot-password-container {
  margin-top: 0.7rem;
  margin-bottom: -0.7rem;
}

/* line 601, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-row .login-forgot-password-container .forgot-password {
  cursor: pointer;
  text-decoration: none;
  color: #9c9c9c;
  font-weight: normal;
}

/* line 610, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper {
  display: inline-block;
}

/* line 613, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper .label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  padding-top: 0.1rem;
}

/* line 620, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper > input {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  width: 16.2rem;
  height: 1.4rem;
}

/* line 629, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper > input.deposit-details-names,
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper > input.depsoit-details-telephone {
  width: 20.5rem;
}

/* line 633, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper > input.deposit-details-names {
  margin-right: 2.5rem;
}

/* line 637, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper > input.depsoit-details-address-long {
  width: 34rem;
}

/* line 641, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper > input.deposit-details-city {
  margin-right: 2rem;
}

/* line 645, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper > input.depsoit-details-address {
  width: 21rem;
}

/* line 649, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper > input.depsoit-details-short-input {
  width: 7.5rem;
}

/* line 654, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper .deposit-popup-expiration-dropdown {
  margin-right: 4rem;
  width: 19.5rem;
  position: relative;
}

/* line 659, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper .deposit-popup-expiration-dropdown ul {
  width: 100%;
  height: 10rem;
  overflow: auto;
}

/* line 666, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper .deposit-popup-country-dropdown {
  width: 21.9rem;
}

/* line 670, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper .deposit-popup-country-dropdown .custom-select-text span {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

/* line 677, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper .deposit-popup-country-dropdown ul {
  max-height: 10.4rem;
}

/* line 682, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper .deposit-popup-state-dropdown {
  width: 21.9rem;
}

/* line 685, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .deposit-popup-details-input-wrapper .deposit-popup-state-dropdown ul {
  max-height: 10rem;
}

/* line 693, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .personal-details-popup .button-wrap {
  margin: 0 0 2.5rem 0;
}

/* line 696, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .personal-details-popup .button-wrap .confirm-cardholders-details-sentence {
  width: 403px;
  color: #9c9c9c;
  font-size: 1.1rem;
}

/* line 703, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .personal-details-popup .popup-content-max-height-container {
  overflow-y: visible;
}

/* line 708, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .personal-details-popup .input-label.error {
  margin-top: -0.4rem;
}

/* line 712, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .personal-details-popup .input-label i.icons-icon_attention_small {
  float: left;
  margin: 0.3rem;
}

/* line 716, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .personal-details-popup .input-label i.icons-icon_attention_small .input-tooltip-error-box {
  margin-left: -5.5rem;
}

/* line 725, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .personal-details-popup .zip-code-section .input-label i.icons-icon_attention_small .input-tooltip-error-box {
  margin-left: -7.5rem;
  width: 12rem !important;
}

/* line 729, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .personal-details-popup .zip-code-section .input-label i.icons-icon_attention_small .input-tooltip-error-box:before {
  left: 5.9rem;
}

/* line 733, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .personal-details-popup .zip-code-section .input-label i.icons-icon_attention_small .input-tooltip-error-box:after {
  left: 6.1rem;
}

/* line 743, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .money-transfer-additional-authentication-popup .popup-content-max-height-container {
  overflow-y: visible;
}

/* line 747, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .money-transfer-additional-authentication-popup .input-label {
  margin: 0 1.6rem 0.3rem 0;
  font-size: 1.1rem;
}

/* line 754, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.dialog-popup-inner-content-details .close-account-not-se .long-text-overflow {
  overflow-y: visible;
}

/* line 761, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.authentication-fields input {
  width: 31.4rem !important;
}

/* line 766, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.authentication-fields .deposit-popup-details-input-wrapper .input-label.error i {
  position: static;
}

/* line 770, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.authentication-fields .deposit-popup-details-input-wrapper .label {
  padding-top: 0;
}

/* line 775, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.authentication-fields .deposit-popup-details-row {
  margin-bottom: 1rem;
}

/* line 781, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.mfa-cashout-popup .user-detailes {
  margin: 2rem 0;
}

/* line 785, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.mfa-cashout-popup .button-wrap {
  margin-top: 4rem;
}

/* line 789, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.mfa-cashout-popup .mta-img-captcha {
  width: 32.7rem;
  height: 6.9rem;
}

/* line 796, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reverseWithdrawalHistoryPage .button-wrap button {
  margin-right: 0;
  padding: 1rem 6.6rem 1rem 6.6rem;
}

/* line 801, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reverseWithdrawalHistoryPage .reverseWithdrawalHistoryPageTitle {
  display: table;
  width: 100%;
  margin-bottom: 1.5rem;
}

/* line 806, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reverseWithdrawalHistoryPage .reverseWithdrawalHistoryPageTitle > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 811, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reverseWithdrawalHistoryPage .reverseWithdrawalHistoryPageTitle .icons-icon_check {
  width: 3.7rem;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 0;
  background-size: 2.1rem;
  float: left;
}

/* line 821, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reverseWithdrawalHistoryPage .reverseWithdrawalHistoryPageTitle .icons-icon_reverse_failed {
  width: 3.7rem;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 0;
  background-size: 2.1rem;
  float: left;
}

/* line 836, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reverseWithdrawalHistoryPage .reverseWithdrawalHistoryPageTitle .reverse-approved-title .upper-text,
.reverseWithdrawalHistoryPage .reverseWithdrawalHistoryPageTitle .reverse-approved-title .lower-text {
  display: block;
}

/* line 840, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reverseWithdrawalHistoryPage .reverseWithdrawalHistoryPageTitle .reverse-approved-title .upper-text {
  color: #101014;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  padding-bottom: 0.2rem;
}

/* line 848, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reverseWithdrawalHistoryPage .reverseWithdrawalHistoryPageTitle .reverse-approved-title .lower-text {
  font-size: 1.3rem;
  font-weight: normal;
}

/* line 859, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-inner-table-wrapper {
  padding-right: 2.5rem;
  width: auto;
  height: 28rem;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 867, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-limit-table-title {
  display: table;
}

/* line 870, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-limit-table-title .icons-icon_set_deposit {
  display: table-cell;
  padding-right: 1rem;
  border-right: 1px solid #b4b4b5;
}

/* line 876, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-limit-table-title .deposit-popup-table-title-text {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 885, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-table-second-title {
  white-space: normal;
  padding: 2rem 0;
}

/* line 890, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-table-minor-title {
  font-weight: bold;
  font-size: 1.3rem;
}

/* line 895, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-table-details {
  font-size: 1.2rem;
}

/* line 898, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-table-details .deposit-popup-table-details-text {
  display: inline-block;
}

/* line 902, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-table-details .deposit-popup-table-details-amount {
  display: inline-block;
  font-weight: bold;
}

/* line 908, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-limit-set-personal-limit {
  margin: 0.7rem 0 2rem 0;
}

/* line 912, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-popup-inner-limit-table .deposit-popup-limit-personal-limits + .deposit-popup-limit-personal-limits {
  margin-top: 2rem;
}

/* line 919, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .withdraw-popup-loss-title {
  display: table;
  margin-bottom: 2.3rem;
}

/* line 923, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .withdraw-popup-loss-title .icons-icon_bonus_error {
  display: table-cell;
  padding-right: 1rem;
  border-right: 1px solid #b4b4b5;
}

/* line 929, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .withdraw-popup-loss-title .withdraw-popup-loss-title-text {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 938, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .withdraw-popup-loss-second-title {
  margin-bottom: 2.1rem;
}

/* line 942, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .withdraw-popup-loss-text {
  margin-bottom: 2rem;
  line-height: 1.8rem;
  color: #8a8a8a;
}

/* line 947, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .withdraw-popup-loss-text .withdraw-popup-loss-text-amount {
  font-weight: bold;
  font-size: 1.3rem;
}

/* line 953, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .button-wrap {
  margin-top: 2.5rem;
  width: 37.3rem;
}

/* line 957, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .button-wrap button {
  padding: 1.1rem 3.3rem 0.9rem 3.3rem;
  font-size: 1.8rem;
}

/* line 961, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .button-wrap button.two-lines {
  padding: 0.3rem 3.6rem 0.4rem;
}

/* line 964, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .button-wrap button.two-lines > span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

/* line 970, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-inner-content-loss .button-wrap button.two-lines span.amount {
  font-size: 1.6rem;
}

/* line 980, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-minimum-limits-inner-content .withdraw-popup-minimum-limits-second-title {
  padding: 3rem 0;
}

/* line 984, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-minimum-limits-inner-content .withdraw-popup-minimum-limits-text-mft-name {
  width: 15rem;
  display: inline-block;
}

/* line 989, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-minimum-limits-inner-content .withdraw-popup-minimum-limits-text {
  margin-bottom: 2rem;
  line-height: 1.8rem;
  color: #8a8a8a;
}

/* line 994, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.withdraw-popup-minimum-limits-inner-content .withdraw-popup-minimum-limits-text .withdraw-popup-minimum-limits-text-amount {
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
}

/* line 1003, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.invalid-drop-down > .deposit-popup-country-dropdown {
  padding-right: 0.2rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
  border: 1px solid #df0221;
}

/* line 1009, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.invalid-drop-down > .deposit-popup-country-dropdown .custom-select-text,
.invalid-drop-down > .deposit-popup-country-dropdown .custom-select-arrow {
  padding: 0.6rem 0.4rem 0.7rem;
}

/* line 1012, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.invalid-drop-down > .deposit-popup-country-dropdown .custom-select-text .fa,
.invalid-drop-down > .deposit-popup-country-dropdown .custom-select-arrow .fa {
  width: 0.8rem;
  height: 0.8rem;
}

/* line 1020, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.popup-body-text {
  color: #797979;
  line-height: 1.8rem;
}

/* line 1027, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.invalidPromoCodePopupWrapper .popupInvalidNewPromoCodeWrapper {
  height: 6.5rem;
}

/* line 1031, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.invalidPromoCodePopupWrapper .popupInvalidNewPromoCode {
  float: left;
  padding-top: 0;
}

/* line 1035, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.invalidPromoCodePopupWrapper .popupInvalidNewPromoCode.promocode-collapsed {
  padding-top: 2rem;
}

/* line 1040, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.invalidPromoCodePopupWrapper a.cancelPopup {
  float: left;
  margin: -41px 5px 20px 0px;
}

/* line 1045, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.invalidPromoCodePopupWrapper button.bi-app-float-right {
  width: 166px;
}

/* line 1049, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.invalidPromoCodePopupWrapper .popupInvalidTryOtherCodeText {
  padding-bottom: 1.5rem;
  color: #b2b2b2;
  margin-top: -1rem;
}

/* support number popup */
/* line 1058, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.support-numbers-popup-wrapper .support-numbers-general-msg {
  line-height: 1.7rem;
  padding-bottom: 2rem;
  color: #b2b2b2;
  font-size: 1.2rem;
}

/* line 1065, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.support-numbers-popup-wrapper .support-numbers-phone-list {
  margin-bottom: 2rem;
}

/* line 1068, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.support-numbers-popup-wrapper .support-numbers-phone-list .custom-select-wrapper {
  width: 100%;
}

/* line 1071, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.support-numbers-popup-wrapper .support-numbers-phone-list .custom-select-wrapper .dropdown-values-list {
  top: 3.6rem;
  max-height: 10.4rem;
}

/* line 1078, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.support-numbers-popup-wrapper .support-numbers-no-country-msg {
  line-height: 1.7rem;
  margin-bottom: 3.5rem;
  min-height: 3.5rem;
  color: #b2b2b2;
  font-size: 1.2rem;
}

/* self-exclusion contact support popup */
/* line 1089, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .se-more-numbers-small-texts {
  font-weight: normal;
  color: #9c9c9c;
  font-size: 1.1rem;
}

/* line 1094, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .se-more-numbers-small-texts span {
  color: black;
}

/* line 1098, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .se-more-numbers-small-texts a {
  font-weight: normal;
}

/* line 1103, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .support-numbers-main-wrapper {
  height: 55px;
}

/* line 1107, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .specific-support-numbers-wrapper {
  position: relative;
  left: 5.4rem;
  bottom: 45px;
}

/* line 1112, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .specific-support-numbers-wrapper span {
  display: block;
}

/* line 1117, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .user-support-number {
  color: black;
  font-weight: bold;
}

/* line 1121, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .user-support-number .phone-help-more-numbers {
  font-weight: normal;
}

/* line 1126, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .specific-support-numbers-wrapper-toll-free {
  position: relative;
  left: 5.4rem;
  bottom: 5.2rem;
}

/* line 1131, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .specific-support-numbers-wrapper-toll-free span {
  display: block;
}

/* line 1136, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .support-icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  position: relative;
  top: .8rem;
  border-right: 0.1rem solid #bcbcbc;
  margin: -1rem 0px 2rem -1rem;
}

/* line 1147, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .se-support-numbers-phone-list {
  margin-bottom: 1rem;
}

/* line 1150, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .se-support-numbers-phone-list .custom-select-wrapper {
  width: 100%;
}

/* line 1153, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .se-support-numbers-phone-list .custom-select-wrapper .dropdown-values-list {
  top: 3.6rem;
  max-height: 10.4rem;
}

/* line 1160, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .se-contact-support-msg {
  line-height: 1.7rem;
  margin-bottom: 1.5rem;
  min-height: 1.5rem;
  color: #b2b2b2;
  font-size: 1.2rem;
}

/* line 1169, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .se-contact-support-disclaimer-bullets-wrapper .se-contact-support-disclaimer-bullets {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding: 0 0 0 20px;
  font-size: 1.2rem;
  color: #b2b2b2;
}

/* line 1177, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-contact-support-popup-wrapper .se-contact-support-disclaimer-bullets-wrapper .se-contact-support-disclaimer-bullets > li {
  display: list-item;
  margin-bottom: 0.5rem;
}

/* line 1187, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.to-all-brands-wrapper .to-all-brands-images-wrapper .logo-888, .to-all-brands-wrapper .to-all-brands-images-wrapper .logo-777, .to-all-brands-wrapper .to-all-brands-images-wrapper .logo-costa, .to-all-brands-wrapper .to-all-brands-images-wrapper .logo-wink {
  background-repeat: no-repeat;
  display: inline-block;
  width: 55px;
  height: 40px;
}

/* line 1194, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.to-all-brands-wrapper .to-all-brands-images-wrapper .logo-888 {
  background-image: url("data:image/png;base64,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");
}

/* line 1199, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.to-all-brands-wrapper .to-all-brands-images-wrapper .logo-777 {
  background-image: url("data:image/png;base64,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");
}

/* line 1204, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.to-all-brands-wrapper .to-all-brands-images-wrapper .logo-costa {
  background-image: url("data:image/png;base64,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");
}

/* line 1209, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.to-all-brands-wrapper .to-all-brands-images-wrapper .logo-wink {
  background-image: url("data:image/png;base64,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");
}

/* line 1215, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.to-all-brands-wrapper .to-all-brands-link-wrapper {
  margin-left: 0.5rem;
}

/* line 1224, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reason-for-limits-update-popup-wrapper .body-text {
  line-height: 1.7rem;
  padding-bottom: 2rem;
  color: #b2b2b2;
  font-size: 1.2rem;
}

/* line 1231, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reason-for-limits-update-popup-wrapper .reasons-list {
  margin-bottom: 4rem;
}

/* line 1234, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reason-for-limits-update-popup-wrapper .reasons-list .tooltip-label {
  font-size: 1.1rem;
  margin: 0 1.6rem 0.3rem 0;
}

/* line 1239, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reason-for-limits-update-popup-wrapper .reasons-list .custom-select-wrapper {
  width: 100%;
}

/* line 1242, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.reason-for-limits-update-popup-wrapper .reasons-list .custom-select-wrapper .dropdown-values-list {
  top: 3.6rem;
  max-height: 10.4rem;
}

/* line 1250, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.payment-method-image-icheque {
  background-position-x: left;
  width: 24rem;
  height: 3.5rem;
  display: inline-block;
  background-repeat: no-repeat;
}

/* line 1258, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.payment-method-image-purplepay {
  background-position-x: left;
  width: 24rem;
  height: 3.5rem;
  display: inline-block;
  background-repeat: no-repeat;
}

/* Low AR BIN popup */
/* line 1267, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content {
  margin-bottom: 2.3rem;
}

/* line 1270, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .content-container {
  padding-right: 0.5rem;
  width: 100%;
  max-height: 24.1rem;
  overflow-y: auto;
}

/* line 1277, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .low_ar_bin_content_text {
  line-height: 1.8rem;
  color: #8a8a8a;
}

/* line 1282, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .alternative_mft_container {
  padding: 0.9rem 1.5rem 1.2rem 1.5rem;
  background-color: #F2F2F2;
}

/* line 1286, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .alternative_mft_container .payment-method-image {
  height: 3.6rem;
  background-position: 0 center;
  background-position-x: left;
  background-position-y: center;
}

/* line 1294, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .margin_bottom {
  margin-bottom: 0.7rem;
}

/* line 1298, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .margin_bottom + .margin_bottom {
  margin-bottom: 1.6rem;
}

/* line 1302, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .button-wrap {
  margin: 2rem 0 0 0;
}

/* line 1305, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .button-wrap button {
  float: right;
  padding: 1.1rem 1.5rem 1rem 1.5rem;
  font-weight: normal;
  font-size: 1.2rem;
  max-width: 25rem;
}

/* line 1313, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .button-wrap .link-container {
  float: left;
  max-width: 12rem;
  height: 3.6rem;
}

/* line 1318, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .button-wrap .link-container .outer-alignment {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 1323, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .button-wrap .link-container .outer-alignment .inner-alignment {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 1329, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.low_ar_bin_inner_content .button-wrap .link-container .outer-alignment .inner-alignment a {
  font-weight: normal;
  text-decoration: underline;
}

/* Session About To Expire popup */
/* line 1340, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.session_about_to_expire_inner_content {
  margin-bottom: 2.3rem;
}

/* line 1343, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.session_about_to_expire_inner_content .content_text {
  display: block;
  line-height: 1.8rem;
  color: #8a8a8a;
}

/* line 1349, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.session_about_to_expire_inner_content .button-wrap {
  margin: 2rem 0 0 0;
}

/* line 1352, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.session_about_to_expire_inner_content .button-wrap button {
  margin-right: 0;
  padding: 0.5rem 0 0.5rem 0;
  width: 49%;
  height: 4.3rem;
}

/* line 1358, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.session_about_to_expire_inner_content .button-wrap button.i-am-here-button {
  float: right;
  font-size: 1.2rem;
}

/* line 1363, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.session_about_to_expire_inner_content .button-wrap button.logout-button {
  float: left;
  font-size: 1.5rem;
  margin: 0;
}

/* another deposit in process notification */
/* line 1374, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.another-deposit-in-process-wrapper .another-deposit-in-process-text {
  line-height: 1.7rem;
  padding-bottom: 1.5rem;
  color: #b2b2b2;
}

/* line 1380, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.another-deposit-in-process-wrapper .another-deposit-in-process-text-end {
  padding-top: 1.7rem;
}

/* line 1386, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.another-deposit-in-process-wrapper .button-wrap button {
  font-weight: normal;
  font-size: 1.2rem;
}

/* line 1396, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.money-transfer-additional-auth-inner-content .money-transfer-additional-auth-second-title {
  padding: 3rem 0;
}

/* line 1400, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.money-transfer-additional-auth-inner-content .money-transfer-additional-auth-text-mft-name {
  width: 15rem;
  display: inline-block;
}

/* line 1405, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.money-transfer-additional-auth-inner-content .money-transfer-additional-auth-text {
  margin-bottom: 2rem;
  line-height: 1.8rem;
  color: #8a8a8a;
}

/* line 1410, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.money-transfer-additional-auth-inner-content .money-transfer-additional-auth-text .money-transfer-additional-auth-text-amount {
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
}

/* line 1419, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.confirm-deposit-amount-popup .text-container {
  font-size: 1.6rem;
  padding: 2rem 0;
}

/* line 1430, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.custom-amount-from-personal-limit label {
  height: 1.7rem;
}

/* line 1434, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.custom-amount-from-personal-limit .custom-amount-error-label-from-personal-limit {
  top: -1.7rem;
}

/* line 1440, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.custom-amount-buttons-from-personal-limit .custom-amount-button-error-from-personal-limit.tooltip-label {
  top: 17rem;
}

/* line 1444, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.custom-amount-buttons-from-personal-limit .deposit-amount-options li {
  padding: 0.67rem 1.8rem;
}

/* line 1449, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.long-text-overflow {
  max-height: 41.3rem;
  overflow-y: auto;
  padding-right: 2rem;
}

/* line 1454, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.long-text-overflow ol.show_numbers {
  list-style: decimal;
  margin-left: 2rem;
}

/* line 1458, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.long-text-overflow ol.show_numbers li {
  padding-bottom: 1rem;
  display: list-item;
}

/* line 1466, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .data-row + .data-row {
  margin-top: 0.3rem;
}

/* line 1470, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .popup-content {
  padding-bottom: 1.5rem;
}

/* line 1474, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .cvv {
  margin-top: 1.8rem;
  position: relative;
}

/* line 1478, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .cvv .label {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 1483, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .cvv .cvv-tooltip-hotspot {
  cursor: help;
}

/* line 1488, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .cvv .input-tooltip-help.right-cvv {
  left: 10rem;
  top: -0.7rem;
}

/* line 1493, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .cvv .input-tooltip-help:before {
  top: 36%;
  border-width: 1.2rem;
}

/* line 1498, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .cvv .input-tooltip-help:after {
  top: 38%;
  border-width: 1rem;
}

/* line 1504, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .cvv .input-tooltip-error-box {
  margin-left: -5.6rem;
}

/* line 1507, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.deposit-from-history-popup .cvv .input-tooltip-error-box.above-input {
  bottom: 2.6rem;
}

/* line 1516, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .iv__uploadSourceFound {
  max-width: 75%;
  margin: auto;
}

/* line 1521, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .iv__boxDoc {
  background: #F6F6F6;
  border: solid 1px #AEAEAE;
  box-sizing: border-box;
  padding: 1.5rem;
  padding-left: 5rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* line 1530, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .iv__boxDoc:hover {
  background: #FFF;
  transition: all 0.25s ease;
}

/* line 1535, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .iv__boxDoc h3 {
  font-size: 1.5rem;
  color: #707070;
  font-weight: normal;
  position: relative;
}

/* line 1543, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .iv__boxDoc .document_upload:after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../../Images/identityVerification/upload-icon-casino.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -3px;
}

/* line 1555, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .iv__boxDoc .document_upload:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../../Images/identityVerification/pay-slip-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -3.5rem;
  top: -.5rem;
}

/* line 1568, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .iv__boxDoc .open_bank:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../../Images/identityVerification/open-banking-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -3.5rem;
  top: -.5rem;
}

/* line 1579, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .iv__boxDoc .open_bank:after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../../Images/identityVerification/external-link-icon-pc.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -3px;
}

/* line 1593, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .or__text {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: relative;
  height: 1.5rem;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

/* line 1603, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .or__text:before {
  content: "";
  width: 100%;
  background: #e4e4e4;
  height: 1px;
  margin-right: 1rem;
}

/* line 1611, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .or__text:after {
  content: "";
  width: 100%;
  background: #e4e4e4;
  height: 1px;
  margin-left: 1rem;
}

/* line 1620, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .more__options__text {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: relative;
  height: 1.5rem;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  padding: 1.5rem 0;
  white-space: nowrap;
}

/* line 1632, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .more__options__text span {
  cursor: pointer;
}

/* line 1636, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .more__options__text:before {
  content: '';
  width: 100%;
  background: #e4e4e4;
  height: 1px;
  margin-right: 0.6rem;
}

/* line 1645, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .info__document {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 1rem;
  color: #AEAEAE;
}

/* line 1652, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .popup-title {
  line-height: 2.2rem;
  padding: 1rem 0;
}

/* line 1657, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .support-pretext {
  margin-bottom: 0.7rem;
}

/* line 1661, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .no-thanks-btn {
  text-decoration: underline;
  font-size: 1.4rem;
}

/* line 1666, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .online-chat {
  cursor: pointer;
}

/* line 1669, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .online-chat .help-icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 0.2rem;
}

/* line 1678, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .online-chat .help-icon-text {
  border-left: 1px solid #b3b3b5;
  padding-left: 1rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #5d5d5d;
}

/* line 1687, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .online-chat .help-icon-text > span {
  display: block;
}

/* line 1693, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .open-bank-panel {
  margin: 20px 0px;
}

/* line 1696, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.restrict-and-soft-block-popup .open-bank-panel .link {
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
}

/* line 1705, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.update-occupation-popup {
  padding-bottom: 4.5rem;
}

/* line 1708, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.update-occupation-popup .text {
  margin-bottom: 2rem;
}

/* line 1712, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.update-occupation-popup .autocomplete-field {
  margin-bottom: 2.5rem;
}

/* line 1716, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.update-occupation-popup .button-wrap {
  margin: 0 0 2rem 0;
  border-bottom: 1px solid rgba(137, 151, 154, 0.35);
  padding-bottom: 2rem;
}

/* line 1722, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.update-occupation-popup .no-thanks-btn {
  margin: 0.9rem 1.5rem 0 0;
}

/* line 1728, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.update-occupation-popup .support-numbers-list .dropdown-list .dropdown-values-list {
  max-height: 6.4rem;
}

/* line 1735, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup {
  padding-bottom: 4.5rem;
}

/* line 1738, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .text {
  margin-bottom: 2rem;
}

/* line 1742, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .link {
  cursor: pointer;
}

/* line 1745, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .link:hover {
  text-decoration: underline;
}

/* line 1750, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .action-panel {
  border-bottom: 1px solid rgba(137, 151, 154, 0.35);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/* line 1756, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons {
  margin-bottom: 2rem;
}

/* line 1759, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list {
  width: 100%;
  display: block;
  text-align: center;
}

/* line 1764, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button {
  width: 25%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

/* line 1770, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a {
  width: 100%;
  display: block;
}

/* line 1774, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a .icon {
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 11rem;
  display: block;
  border: 3px solid #d6d6d6;
  background-repeat: no-repeat;
  background-size: 80px;
}

/* line 1786, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a .icon-payslip {
  background-image: url("data:image/png;base64,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");
  background-position: center 1.5rem;
}

/* line 1791, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a .icon-report {
  background-image: url("data:image/png;base64,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");
  background-position: center 1.2rem;
}

/* line 1796, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a .icon-other {
  background-image: url("data:image/png;base64,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");
  background-position: center 1.2rem;
}

/* line 1801, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a .label {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
  font-size: 1.4rem;
}

/* line 1810, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a:hover .icon {
  background-color: #eeeeee;
}

/* line 1814, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a:hover .icon-payslip {
  background-image: url("data:image/png;base64,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");
}

/* line 1818, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a:hover .icon-report {
  background-image: url("data:image/png;base64,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");
}

/* line 1822, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a:hover .icon-other {
  background-image: url("data:image/png;base64,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");
}

/* line 1826, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button a:hover .label {
  color: #676766;
}

/* line 1832, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button .input-tooltip-help {
  text-align: left;
  left: -3.9rem;
  right: auto;
  top: auto;
  bottom: 17.2rem;
  display: none;
}

/* line 1840, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button .input-tooltip-help.show {
  display: block;
}

/* line 1845, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .upload-documents-buttons .buttons-list .button:nth-child(2) {
  margin: 0 2.2rem 0 2.2rem;
}

/* line 1854, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-popup .support-numbers-list .dropdown-list .dropdown-values-list {
  max-height: 6.4rem;
}

/* line 1861, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup {
  padding-bottom: 4.5rem;
}

/* line 1864, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .text {
  margin-bottom: 2rem;
}

/* line 1868, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .action-panel {
  border-bottom: 1px solid rgba(137, 151, 154, 0.35);
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

/* line 1875, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons {
  margin-bottom: 2rem;
}

/* line 1878, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list {
  width: 100%;
  display: block;
  text-align: center;
}

/* line 1883, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button {
  width: 25%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

/* line 1889, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a {
  width: 100%;
  display: block;
}

/* line 1893, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a .icon {
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 11rem;
  display: block;
  border: 3px solid #d6d6d6;
  background-repeat: no-repeat;
  background-size: 80px;
}

/* line 1905, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a .icon-payslip {
  background-image: url("data:image/png;base64,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");
  background-position: center 1.5rem;
}

/* line 1910, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a .icon-report {
  background-image: url("data:image/png;base64,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");
  background-position: center 1.2rem;
}

/* line 1915, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a .icon-other {
  background-image: url("data:image/png;base64,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");
  background-position: center 1.2rem;
}

/* line 1920, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a .label {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
  font-size: 1.4rem;
}

/* line 1929, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a:hover .icon {
  background-color: #eeeeee;
}

/* line 1933, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a:hover .icon-payslip {
  background-image: url("data:image/png;base64,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");
}

/* line 1937, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a:hover .icon-report {
  background-image: url("data:image/png;base64,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");
}

/* line 1941, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a:hover .icon-other {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAABr2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKSIvPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PljdUSIAABUoSURBVHic7Z15dGNXfcc/kvdlvLwny9bmVZYzezLHGchSSiISAmFpaSakpIEAGYb6lKVpe+CY0qSE+rSBwqHlmGUoLTTtJIW2EAqEgJKUkAaCM4s9qy3vku2xJXnfJEvqH+89SZblVU8aJcffc3T09Jb7rn7fd3/33t9yH+xiF7vYxWsGmmtdgWsNextZgE7+VAD6mN+VgChvV8VsB4BPOVr5R7Xr87ojxN5GPpLgKpEELCIJuYLEQhfjilgBPIAXGIvZvipve4CbgI8CpY5W/GrWP1vNwlIBexvFrH461xOuKJ9XFFfEEjCBJFAvkkB/Q1S44/Jxz5H622f/+K7Hc4mSaZC/K4G98rb7eHtzO/BJ5bea/zfthNjbIk/mesIViQpBBPLiiphGFqD8GQW6iBOu/D1+sqUjj9UCVtRPDXCjvF0hfxdv4S9cBv5a3q7ktUaIvY0HgD8FTEjC0MYcDhMVrAfpKe4DfoukLrwx+z2A52RLR4goeVVymUZ53wHWPt05Kv8lUa4PcvmqIqWEyK3h28C/Ad8kTriAx9FKuG+qoxBJkPFPchPR1qIc06WyzluA6Ghl3t7GEq81QgAByDaLjV975L2nmoEbiKoMPaCnhSqgMNkbhcIhxqeGcPt6cft6CYZWePuRD5KXU5Bs0fHQ9k11lB9vb55A+h+qItWETAAEgssG4KtqFTo5N47b58TtdUoEeJ2MTPazEvSj1WipKqtlfMbFKz0/46G3PEZD1SG1bq1AUVuqt9aUEuJoZdLexsrVqaF8wA/kbuf6heVZWfC9EcG7fU4WlmcBEIqrMIkN7LO8kTuuvx+TYMUg1JGtzeGLPzxB71gnf/ffH+at17+fdx89QXbWtm6/EUQklfvaIkSGUnEPUue7BoGgn7HJAVzenugT7+vFNyf1nYV5JZhFK2axkTfY7sIkWDGJDRTkrj8oqq88yBX3qwD8/NwTdA7+iofe8hgWnU2N/yQitf7XnMoCqeKVwNVwOGScmHHh9vbiilE541NDhMIhcrLzMJTXYRas7D10FJPQgEm0Ula0/b4zVvDBUJDx6WH+5nvv511HP8JdRx5Eq9FucPWmEJBUlirsxiJlhNjbMCANQ3OB+z576h69d3aUwMoyGo2WylILRrGBG613YhatmAQrFaXmZAUVgUXXtOr3SlCaUP/wla9zpv9/OX7HY+hLq3davNLiM09l2dvYAxxEEv4B4JD8rZgk3MD5al1T4G1HHiwxC1YMQj056unzhNCXWsjNzse/srRqfygcwu3t4ZEn7+PeWz7Jmw8cQ7N9C5IOab6UWSrL3sangc8hTb6mkWbM54HvydtdjlYm+6Y6coCTSOaHtECr0WISrfRfPb/mWCDoR6PRcurFL3C673k+ePujCMWV2yleAF4Giuxt5DtaWdrsgq0i2RbyKPBl4KuOVoYB+qY6KoHDwFHgOC0cAvapcK9to1pnS0gIQDgcAqB39ByPnDrG+970KW5qunurRSujLJBaiyvJqkaQrJCWgMGTLR37aeFbwPVIE76MQHw/kgiBoJ9gaIVvOx7hTP8LPPC7rewpKN/ssljzSRUqEpJsD3oOqf8oA+4kg8gAtjzEDcmt5fzgS3z21D2c6X9hs0tEJEMmqNyxJ0tIF1In3qlCXVSHSbCi2caoLRD0s+Sfp/2nf84/Ox5l0T+33qk6RysLwCIZRkgncHBw4lIPqOuoUQN5OQVUllq2dU0wtALAK85n+atTxwiFgolOU0aQ46g80lKjhez5/PceMAGXVKiP6thKP6IgP6cQq+Ewtx24lzsP38/U/ARj04OJTi3om+ooQCJEVYtvsp16l/x9GKk/OZxkearDorPxW+eza/aLe4xYdI1YRBsWnQ2z2Iiu1BSZk6yEAjxz5ju4vU6M5fWJihaQRlqZQ4ijlTl7G31IHXvXZudfC9Tq91Gr34dZbMSiiwp/IzsYQLY2h6qyWtxeJzda70x0itKxb2sCsxnUmBsoHfs/qVCW6thrPspn7vnujq41iVZcXud6hyuQCFF1squG4UgZ+mbkSCsZbEJISlSWGoR0AY3H25snkXzgrxuYRSve2RGWAguJDqdEZalBSCeQhWQeych+ZKcwi1YA3IlbiUJIob0N1fzEahDSizRBOoSkvpJGKBRkZsGnRlFJQdhjID+nELcvISGKygIV1VbSnbqjlaC9jQtIhGy7hYTCIcYmBxicuET/1QsMTFzE5ekmFA7xDw+9QG52frJV3DE0aDCJ1vVaiNKpg6S2htS4p1oW2E4kQp7c6KRwOMTVqSFJ+OMXGBi/yLCnG//KErnZ+Vh0Nur0+7ntwDEaqg6uIiOwssywt5vsrFyqtzHZSxYmYd2OPSX2LLUI6QLegeQLCSPHDI9PDzEwfomB8QsMjF9iyHOF5cACOVm5mHU2air2cuve36Oucj+G8rqIt3Al6MfldfLC+e8zMH6RgYmLjPr6CIVDHKy5hY/f/RWVqr05TKKVjt5fJDokOlpZsLexQCapLBnnAP3x9uY9J1s6egHruYFf8tWfPEy2NgezrpGaiuu4qent1Or3YxIa0GqzAMl25PY6efHiDxicuMjg+CVcPiehUJDCvBJqKq7jYPUtvKP5Ier0+xH3GFSq8tZgFq0sLM8wNT9OWdEqY7Ygf19FxZGWmi0EovMR64Hqm3n0vqeoKqshSyvdJhQKMjLZx0uXn2Zw4hKDE5dxeXpYCQUoyC2ipmIve81HueuGD1BbuZ+KEpNK1ds5lJGWy+uMJ0QxME6QaSrL0YrH3sYo0Y79PVnabITiKn7d/RMGxi8xOHEJl6ebQNBPXk4h1bomGg3Xc8fh+6nV76Wi1IIGTaTFXHa9wk/HL3Cw5lZuqHuzGtXcEQrzSigr0uP2OjlQfXPsIaFvqkN7vL1Z1cmhmm5VxYTytLLj/NBLnHrxC5jFRur0+7EffC81FXupLKtGo9FGWswV92mePftEwhaT6mCIrcAsWtcb+iqeQ9VM8GoS0gnYgc8rO2603hkxzCnD296rnTi6nlq3xbzl0B9SV7k/0mIyASbRysXhXyc6JCCprANq3UvtFvKxb/zs00Mn3vq3C8gB1M+efYLTfc+tM7y9lzr9vkiLSTV8c1cZ9lzB5elh2NtNWZGe+279s02vMwlWHOdOEQoFI4MRGUqwg2qua7VbSF5H7y8aTsAFpGQYFv1zWHRNvGnf71Or309Vea1qwXDrYSXoZ2Syn2HPFYY9Pbi83Qx7uiMxwQoqSs1bIsQsWlkJBRibHoz3jSgRjBlJyEUgSNTHfiPAu49+VMVbrMXsoo8hTzcubw/Dnm5cnm5GpwbWc72uwsS0i6XAAvk5G2dDGARpjpTAWaVDIqTA3kah7GdPCqoR4mjFb2/jMilyVoVCQcamByNCH/b24PJ0M72QnIHZ5enGarh+w3M2cFbpkLQBSK1kIKnKoH7wmjLS+nIyhSz65yTBe3siamfE10sgqE4cRZY2G6NQj0W0kbdJ61Cwjm8kNj4rIwnpBE6wRWdVmDCeaTfD3m5cnh6GPFdweXvwzo6qVqE9BeUR961ZtGHRNWIor4tMVrcKk2jlxYs/iN+tjLJApclhKlpIzfH25sDJlo5RpFxBAJYDi4z4ehmWO1jp6e9hObHzZ9vQaLRUllVLfvOYwIWdpDIkQqyzKqbPER2tLMr2LFU69lS0EIjO2A0AF4Ze5is//kQknjZZFOQWYRIbqY489TZMQgM52fEZ1Ooh1lkVkyKnmE9UG2mpSoijlSF7G9NEbVp3AlSV1+yYDF2JEYtowyxHjFhEG7qShIlYKUWssyqGEKX5jZOhKguivpGXlR3iHiMFucUbhWaSk52HSWjAomvCLD/9JrGRgtz4hRnWYn55Rk6D68Pt68U3N8bH3p7UuGIN1nFWKRZf1SaHqSLkeuAbsTstOhvdI6cBKCuqWBUnZRFt6MuqN50wLvrnGZ3siySBjvh6GfH1Mb3gWXNuAnN50kjgrFJU1hjr5E9uF6kgpAt4P9GJYhbAO2/8COFwCIvORnF+2YYF+FeWpCRQn5MRby8jMgm+ubEtV2LI060+IWudVbl9Ux1FssVXldzrVLWQPcfbm40nWzquIEWjcJ2pec2JK6EAY5MD8tPex4icgeuZGSFMOKlKDHu6OVRza1JlxGMdZ5Viz1LFSZUKQpSUJcWEsg+kmfbp/udXCX58ejiSm6EWhOJKDEI9uhR4FtdxVlUgqazM7EMcrcza2+gnOvS9D0Cj1fKd5z63XtDZtlFSKGAsl9KmTUI9hvJ6TKJ1w0HA5Nw4w54raLVZ8c6mLWEdZ5XSQvLtbRQ5Wpnfyf9RkKq8v06koe8Tyg4NGsw6G87Rs9sqSFk0wCg0YBTqMJY3YNY1UpRXsu41K6EAo77+6CTUI33PL88A0FB1aEeEQEJnlQAoOyqRsnN3jFQScow4E0r1BoTk5xRiEq0YhXqM8tNuFBooLYxf8G01ZhcnI5ZexQIwMtm3obXX5XUSDod25INJ4KwSgV/J2xVkMCGtx9ubr55s6ZgBSkBKnsnJzpMELjRgFOojJAjFG3tBQ+EQV6cGI84lhYBEQ97NsBxYYGLGjX6b2VWQ0FkVG8GY9OQwVYR0sTre9xaAm5ru5pbr3rnpk7non4vYuoZlg6Pb61TN2qvVZjEx7doRIQmcVXpHK0v2NuZRYaSVKkKcRON9O5EJibewhgnjnRmVTOyyf2PI0413dkS1ihTnl0bsXWY5Y8oo1G/b2qsggbNKma2PoUL0SUoIkeN9L5Ig3vd033NcdnXIJvdu1UZdyvopZp0Ni9iIRdeERdeo+uQwgbNK6eRUWfsklasrKDat/4rdebrveX7T/dOkCs7PKZSf9ibMOisWXRMmoSFtgdlxzqpYe1bGqiyQCLmbuJGWRWzkN2ydkM2SM68F4pxVSgsZBczJlp1qQvTH25sLTrZ0DCIty7pumnJOVi5GoSFqcNxicua1QJyzSlFTHiSjalJINSEQDXqQCbFRWqiLCFzpbKvKNg8PCodDTM17KC++tit4xDmrSvqmOnLkRTEzV2XJ8b5jRJ1V7wDJx/3FB5/Z9PqlwAJurzMS5DDsuYLb10tudj5f/lDC9IC0IYGzSonPysxRVgw6kRYT2JAB7+yIJHQ52GHY283EdOIFdvwrSynxdWwHCZxVqtmzUk1IF3Ab8Hjszg7nz3GOnYvMtjfyJCZCKnwdCe8zcZmzA7/E5enmXUdPYBYbI8finFWx0ScGoratbSPVAbWdwP7nup7qJWZxmpcu/whH55N0j5zeNhkg+TrSgcvuDn70229ypv+FNQuhxQ19K4jGZyU1F0mHyso79eIX6m8/+N5LyGuhWHQ2zg/935YLEYqrVs20U7AwckLErrc17OlZdSzOWRW/wtyOkWpCFDfuQWIWp1lvYbFsbQ5GsSES5KAEthVuYGpPFqFQkNGpAfKyC9ZEs8QO0Ye9V1Ydi3NWiY5Wlu1tzJJkrkiqV7ZW4n1XmVAsuib2FAiS0GVTh1lnw1BWGx/un1I4R8/y90+3sBL0c8fh93HvLQ/j6HySIc8VwuEgH7J/jvJivezY6iFMODIhjXNWxeYbZnQLAYmIg0C7sqOqrIYvfXDtkknphq7EFFnPV+mXHJ2nmJhxk5OVy4O3P4pF18Tk3Lhkso+zEMc4q1SzZ6U+SyY69M24xWnKiioiC14OyYQoaioQ9DM2NYAlZmQVP5iI6dhjE0CTUlnpIESJ950nAxan6XD+nH//5eN86ekWwoQj/dnC8gy+uatxHXn36n7Es7ofMQlWRn39BEMryhg8aZWVLkIgQxY5e/nKj3n+/H9wyfUKE9OuNQJfS8jq37FQnFUjvj6lVWS+ynK0Moi06rVqi9Mkg80Evvr3FSpKzZEckqE4QiLOKp9TISHpjNx0tBCIduzXvIWsHsquJUQorooMs4c93WjQYNFJ/cjU/DhzS1OR8xVn1ejkgGKSTjroOl3Lfysd+7+k6X7rIp6Ad914gpysXAJBf6SPqNbZuOzuYH5pmtlFH2+74UECh/xYdLY14Ucm0crZ/he0b3s8/+v+lSUbSb4bMp2E/BFxi9NcCygqaDmwIAXNyYv2D4xfxDs7ynJggfe88U/QaLSRnJNDtb+zXnEBXYlxsqP3FxXZ2uwDSCrr/mTqly5CuoCS4+3NemVxmjTddw0UFeQcPcf0gpdF/xzHbv5kxEGWl1NAXeXW1gHwzY2Ff3bmu/8ZDofe88yn/KoEEqeTEIhZnCZN902Ie276hBwfVkd2Vi4245ENz19YnmXE14tLfgeW29uLy9vDon8uV4Pmw8DDatUtbapDjvf91smWjhzgkXTddztQQlBXC9+Z4F1YVoyCFZPQECwt0j3whup3n1KrDul8p8c5pKHvU2m8Z0KECeObHcXldUqCl4U/NjVIKBQkOysXQ3ktZrGR2w/dh0loCBvK6wbFPYZzSP3geaT89Mv1Zc0BNeuWTkK6gD8APpPGezK3NB0RuCL8EV8vS4EFNGjQlZowCQ0cqb8dk2jFUF43ZiirPafVZnUhCb0TSfDqBJBtgnSqrGPAqZqKvSV/eexfJ1Dh7Z6xCAT9jPr6cHl7cMlCd3mdkdjfPQXl8uv2pNfvGcprp4xCfWdBbrHy1F8AzteXNU+rWa/tIp0tpBPIGpy41ETM4jTbRTgcIvLqPW9PJO3t6vQw4XCI3Ox8KYhbsHKg+mYMQv28sbz+Ynmx/ox83y4kwU9scqtrgnQS4kR6RZJi+d2UkJkFX6RjjXSyvt5Vr94ziVaO2u7CVN7gryqv7akqr31Vq9GeRxL8xfqyZlWWb00X0kZIzPq+a0woy4EFRib7o4KX3/g5uzgJSGZyk9CAzXiE2w4cC1aW1fSbRevZvJzCs8iqBuirL2tWNz/uGiDdb057Fbi7/Zm/+L5JaIikGShJnkrSjkmwckP9bWF9qWXEorOdKy3UvUpU8N1qj2wyCWk1YdjbaAD+B7Aahfpsk2jFLFjRl1VPGMvrzxvKazs0kro5D1yqL2teTGf9MgHXzKbUN9XxAaAbuFBf1jxzreqxi13sYhe72MXrBWnp1O1tFCK9DN6IFJgsAOVIr2xV6lAas70kf5TtKcAHTCKF2vQBw47WJBdEyUCklBB7Gw8DH0dO1lEZC8BZ4AFHa3LJ+pmEVE8Mv4Y0oduL1ELMrG4hBXIdEi1QEgSU0Hgf0RbiA3qQhsyvvp7I2MUudrGL1xj+H6jasT3ZGpi7AAAAAElFTkSuQmCC");
}

/* line 1945, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button a:hover .label {
  color: #676766;
}

/* line 1951, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button .input-tooltip-help {
  text-align: left;
  left: -3.9rem;
  right: auto;
  top: auto;
  bottom: 17.2rem;
  display: none;
}

/* line 1959, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button .input-tooltip-help.show {
  display: block;
}

/* line 1964, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .upload-documents-buttons .buttons-list .button:nth-child(2) {
  margin: 0 2.2rem 0 2.2rem;
}

/* line 1973, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.sof-before-soft-block-popup .support-numbers-list .dropdown-list .dropdown-values-list {
  max-height: 6.4rem;
}

/* line 1981, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.occupation-updated-account-restricted-popup .main-text {
  margin-bottom: 2.3rem;
}

/* line 1988, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.close-account-confirmation-popup .close-account-confirmation-message {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

/* line 1992, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.close-account-confirmation-popup .close-account-confirmation-message li {
  display: list-item;
  list-style: disc;
  margin-bottom: 1.5rem;
}

/* line 2001, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.take-a-break-confirmation-popup .confirmation-list {
  margin-bottom: 2rem;
}

/* line 2004, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.take-a-break-confirmation-popup .confirmation-list ul {
  margin-left: 2rem;
}

/* line 2007, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.take-a-break-confirmation-popup .confirmation-list ul li {
  display: list-item;
  list-style: disc;
}

/* line 2014, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.take-a-break-confirmation-popup .confirmation-header {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/* line 2021, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.self-exclusion-confirmation-popup .confirmation-content {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/* line 2025, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.self-exclusion-confirmation-popup .confirmation-content a {
  text-decoration: underline;
}

/* line 2030, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.self-exclusion-confirmation-popup .self-exclusion-confirm-message {
  margin-bottom: 1rem;
}

/* line 2035, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.self-exclusion-confirmation-popup .exclusion-level .exclusion-level-header {
  padding-bottom: 1rem;
}

/* line 2039, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.self-exclusion-confirmation-popup .exclusion-level .level-input {
  padding-bottom: 1rem;
}

/* line 2042, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.self-exclusion-confirmation-popup .exclusion-level .level-input input {
  cursor: pointer;
}

/* line 2046, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.self-exclusion-confirmation-popup .exclusion-level .level-input label {
  cursor: pointer;
  font-weight: normal;
}

/* line 2055, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.self-exclusion-completion-popup .completion-text {
  margin-top: 2rem;
}

/* line 2059, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.self-exclusion-completion-popup .gamstop-note {
  padding-top: 1rem;
}

/* line 2065, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.notification-preferences-popup .completion-text {
  margin-top: 2rem;
}

/* line 2072, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.popup-176 .long-text-overflow a {
  text-decoration: underline;
}

/* line 2078, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup {
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a black background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (V) when checked */
  /* Style the indicator (V) */
}

/* line 2080, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .limit-container {
  display: inline-block;
  margin: 1rem 1rem 1rem 0rem;
  text-align: center;
}

/* line 2085, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .limit-container label {
  font-weight: bold;
}

/* line 2090, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup input {
  display: none;
}

/* line 2094, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .action-text {
  margin-left: 3rem;
  margin-top: 1rem;
}

/* line 2099, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .checkmark {
  position: absolute;
  height: 2rem;
  width: 2rem;
  background-color: white;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  margin-top: -2rem;
}

/* line 2110, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .long-text {
  margin-top: -3rem;
}

/* line 2114, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* line 2118, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .container input:checked ~ .checkmark {
  background-color: greenyellow;
}

/* line 2122, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 2128, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .container input:checked ~ .checkmark:after {
  display: block;
}

/* line 2132, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.personal-limits-confirmation-duty-of-care-countries-popup .container .checkmark:after {
  left: 0.8rem;
  top: 0.4rem;
  width: 0.3rem;
  height: 0.8rem;
  border: solid white;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 2146, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.offer {
  text-align: center;
  margin-top: 1rem;
}

/* line 2154, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.offer-desctiption {
  font-size: 14px;
}

/* line 2158, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.text-underline {
  text-decoration: underline;
  cursor: pointer;
}

/* line 2163, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.branded-link {
  font-weight: normal;
  color: #5d5d5d;
}

/* line 2168, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
ol.show_disc {
  list-style: disc;
  margin-left: 2rem;
  margin-top: 1rem;
}

/* line 2173, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
ol.show_disc li {
  display: list-item;
}

/* invalid Neteller email popup */
/* line 2181, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.popupContainer .invalid-neteller-email-wrapper .invalid-neteller-email-address {
  line-height: 1.7rem;
  padding-bottom: 1.5rem;
  color: #b2b2b2;
  text-align: center;
  font-size: 11px;
}

/* line 2189, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.popupContainer .invalid-neteller-email-wrapper .invalid-neteller-email-here-link {
  color: #00991a;
  cursor: pointer;
}

/* line 2193, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.popupContainer .invalid-neteller-email-wrapper .invalid-neteller-email-here-link:hover {
  text-decoration: underline;
}

/* line 2199, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.popupContainer .invalid-neteller-email-wrapper .neteller-email-wrapper .edit-email-address {
  display: inline-block;
  width: 100%;
}

/* line 2203, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.popupContainer .invalid-neteller-email-wrapper .neteller-email-wrapper .edit-email-address button.edit-email-button {
  border: none;
  background-color: transparent;
  float: right;
}

/* line 2210, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.popupContainer .invalid-neteller-email-wrapper .neteller-email-wrapper .edit-email-input {
  display: inline-block;
  width: 100%;
}

/* line 2214, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.popupContainer .invalid-neteller-email-wrapper .neteller-email-wrapper .edit-email-input input.input-text {
  width: 100%;
  height: 25px;
  text-align: center;
}

/* line 2224, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi {
  padding: 0;
  background-color: #fff;
}

/* line 2228, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-content {
  padding: 18px 24px;
}

/* line 2232, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-intro {
  font-size: 14px;
  margin-bottom: 16px;
  color: #333;
  line-height: 1.6;
}

/* line 2239, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-sections {
  max-height: 210px;
  overflow-y: auto;
  margin-bottom: 16px;
  padding-right: 8px;
  background-color: transparent;
}

/* line 2247, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-section {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-left: 3px solid #1a5490;
  background-color: #f3f4f6;
}

/* line 2253, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-section:last-child {
  margin-bottom: 0;
}

/* line 2258, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-section-title {
  display: block;
  margin-bottom: 10px;
  color: #1a5490;
  font-size: 14px;
  font-weight: 600;
}

/* line 2266, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-section-text {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
}

/* line 2272, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-checkboxes {
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  background-color: #f3f4f6;
}

/* line 2279, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-checkbox-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

/* line 2284, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-checkbox-row:last-child {
  margin-bottom: 0;
}

/* line 2288, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}

/* line 2297, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-checkbox-row label {
  cursor: pointer;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}

/* line 2305, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-actions {
  padding: 12px 24px;
  border-top: 1px solid #d8d8d8;
  text-align: right;
}

/* line 2311, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-btn-cancel {
  min-width: 92px;
  height: 34px;
  margin-right: 12px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  cursor: pointer;
  background-color: #fff;
  color: #4e4e4e;
  font-weight: normal;
}

/* line 2324, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-btn-confirm {
  min-width: 92px;
  height: 34px;
  font-size: 14px;
  border-radius: 3px;
  border: none;
  background-color: #7d9ec3;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  opacity: 1;
}

/* line 2336, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_popups.scss */
.se-terms-wsop-mi .se-terms-wsop-mi-btn-confirm[disabled] {
  opacity: 0.6;
  background-color: #b6c8dd;
  cursor: not-allowed;
}

/* line 3, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-grid {
  border-left: 0.1rem solid #e0e0e0;
  border-top: 0.1rem solid #e0e0e0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  margin: 1rem 0;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-grid__item.limit-container {
  align-items: center;
  border-bottom: 0.1rem solid #e0e0e0;
  border-right: 0.1rem solid #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-width: 0;
  padding: 1rem 0.5rem;
  text-align: center;
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-grid__period {
  font-weight: bold;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-grid__formula {
  font-size: 1.2rem;
  margin-top: 0.4rem;
  opacity: 0.75;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-grid__amount {
  margin-top: 0.6rem;
}

/* line 38, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__heading {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__message {
  line-height: 1.5;
  margin-bottom: 3rem;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__table {
  margin-bottom: 3rem;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__table-heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__row {
  border-bottom: 0.1rem solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

/* line 67, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__row--header {
  font-size: 1.2rem;
  opacity: 0.7;
  padding-top: 0;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__limit-amount {
  font-weight: bold;
}

/* line 77, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__options {
  margin-bottom: 3rem;
}

/* line 81, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__option {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin-bottom: 1.6rem;
}

/* line 87, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__option input {
  display: none;
}

/* line 92, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__radio {
  background-color: white;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}

/* line 102, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__radio--checked {
  background-color: greenyellow;
}

/* line 106, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_orchestratorLimitsPopup.scss */
.orchestrator-limits-popup .orchestrator-limits-popup__option-text {
  margin-left: 1.2rem;
  line-height: 1.4;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_gamingCautionRequired.scss */
.gaming-caution-required-popup .button-wrap {
  margin-top: 1rem;
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_gamingCautionRequired.scss */
.gaming-caution-required-popup .button-wrap .option-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_gamingCautionRequired.scss */
.gaming-caution-required-popup .button-wrap .option-wrapper .radio-title {
  padding-left: 2rem;
  display: inline-block;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_gamingCautionRequired.scss */
.gaming-caution-required-popup .button-wrap .option-wrapper .icon {
  left: 0;
  top: 0;
  position: absolute;
  height: 1.7rem;
  width: 1.7rem;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_gamingCautionRequired.scss */
.gaming-caution-required-popup .button-wrap button {
  float: right;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_gamingCautionRequired.scss */
.gaming-caution-required-popup .button-wrap button:disabled {
  background-color: #bbb;
  border-bottom-color: #aaa;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_memberReachedWithdrawalLimitNotarised.scss */
.member-reached-withdrawal-limit-notarised-popup .tooltip {
  right: 0;
  cursor: pointer;
  top: 5.8rem;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  z-index: 2;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_memberReachedWithdrawalLimitNotarised.scss */
.member-reached-withdrawal-limit-notarised-popup .tooltip .input-tooltip-help.above-input {
  left: -8.9rem;
  bottom: 2.9rem;
  cursor: default;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_memberReachedWithdrawalLimitNotarised.scss */
.member-reached-withdrawal-limit-notarised-popup .icon-tooltip {
  display: inline-block;
  position: relative;
  background-position: center;
  background-size: 100%;
  top: 0.4rem;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_memberReachedWithdrawalLimitNotarised.scss */
.member-reached-withdrawal-limit-notarised-popup .icon-tooltip .hotspot {
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_memberReachedWithdrawalLimitNotarised.scss */
.member-reached-withdrawal-limit-notarised-popup .icon-tooltip span {
  padding: 0 0 0 0;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_memberReachedWithdrawalLimitNotarised.scss */
.member-reached-withdrawal-limit-notarised-popup .icon-tooltip .input-tooltip-help.above-input {
  left: -9.2rem;
  padding: 1rem 1rem 1rem 1rem;
  bottom: 2.5rem;
  font-size: 1.2rem;
  color: #7d7d7f;
  text-transform: none;
  font-weight: normal;
  z-index: 101;
}

/* line 50, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_memberReachedWithdrawalLimitNotarised.scss */
.member-reached-withdrawal-limit-notarised-popup .icon-tooltip .input-tooltip-help.above-input span {
  padding: 0 0 0 0;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .long-text-overflow {
  margin-top: 3rem;
  font-size: 1.7rem;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .upper-text {
  padding-bottom: 2rem;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .no-country-text {
  padding-top: 1rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .phone-support-dropdown {
  text-align: left;
  width: 80%;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .phone-support-dropdown .custom-select-box {
  min-height: 1rem;
}

/* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .phone-support-dropdown .custom-select-box .custom-select-text {
  padding: 0.3rem 0.5rem 0.1rem 0.5rem;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .phone-support-dropdown .dropdown-values-list {
  max-height: 10.8rem;
  top: 2.5rem;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .technical-problem-support-text {
  margin-top: 2.5rem;
  line-height: 2rem;
  font-size: 1.7rem;
  opacity: 0.7;
  text-align: center;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .technical-problem-support-text > span {
  display: block;
  text-align: center;
}

/* line 46, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/popups/_unavailableBlockProduct.scss */
.unavailable-block-product .phone-support-dropdown-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 1.5rem;
}

/* line 3, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_balance.scss */
.balance .title {
  text-align: right;
  padding-bottom: 0.5rem;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_balance.scss */
.balance .title .amount {
  font-weight: bold;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_balance.scss */
.balance h1 {
  display: inline-block;
  min-height: 3.1rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #e6e6e6 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6')";
  /* IE6-9 */
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  display: inline-block;
  border: 1px solid #bdbdbd;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 150px;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.focused {
  border: 1px solid;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.focused .dropdown-values-list {
  border-top-color: #dfdfdf;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .custom-select-box {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  display: table;
  width: 100%;
  border: 1px solid #ffffff;
  font-size: 1.3rem;
  box-sizing: border-box;
  min-height: 3.1rem;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .custom-select-box .custom-select-text {
  padding: 0.9rem 1rem 0.8rem 1rem;
  display: table-cell;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .custom-select-box .custom-select-text .phone-number-plus-sign::before {
  content: "+";
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .custom-select-box .custom-select-text span {
  cursor: default;
}

/* line 41, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .custom-select-box .custom-select-arrow {
  border-left: 1px solid #dfdfdf;
  width: 1.8rem;
  display: table-cell;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .custom-select-box .custom-select-arrow .fa {
  width: 0.8rem;
  height: 0.8rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .dropdown-values-list {
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-topleft-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  -moz-border-topright-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-bottomright-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -moz-border-bottomleft-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  left: -0.1rem;
  position: absolute;
  top: 3.1rem;
  width: 100%;
  z-index: 1000;
  border: 1px solid #bdbdbd;
  background-color: #ffffff;
  overflow-y: auto;
}

/* line 67, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .dropdown-values-list li {
  display: block;
  cursor: pointer;
  padding: 0.7rem 1rem;
  font-size: 1.3rem;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .dropdown-values-list li .dd-content.phone-number-plus-sign::before {
  content: "+";
}

/* line 80, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.credit-card-select-wrapper,
.custom-select-wrapper.mft-select-wrapper {
  margin-right: 0;
  min-width: 14rem;
}

/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.credit-card-select-wrapper .custom-select-box,
.custom-select-wrapper.mft-select-wrapper .custom-select-box {
  min-height: 0;
}

/* line 87, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.credit-card-select-wrapper .custom-select-box .custom-select-text,
.custom-select-wrapper.mft-select-wrapper .custom-select-box .custom-select-text {
  padding: 0.4rem 1rem 0 0.6rem;
  height: 2.5rem;
  vertical-align: middle;
}

/* line 92, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.credit-card-select-wrapper .custom-select-box .custom-select-text .dd-content,
.custom-select-wrapper.mft-select-wrapper .custom-select-box .custom-select-text .dd-content {
  padding-left: 0.5rem;
}

/* line 97, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.credit-card-select-wrapper .custom-select-box span,
.custom-select-wrapper.mft-select-wrapper .custom-select-box span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
}

/* line 105, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.credit-card-select-wrapper .dropdown-values-list,
.custom-select-wrapper.mft-select-wrapper .dropdown-values-list {
  top: 3.1rem;
}

/* line 108, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.credit-card-select-wrapper .dropdown-values-list li,
.custom-select-wrapper.mft-select-wrapper .dropdown-values-list li {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.credit-card-select-wrapper .dropdown-values-list li > span,
.custom-select-wrapper.mft-select-wrapper .dropdown-values-list li > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 118, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.credit-card-select-wrapper .dropdown-values-list li .content-wrapper,
.custom-select-wrapper.mft-select-wrapper .dropdown-values-list li .content-wrapper {
  width: 4.4rem;
}

/* line 124, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper {
  margin-right: 0;
  min-width: 6rem;
  height: 3.5rem;
  display: inline-block;
  border: none;
}

/* line 130, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .custom-select-box {
  min-height: 3.5rem;
  border: none;
}

/* line 133, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .custom-select-box .custom-select-arrow {
  border: none;
}

/* line 136, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .custom-select-box .custom-select-text {
  padding: 0.4rem 0 0 0.6rem;
  height: 2.8rem;
  vertical-align: middle;
}

/* line 141, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .custom-select-box .custom-select-text .dd-content {
  padding-left: 0.5rem;
}

/* line 146, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .custom-select-box span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 152, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .dd-image {
  min-width: 2.9rem;
  min-height: 2.5rem;
  background-size: 2.9rem;
  display: block;
  position: relative;
  top: -0.1rem;
  background-repeat: no-repeat;
  padding-right: 0;
}

/* line 163, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .dropdown-values-list {
  width: 28rem;
  height: 12rem;
  top: 3.7rem;
}

/* line 168, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .dropdown-values-list li {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

/* line 173, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .dropdown-values-list li > span {
  display: inline-block;
  vertical-align: middle;
}

/* line 178, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper.phone-code-select-wrapper .dropdown-values-list li .content-wrapper {
  width: 4.4rem;
  display: inline-block;
}

/* line 187, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .dd-image {
  padding-right: 1rem;
  min-width: 2.9rem;
  min-height: 1.9rem;
  background-size: 3.9rem;
  display: block;
  position: relative;
  top: -0.1rem;
  background-repeat: no-repeat;
}

/* line 197, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .dd-image.dd-card-image {
  width: 1.4rem;
  height: 1.5rem;
}

/* line 203, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.custom-select-wrapper .dropdown_images {
  width: 1.4rem;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 211, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.dropdown-payment_creditcards {
  background-image: url("data:image/png;base64,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");
}

/* line 214, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.phone-code-number-input {
  display: inline-block;
  position: absolute;
  padding-left: 1rem;
  border: none;
  width: 20rem;
  height: 3.2rem;
}

/* line 222, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.phone-code-number-input:focus {
  outline: none;
  border: none;
}

/* line 229, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.phone-code-number-element-wrapper {
  width: 28rem;
}

/* line 232, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.phone-code-number-element-wrapper .drop-down {
  border-radius: 0.3rem;
  border: 1px solid #bdbdbd;
  width: 28rem;
  height: 3.5rem;
}

/* line 237, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdownSelect.scss */
.phone-code-number-element-wrapper .drop-down.invalid {
  border-color: #df0221;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_identification.scss */
.identification-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_identification.scss */
.identification-wrapper .tooltip-label {
  width: auto;
  display: inline-block;
  color: #9c9c9c;
  font-size: 1.1rem;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_identification.scss */
.identification-wrapper .tooltip-label > span {
  margin-bottom: 0.3rem;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_identification.scss */
.identification-wrapper .icons-icon_question_mini {
  display: inline-block;
  background-repeat: no-repeat;
  top: -3px;
  position: relative;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_identification.scss */
.identification-wrapper .icons-icon_question_mini .tooltip-hotspot {
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: block;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_identification.scss */
.identification-wrapper .icons-icon_question_mini .tooltip-container {
  position: absolute;
  border: 1px solid #d0d0d0;
  border-radius: 0.1rem;
  font-family: helvetica;
  padding: 1rem;
  z-index: 20;
  line-height: 1.4;
  font-size: 1.3rem;
  width: 15rem;
  left: 1.5rem;
  top: -3rem;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_identification.scss */
.identification-wrapper .icons-icon_question_mini .inner-content-container {
  display: block;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_identification.scss */
.identification-wrapper .icons-icon_question_mini .inner-content-container .tooltip-text {
  margin-left: 1rem;
  display: inline-block;
  width: 16rem;
  border: 0;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_identification.scss */
.identification-wrapper .field {
  /*@include border-radius(0.3rem);
        @include padding-left(1rem);
        border: 1px solid $mft-border-color;
        height: 3rem;*/
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  height: 1.4rem;
  text-align: left;
  width: 14.5rem;
  position: relative;
  background: transparent;
  display: block;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar-container {
  height: 100%;
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar {
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1001;
  overflow: hidden;
  visibility: hidden;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar .side-bar-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar .side-bar-col-content {
  -webkit-box-shadow: -1px 0px 3px #5d5d5d;
  -moz-box-shadow: -1px 0px 3px #5d5d5d;
  box-shadow: -1px 0px 3px #5d5d5d;
  right: -100rem;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  overflow: hidden;
  height: 100%;
  width: 45%;
  position: absolute;
  top: 0;
  z-index: 999;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar .side-bar-col-content > div:not(.side-bar-close-icon-wrapper) {
  /*width: calc(100% - 4rem);
            height: calc(100% - 4rem);
            padding: 2rem;*/
  width: 100%;
  height: 100%;
}

/* line 41, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar .side-bar-col-background {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/* line 50, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar .side-bar-close-icon-wrapper {
  right: 0;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar .side-bar-close-icon-wrapper .fa {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

/* line 68, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar.active-animation {
  visibility: visible;
}

/* line 71, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar.active-animation .side-bar-col-content {
  right: 0;
}

/* line 75, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_sideBar.scss */
.side-bar.active-animation .side-bar-col-background {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdown.scss */
.dropdown-wrapper {
  height: 1.9rem;
  width: 100%;
  color: #fff;
  font-family: "Tahoma";
  font-size: 1.4rem;
  position: relative;
  line-height: 2rem;
  cursor: pointer;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdown.scss */
.dropdown-wrapper .dropdown-input {
  float: right;
  margin-right: 0.5rem;
  height: 100%;
  color: #BDC4C5;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdown.scss */
.dropdown-wrapper .dropdown-menuList {
  -webkit-box-shadow: 0px 1px 3px #88979a;
  -moz-box-shadow: 0px 1px 3px #88979a;
  box-shadow: 0px 1px 3px #88979a;
  right: 0;
  min-width: 20rem;
  position: absolute;
  display: none;
  background-color: #ffffff;
  top: 3.3rem;
  box-sizing: border-box;
  z-index: 1000;
  text-align: left;
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdown.scss */
.dropdown-wrapper .dropdown-menuList .dropdown-menu-info {
  margin: 0 0.2rem 0.8rem 0.2rem;
  padding: 1rem 0.8rem 0.9rem 0.8rem;
  color: #101014;
  font-family: "Arial";
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(202, 202, 202, 0.5);
}

/* line 41, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdown.scss */
.dropdown-wrapper .dropdown-menuList ul {
  margin: 0;
  padding: 0;
  min-height: 1rem;
  width: 100%;
  color: #878787;
  font-family: "Arial";
  font-size: 1.2rem;
  padding-bottom: 0.7rem;
  cursor: pointer;
  border-bottom: 2px solid rgba(202, 202, 202, 0.5);
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdown.scss */
.dropdown-wrapper .dropdown-menuList ul li {
  padding: 0.1rem 1rem 0.1rem 1rem;
  list-style: none;
  display: block;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdown.scss */
.dropdown-wrapper .dropdown-menuList span {
  display: block;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdown.scss */
.dropdown-wrapper .dropdown-button {
  float: right;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.5rem;
}

/* line 71, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_dropdown.scss */
.dropdown-wrapper .dropdown-pointer {
  right: 1.2rem;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fafafa;
  border-width: 1.2rem;
  top: -2rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.wrong-input {
  border: 1px solid #df0221;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.wrong-input-icon,
.wrong-input-double-icon {
  position: absolute;
  top: 0.5rem;
  width: 2.5rem;
  border: 0;
  cursor: pointer;
  height: 2.4rem;
  background-repeat: no-repeat;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.wrong-input-icon {
  right: 1.2rem;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.wrong-input-double-icon {
  right: 3.7rem;
}

/* Tooltip gradient background */
/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.tooltip-gradient, .input-tooltip-error,
.input-tooltip-help {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff')";
  /* IE6-9 */
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error,
.input-tooltip-help {
  -webkit-box-shadow: 0 0.1rem 0.3rem #cccccc;
  -moz-box-shadow: 0 0.1rem 0.3rem #cccccc;
  box-shadow: 0 0.1rem 0.3rem #cccccc;
  position: absolute;
  border: 1px solid #d0d0d0;
  border-radius: 0.1rem;
  font-family: helvetica;
  padding: 1.5rem;
  z-index: 20;
  line-height: 1.4;
  font-size: 1.3rem;
  width: 24rem;
  /* Tooltip arrow from the side */
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.above-input,
.input-tooltip-help.above-input {
  left: 0;
  bottom: 5.9rem;
  top: auto;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.above-input:after,
.input-tooltip-help.above-input:after {
  border-color: rgba(250, 250, 250, 0);
  border-top-color: #fafafa;
  /* @include has to be 2-nd line */
  border-width: 0.7rem;
  border-bottom-width: 0;
  left: 44%;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.above-input:before,
.input-tooltip-help.above-input:before {
  border-color: rgba(208, 208, 208, 0);
  border-top-color: #d0d0d0;
  /* @include has to be 2-nd line */
  border-width: 0.9rem;
  border-bottom-width: 0;
  left: 43%;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.above-input:before,
.input-tooltip-error.above-input:after,
.input-tooltip-help.above-input:before, .input-tooltip-help.above-input:after {
  top: 100%;
}

/* line 57, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.below-input,
.input-tooltip-help.below-input {
  bottom: auto;
  top: 6rem;
}

/* line 61, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.below-input:after,
.input-tooltip-help.below-input:after {
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fafafa;
  /* @include has to be 2-nd line */
  border-width: 0.7rem;
  border-top-width: 0;
  top: -0.7rem;
  left: 44%;
}

/* line 70, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.below-input:before,
.input-tooltip-help.below-input:before {
  border-color: rgba(208, 208, 208, 0);
  border-bottom-color: #d0d0d0;
  /* @include has to be 2-nd line */
  border-width: 0.9rem;
  border-top-width: 0;
  top: -0.9rem;
  left: 43%;
}

/* line 81, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.left-from-hotspot:before,
.input-tooltip-help.left-from-hotspot:before {
  right: -2rem;
  position: absolute;
  top: 1.6rem;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-left-color: #d0d0d0;
}

/* line 92, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.left-from-hotspot:after,
.input-tooltip-help.left-from-hotspot:after {
  right: -1.8rem;
  position: absolute;
  top: 1.6rem;
  content: '';
  height: 0;
  width: 0;
  border: 1rem solid transparent;
  border-left-color: #fafafa;
}

/* line 117, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error:before,
.input-tooltip-error:after,
.input-tooltip-help:before, .input-tooltip-help:after {
  right: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 127, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error:after,
.input-tooltip-help:after {
  border-color: rgba(250, 250, 250, 0);
  border-right-color: #fafafa;
  /* @include has to be 2-nd line */
  border-width: 1.2rem;
}

/* line 133, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error:before,
.input-tooltip-help:before {
  border-color: rgba(208, 208, 208, 0);
  border-right-color: #d0d0d0;
  /* @include has to be 2-nd line */
  border-width: 1.3rem;
}

/* line 139, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error .tooltip-img,
.input-tooltip-help .tooltip-img {
  border-right: 1px solid #d0d0d0;
  vertical-align: top;
  width: 4.1rem;
  height: 4.1rem;
  position: absolute;
}

/* line 147, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error .tooltip-header,
.input-tooltip-help .tooltip-header {
  display: inline-block;
  padding: 0 5.4rem;
  margin: 0;
  vertical-align: top;
  line-height: 4.1rem;
  font-weight: bold;
}

/* line 156, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error .tooltip-text,
.input-tooltip-help .tooltip-text {
  margin: 0;
  padding: 2.2rem 1.6rem;
  border-top: 1px solid #d0d0d0;
  color: #9b9b9b;
}

/* line 163, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error .tooltip-img-help,
.input-tooltip-help .tooltip-img-help {
  background-image: url("../Images/Icons/icon_tooltip_captcha.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 169, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error .tooltip-img-error,
.input-tooltip-help .tooltip-img-error {
  background-image: url("../Images/Icons/icon_tooltip_attention.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 176, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  background: #F6E3E9;
  border-color: #DF2E46;
  color: #DF2E46;
}

/* line 183, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.above-input:before {
  border-top-color: #DF2E46;
}

/* line 187, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.above-input:after {
  border-top-color: #F6E3E9;
}

/* line 193, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.below-input:before {
  border-bottom-color: #DF2E46;
}

/* line 197, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-error.below-input:after {
  border-bottom-color: #F6E3E9;
}

/* line 203, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-help {
  left: 2.7rem;
  border-radius: 0.3rem;
  bottom: -5.8rem;
  color: #9c9c9c;
  font-weight: normal;
}

/* line 210, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-help:after {
  border-color: rgba(250, 250, 250, 0);
  border-right-color: #fafafa;
  border-width: 0.7rem;
  border-bottom-width: 0;
  top: 37%;
}

/* line 218, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-help:before {
  border-color: rgba(208, 208, 208, 0);
  border-right-color: #d0d0d0;
  border-width: 0.9rem;
  border-bottom-width: 0;
  top: 35%;
}

/* line 226, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-help.above-input {
  left: -9.8rem;
  width: 19rem;
}

/* line 231, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.input-tooltip-help.right-cvv {
  left: 9.5rem;
  width: 24rem;
  top: -1rem;
  bottom: inherit;
}

/* line 239, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.help-input-link {
  right: 0;
  display: block;
  position: absolute;
  top: 0;
  text-decoration: none;
}

/* line 246, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.help-input-link .help-icon {
  right: 0.2rem;
  width: 1.9rem;
  position: absolute;
  border: 0;
}

/* line 254, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.cvv-tooltip-hotspot {
  width: 4rem;
  height: 3rem;
  position: absolute;
  display: block;
}

/* line 261, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.cvv-inner-content-container {
  display: block;
}

/* line 264, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.cvv-inner-content-container .icons-icon_cvv_tooltip {
  width: 6.2rem;
  height: 4.5rem;
  float: left;
}

/* line 270, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_tooltipPopup.scss */
.cvv-inner-content-container .icons-icon_cvv_tooltip-text {
  margin-left: 1rem;
  float: left;
  width: 16rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper {
  display: inline-block;
  position: relative;
  margin-left: -0.5rem;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper.single-amount-input {
  margin-left: 0;
}

/* line 10, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper .input-tooltip-error.above-input {
  z-index: 999;
  bottom: 2rem;
  width: 100%;
  display: none;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper .input-tooltip-error.above-input:before {
  left: 42%;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper .label {
  color: #9c9c9c;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper .label.error {
  display: block;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper .label .error.input-label {
  font-size: 1.1rem;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper .label .error.input-label i {
  top: 0;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper .label:hover .input-tooltip-error.above-input,
.custom-amount-input-wrapper .label:hover .input-tooltip-error.below-input {
  display: block;
}

/* line 46, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input-wrapper .tooltip-label {
  position: absolute;
  top: -1.3rem;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 1rem 0.8rem 5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #bdbdbd;
  font-size: 1.3rem;
  width: 19.3rem;
  height: 3.4rem;
}

/* line 62, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input.error {
  border-color: #df0221 !important;
}

/* line 66, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input.amount-selected {
  margin-bottom: 1.2rem;
}

/* line 70, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input.after-click-other {
  margin-left: -1.3rem;
  border-left: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-topleft-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottomleft-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 76, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input:focus {
  margin-left: 0rem;
  padding-left: 5rem;
  border: 1px solid;
  outline: none;
}

/* line 83, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.custom-amount-input.ng-invalid.ng-dirty.input-text {
  border: 1px solid #df0221 !important;
}

/* line 88, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.amount-input-container {
  position: relative;
}

/* line 91, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amount.scss */
.amount-input-container .custom-amount-input-currency {
  left: 0.1rem;
  top: 0.1rem;
  position: absolute;
  color: #bdbdbd;
  font-size: 1.3rem;
  background-color: #e7e7e7;
  min-width: 4rem;
  height: 1.4rem;
  text-align: center;
  padding: 0.9rem 0;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-buttons-wrapper {
  display: inline-block;
}

/* line 3, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-buttons-wrapper .label {
  display: none;
  position: absolute;
  top: -1.4rem;
  cursor: pointer;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-buttons-wrapper .label.error {
  display: block;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-buttons-wrapper .label .error.input-label {
  font-size: 1.1rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-buttons-wrapper .label:hover .input-tooltip-error.above-input {
  display: block;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-buttons-wrapper .input-tooltip-error.above-input {
  z-index: 999;
  bottom: 2.4rem;
  width: 13.3rem;
  display: none;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-buttons-wrapper .tooltip-label {
  position: absolute;
  top: -1.5rem;
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options {
  margin-bottom: 0.7rem;
  display: inline-block;
  font-size: 1.3rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.3rem;
  min-height: 3rem;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options.error {
  border-color: #df0221;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options.amount-selected {
  margin-bottom: 1.2rem;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options li {
  border-right: 1px solid #bdbdbd;
  display: inline-block;
  padding: 0.9rem 1.8rem;
  background-color: #f6f6f6;
  cursor: pointer;
  min-height: 1.4rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options li:not(.is-selected):hover {
  background-color: #e1e1e1;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options li:first-child {
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-topleft-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -moz-border-bottomleft-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options li:last-child {
  -webkit-border-top-right-radius: 0.3rem;
  -moz-border-topright-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-bottomright-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 68, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options li:not(:first-child) {
  border-left: none;
}

/* line 72, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options li.deposit-amount-other {
  margin-left: -0.3rem;
  border-right: none;
}

/* line 77, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.deposit-amount-options li.disabled-amount {
  background: #F6F6F6;
  pointer-events: none;
  color: #BEBEBE;
}

/* line 85, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.currency-symbol-holder {
  left: 1.2rem;
  position: relative;
  font-size: 1.3rem;
}

/* line 90, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountButtons.scss */
.currency-symbol-holder.after-click-other {
  left: 0.8rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper {
  display: inline-block;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .label {
  display: table;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .label > i {
  position: relative;
  cursor: pointer;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .label > span {
  padding-right: 0.2rem;
  color: #9c9c9c;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .label > i, .currency-select-dropdown-wrapper .label > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .label .input-tooltip-help.above-input {
  cursor: default;
  bottom: 2.2rem;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .custom-select-box {
  width: 8.5rem;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .custom-select-wrapper {
  min-width: 1rem;
}

/* line 37, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .custom-select-wrapper ul {
  max-height: 10.4rem;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .currency-dropdown-hide {
  color: #2e2e2e;
  background-color: #f3f3f3;
  height: 3.3rem;
  display: inline-block;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  margin-top: 1.4rem;
  line-height: 3.3rem;
  padding: 0 1rem;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_currency-dropdown.scss */
.currency-select-dropdown-wrapper .input-tooltip-hotspot {
  left: -0.6rem;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: -0.6rem;
  cursor: pointer;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.main-amanda-help-wrapper {
  right: 0;
  direction: rtl;
  opacity: 1;
  position: absolute;
  top: 24rem;
  cursor: pointer;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.message-banner-visible .main-amanda-help-wrapper {
  right: 1.7rem;
  top: 35rem;
  /* style only for chrome and safari */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
  .message-banner-visible .main-amanda-help-wrapper {
    right: 0.8rem;
  }
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help {
  border-left: 2px solid #dcdcdc;
  background-color: #e1e1e1;
  height: 100%;
  /************* Upper content Styles **********/
  /************* Lower content Styles **********/
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-upper-content {
  width: 100%;
  border-bottom: 2px solid #bcbcbc;
  background-color: #f8f8f8;
  display: table;
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content {
  background-color: #e1e1e1;
  padding: 1rem 4rem 0;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-icon-wrapper {
  padding: 2rem 0;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-icon-wrapper .amanda-help-amanda-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 7.5rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  width: 7.5rem;
  background-position: -0.3rem -0.3rem;
  border: 1px solid black;
  background-size: 8rem;
  background-color: white;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper {
  padding: 0 2rem;
  margin-bottom: 2rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box {
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #bcbcbc;
  padding: 2rem;
  margin: 0;
  position: relative;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box:before, .amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box:after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box:before {
  right: 50%;
  margin-right: -1.3rem;
  border-color: rgba(188, 188, 188, 0);
  border-bottom-color: #bcbcbc;
  border-width: 1.3rem;
  margin-top: -1.3rem;
  top: -1.3rem;
}

/* line 83, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box:after {
  right: 50%;
  margin-right: -1.2rem;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 1.2rem;
  margin-top: -1.1rem;
  top: -1.2rem;
}

/* line 93, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box .amanda-help-text-box-title {
  color: #2d2d2d;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

/* line 100, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box .amanda-help-text-box-description {
  color: #2d2d2d;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

/* line 107, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box .amanda-help-learn-text {
  padding: 0;
  line-height: 1.5rem;
  color: #9c9c9c;
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box .amanda-help-learn-more-image {
  width: 65px;
  height: 29px;
  background-size: 6.5rem;
  display: block;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

/* line 123, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-text-box-wrapper .amanda-help-text-box .amanda-help-learn-more-link {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  color: #5d5d5d;
}

/* line 132, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-title-text {
  clear: both;
  font-size: 1.3rem;
  color: #9b9b9b;
  padding: 1rem 0;
}

/* line 139, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-options {
  float: left;
  display: table;
}

/* line 143, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-options .amanda-help-lower-content-option {
  border-top: 1px solid #b3b3b5;
  padding: 1rem 0;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
}

/* line 150, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-options .amanda-help-lower-content-option .help-icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 0.2rem;
}

/* line 159, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-options .amanda-help-lower-content-option .phone-help-section {
  cursor: default;
}

/* line 162, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-options .amanda-help-lower-content-option .phone-help-section .help-icon {
  vertical-align: middle;
}

/* line 167, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-options .amanda-help-lower-content-option .amanda-help-lower-content-option-text {
  border-left: 1px solid #b3b3b5;
  padding-left: 1rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #5d5d5d;
}

/* line 176, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-options .amanda-help-lower-content-option .amanda-help-lower-content-option-text > span {
  display: block;
}

/* line 180, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-options .amanda-help-lower-content-option .amanda-help-lower-content-option-text.amanda-help-support-number-text {
  vertical-align: middle;
}

/* line 185, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-lower-content-options .amanda-help-lower-content-option:first-child {
  border-top: 0 none;
}

/* line 191, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content {
  margin: 1.8rem 2.2rem;
}

/* line 194, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content .amanda-help-support-content-title-text {
  font-size: 1.4rem;
}

/* line 199, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content .amanda-help-support-content-options .amanda-help-support-content-option {
  width: 40.7rem;
  height: 5.5rem;
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  margin-top: 0.9rem;
  border-style: solid;
  border-width: 0.1rem 0.1rem 0.3rem 0.1rem;
  border-color: #bcbcbc;
}

/* line 209, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content .amanda-help-support-content-options .amanda-help-support-content-option:hover {
  background-color: #E5F2FE;
}

/* line 213, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content .amanda-help-support-content-options .amanda-help-support-content-option:active {
  border-bottom-width: 0.1rem;
}

/* line 217, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content .amanda-help-support-content-options .amanda-help-support-content-option .support-icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 5rem;
  height: 4rem;
  position: relative;
  top: 0.8rem;
  border-right: 0.1rem solid #bcbcbc;
}

/* line 227, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content .amanda-help-support-content-options .amanda-help-support-content-option .amanda-help-support-content-option-text {
  margin-left: 1rem;
  display: inline-block;
  vertical-align: initial;
  position: relative;
  bottom: 0.8rem;
  font-weight: bold;
}

/* line 236, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content .amanda-help-support-content-options .amanda-help-support-content-option .amanda-help-support-numbers {
  position: relative;
  left: 5.4rem;
  bottom: 2.8rem;
  height: 3.6rem;
}

/* line 243, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content .amanda-help-support-content-options .amanda-help-support-content-option .amanda-help-support-numbers .support-numbers-directive-wrapper .user-support-number {
  color: black;
  font-weight: bold;
}

/* line 249, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amanda-help.scss */
.amanda-help .amanda-help-support-content .amanda-help-support-content-options .amanda-help-support-content-option .amanda-help-support-numbers .support-numbers-directive-wrapper .with-top-margin {
  margin-top: 7px;
}

/*
    This file has 2 different CSS!
    1) personal-limits-table-wrapper classes
    2) Other classes (for all other tables)
*/
/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.deposit-amount-table-wrapper {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin: 0.7rem 0 0.5rem 0;
  display: table;
  border: 1px solid #bdbdbd;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.deposit-amount-table-item-wrapper {
  display: table-cell;
  text-align: center;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.deposit-amount-table-item-wrapper .deposit-amount-table-item-days {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #e6e6e6 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6')";
  /* IE6-9 */
  border-bottom: 1px solid #bdbdbd;
  padding: 0.6rem 1.8rem;
  display: block;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.deposit-amount-table-item-wrapper .deposit-amount-table-item-sum {
  padding: 0.6rem 1.8rem;
  display: block;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.deposit-amount-table-item-wrapper:last-child {
  border-right: none;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.deposit-amount-table-item-wrapper + .deposit-amount-table-item-wrapper > div {
  border-left: 1px solid #bdbdbd;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.personal-limits-table-wrapper {
  margin: 0.7rem 0 0.5rem -1.5rem;
  width: 33rem;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.personal-limits-table-wrapper .table-item-wrapper {
  display: inline-block;
  text-align: center;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.personal-limits-table-wrapper .table-item-wrapper .table-item-days {
  font-weight: bold;
  padding: 0.6rem 1.8rem;
  display: block;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_amountTable.scss */
.personal-limits-table-wrapper .table-item-wrapper .table-item-sum {
  padding: 0.6rem 1.8rem;
  display: block;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_technical-problem.scss */
.technical-problem-wrapper .description-text {
  line-height: 1.7rem;
  color: #b2b2b2;
  font-size: 1.2rem;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_technical-problem.scss */
.technical-problem-wrapper .upper-text {
  padding-bottom: 2rem;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_technical-problem.scss */
.technical-problem-wrapper .no-country-text {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_technical-problem.scss */
.technical-problem-wrapper .technical-problem-support-dropdown {
  text-align: left;
  width: 100%;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_technical-problem.scss */
.technical-problem-wrapper .technical-problem-support-dropdown .dropdown-values-list {
  max-height: 10.8rem;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_technical-problem.scss */
.technical-problem-wrapper .technical-problem-support-text {
  margin-top: 2.5rem;
  line-height: 2rem;
  font-size: 1.7rem;
  opacity: 0.7;
  text-align: center;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_technical-problem.scss */
.technical-problem-wrapper .technical-problem-support-text > span {
  display: block;
  text-align: center;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_technical-problem.scss */
.technical-problem-wrapper .technical-problem-support-dropdown-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
}

/* ng validations */
/* line 3, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.ng-invalid.ng-dirty.input-text,
.ng-submitted .ng-invalid.input-text {
  border: 1px solid #df0221 !important;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.tooltip-label {
  width: 100%;
  z-index: 1;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.tooltip-label i {
  vertical-align: middle;
  color: #9c9c9c;
  cursor: pointer;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.tooltip-label .input-label.error {
  margin: 0 1.6rem 0.3rem 0;
  font-size: 1.1rem;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.tooltip-label .input-label.error .input-tooltip-hotspot {
  width: 100%;
  left: 0;
  height: 2.1rem;
  display: inline-block;
  opacity: 0.1;
  filter: alpha(opacity=1);
  cursor: pointer !important;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.tooltip-label .icons-icon_question_mini {
  right: 0;
  position: absolute;
  top: -0.1rem;
}

/* line 37, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.tooltip-label .icons-icon_question_mini .input-tooltip-help {
  top: auto;
  bottom: 2.3rem;
  cursor: default;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.tooltip-label .input-tooltip-hotspot {
  left: -0.6rem;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: -0.6rem;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  left: 100%;
  margin-left: -5.5rem;
  -webkit-box-shadow: 0 0.1rem 0.3rem #cccccc;
  -moz-box-shadow: 0 0.1rem 0.3rem #cccccc;
  box-shadow: 0 0.1rem 0.3rem #cccccc;
  border: 1px solid #df0221;
  color: #df0221;
  position: absolute;
  z-index: 999;
  background: #F6E3E9;
  font-family: helvetica;
  padding: 1.5rem;
  line-height: 1.4;
  font-size: 1.3rem;
  cursor: default !important;
}

/* line 69, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box .error {
  display: inline-block;
  min-width: 6.8rem;
  max-width: 21.8rem;
}

/* line 75, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box:before, .input-tooltip-error-box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box:after {
  left: 4.1rem;
  border-width: 0.7rem;
  border-bottom-width: 0;
}

/* line 90, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box:before {
  left: 3.9rem;
  border-width: 0.9rem;
  border-bottom-width: 0;
}

/* line 96, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box.above-input {
  bottom: 2.3rem;
}

/* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box.above-input:before, .input-tooltip-error-box.above-input:after {
  top: 100%;
}

/* line 103, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box.above-input:after {
  border-top-color: #F6E3E9;
}

/* line 107, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box.above-input:before {
  border-top-color: #df0221;
}

/* line 112, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box.below-input {
  top: 5.8rem;
}

/* line 115, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box.below-input:before, .input-tooltip-error-box.below-input:after {
  bottom: 100%;
}

/* line 119, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box.below-input:after {
  border-bottom-color: #F6E3E9;
}

/* line 123, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box.below-input:before {
  border-bottom-color: #df0221;
}

/* line 128, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box a {
  cursor: pointer;
}

/* line 132, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_input-tooltip.scss */
.input-tooltip-error-box span {
  cursor: default !important;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_userSettingsMenu.scss */
.header-user-settings {
  border-left: 2px solid #68686b;
  padding-left: 0.8rem;
  position: relative;
  margin-top: 0.5rem;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_userSettingsMenu.scss */
.header-user-settings .icon-wrapper {
  padding: 0.5rem 0 0 1.9rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_userSettingsMenu.scss */
.header-user-settings .icon-wrapper .fa {
  width: 1.2rem;
  height: 1.2rem;
  background-position: center;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_vipIndication.scss */
.vip-indication .icon-group-status {
  width: 4.5rem;
  height: 3.9rem;
  overflow: hidden;
  background-position-x: left;
  background-position-y: 0;
  background-repeat: no-repeat;
  margin-top: 0.3rem;
  padding-bottom: 0;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_supportNumbersList.scss */
.support-numbers-list .dropdown-list {
  width: 100%;
  display: block;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_supportNumbersList.scss */
.support-numbers-list .dropdown-list .dropdown-values-list {
  top: auto;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_supportNumbersList.scss */
.support-numbers-list .default-number-msg {
  margin-top: 0.9rem;
}

/* ==========================================================================
   Autocomplete Directive (PC)
   Based on Angucomplete directive: https://ghiden.github.io/angucomplete-alt/
   ========================================================================== */
/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field {
  position: relative;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .tooltip-label {
  padding-bottom: 0.2rem;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .tooltip-label .input-label {
  font-size: 1.1rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .tooltip-label .input-label.error {
  margin: 0;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .tooltip-label .input-label.error i {
  margin-top: -0.2rem;
}

/* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .tooltip-label .input-label.error i .input-tooltip-error-box.above-input {
  bottom: 2.6rem;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .tooltip-label .input-label.error .input-tooltip-hotspot {
  top: 0;
  height: 1.8rem;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .angucomplete-holder {
  position: relative;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .angucomplete-holder .input-text {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 1rem 0.8rem 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 1px solid #bdbdbd;
  font-size: 1.3rem;
  width: 100%;
  height: 3.4rem;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .angucomplete-holder .input-text.ng-invalid.ng-dirty {
  border: 1px solid #bdbdbd !important;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .angucomplete-holder .angucomplete-dropdown {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 100%;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  max-height: 17.2rem;
  overflow-y: auto;
  font-size: 1.3rem;
}

/* line 67, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .angucomplete-holder .angucomplete-row {
  padding: 0.8rem 1rem 0.8rem 1rem;
  clear: both;
}

/* line 72, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .angucomplete-holder .angucomplete-searching {
  padding: 0.8rem 1rem 0.8rem 1rem;
}

/* line 76, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .angucomplete-holder .results-highlight {
  font-weight: bold;
  color: #000000;
}

/* line 82, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field .clear-btn {
  width: 3.4rem;
  height: 3.4rem;
  display: block;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 9999;
  line-height: 3.4rem;
  color: #000000;
  cursor: pointer;
  font-size: 1.8rem;
}

/* line 102, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field.ng-invalid .angucomplete-holder .input-text {
  border: 1px solid #df0221 !important;
}

/* line 105, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field.ng-invalid .angucomplete-holder .input-text:focus {
  outline-color: #df0221;
}

/* line 110, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.autocomplete-field.ng-invalid .angucomplete-holder .angucomplete-dropdown {
  outline-color: #df0221;
  border: 1px solid #df0221;
}

/* line 122, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/directives/_autocomplete.scss */
.ng-submitted .autocomplete-field .angucomplete-holder .input-text.ng-invalid.ng-dirty {
  border: 1px solid #df0221 !important;
}

/*Identity verification*/
/* ==========================================================================
  Custom styles and images per brands
 ========================================================================== */
/*Brand 0*/
/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_brandCustom.scss */
.newVerifyIdPage.cashier--0 .open--bank-icon h3:after {
  background-image: url("../../Images/identityVerification/external-link-icon-pc.svg");
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_brandCustom.scss */
.newVerifyIdPage.cashier--0 .upload--icon h3:after {
  background-image: url("../../Images/identityVerification/upload-icon-casino.svg");
}

/*Brand 1*/
/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_brandCustom.scss */
.newVerifyIdPage.cashier--1 .open--bank-icon h3:after {
  background-image: url("../../Images/identityVerification/external-link-icon-pc-poker.svg");
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_brandCustom.scss */
.newVerifyIdPage.cashier--1 .upload--icon h3:after {
  background-image: url("../../Images/identityVerification/upload-icon-poker.svg");
}

/*Brand 8*/
/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_brandCustom.scss */
.newVerifyIdPage.cashier--8 .open--bank-icon h3:after {
  background-image: url("../../Images/identityVerification/external-link-icon-pc-sport.svg");
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/common/_brandCustom.scss */
.newVerifyIdPage.cashier--8 .upload--icon h3:after {
  background-image: url("../../Images/identityVerification/upload-icon-sport.svg");
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper {
  display: table-cell;
  padding: 0;
  position: relative;
  width: 75.5rem;
  color: #9c9c9c;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper > div {
  left: 1.1rem;
  line-height: 1.6rem;
  position: absolute;
  top: -7rem;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper > div.deposit-wire-transfer-details-title {
  margin-left: 0.3rem;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper > div.animated-box {
  margin-left: 0rem;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .animated-box {
  padding-left: 1.3rem;
  background: #f8f8f8;
  margin-bottom: 2rem;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .animated-box > div {
  margin-bottom: 2.6rem;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .animated-box > div.animated-box-title {
  color: #66CC00;
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .animated-box.open {
  -moz-transition: max-height 3s;
  -o-transition: max-height 3s;
  -webkit-transition: max-height 3s;
  -ms-transition: max-height 3s;
  transition: max-height 3s;
  max-height: 20rem;
  border: 1px solid #dddddd;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .button-wrap button {
  padding: 0.9rem 3rem 0.9rem 3rem;
}

/* line 51, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .copy-button {
  margin-right: 1rem;
}

/* line 55, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-title {
  display: table;
  width: 100%;
  margin-bottom: 2.9rem;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-title > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-title > span.deposit-wire-transfer-details-title-text {
  padding-left: 1.5rem;
  color: #101014;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .icons-icon_check {
  width: 4.1rem;
  height: 3.6rem;
  background-repeat: no-repeat;
}

/* line 80, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-transfer-info span {
  display: block;
}

/* line 85, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-transfer-info .selectable-data-container * {
  -khtml-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

/* line 93, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-transfer-info .selectable-data-container * ::selection {
  color: #0000ff;
}

/* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-transfer-info > div, .deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-transfer-info .selectable-data-container > div {
  padding-bottom: 1.5rem;
}

/* line 103, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-transfer-info > div.deposit-wire-transfer-details-important-info span, .deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-transfer-info .selectable-data-container > div.deposit-wire-transfer-details-important-info span {
  display: inline;
}

/* line 108, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_wireTransfer.scss */
.deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-transfer-info > div .deposit-wire-transfer-details-confirmation-id, .deposit-wire-transfer-details-wrapper .deposit-wire-transfer-details-transfer-info .selectable-data-container > div .deposit-wire-transfer-details-confirmation-id {
  font-size: 1.4rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.overlay {
  right: 0rem;
  background-color: #ffffff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  min-height: 55rem;
  z-index: 1;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.show-counter {
  margin-left: 7.3rem;
  width: 68.2rem;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.paypalInstantPayWrapper {
  margin-left: 7.3rem;
  width: 68.2rem;
  font-size: 1.6rem;
  margin-top: 1.2rem;
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.paypalInstantPayWrapper .payPalInstantCheckbox {
  vertical-align: middle;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.paypalInstantPayWrapper .payPalInstantLabelText {
  line-height: 2rem;
  padding-top: 0.7rem;
  font-size: 1.2rem;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.paypalInstantPayWrapper .paypalInstantEmail {
  display: inline;
  color: #0eb546;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.paypalInstantPayWrapper .paypalInstantActiveSubtitle {
  font-size: 1.4rem;
  padding-top: 2rem;
  line-height: 2rem;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.luxonInstantPayWrapper {
  margin-left: 7.3rem;
  width: 68.2rem;
  font-size: 1.6rem;
  margin-top: 1.2rem;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.luxonInstantPayWrapper .luxonInstantCheckbox {
  vertical-align: middle;
}

/* line 57, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.luxonInstantPayWrapper .luxonInstantLabelText {
  line-height: 2rem;
  padding-top: 0.7rem;
  font-size: 1.2rem;
}

/* line 63, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.luxonInstantPayWrapper .luxonInstantEmail {
  display: inline;
  color: #0eb546;
}

/* line 68, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section.luxonInstantPayWrapper .luxonInstantActiveSubtitle {
  font-size: 1.4rem;
  padding-top: 2rem;
  line-height: 2rem;
}

/* line 80, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section .credit-card-select li:last-child {
  padding: 1rem 1.6rem 1rem 1.6rem;
}

/* line 83, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section .credit-card-select li:last-child .content-wrapper {
  display: none;
}

/* line 86, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section .credit-card-select li:last-child .content-wrapper span {
  display: none;
}

/* line 90, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section .credit-card-select li:last-child .content-wrapper span.dropdown_images {
  display: inline-block;
}

/* line 98, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section .mft-help-link-text {
  font-size: 1.3rem;
  margin-top: 1.2rem;
}

/* line 103, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section .icons-icon_calculator {
  margin-right: 0.3rem;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.7rem;
  position: relative;
  top: 0.15rem;
}

/* line 114, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-layout-section .credit-card-input {
  direction: ltr;
  text-align: left;
}

/* line 121, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .mft-content-container {
  width: 75rem;
  min-height: 36rem;
  padding-top: 1.5rem;
}

/* line 126, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.message-banner-visible .deposit-form-content-wrapper .mft-content-container {
  min-height: 31rem;
}

/* line 131, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .amountless-form-mft-deposit-text {
  color: #9c9c9c;
  font-size: 1.3rem;
  padding-top: 1.5rem;
  padding-right: 3.5rem;
  line-height: 1.8rem;
}

/* line 139, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .fixed-deposit-button-position {
  display: table-cell;
  white-space: nowrap;
  padding-bottom: 1.4rem;
}

/* line 146, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper.hide-errors .tooltip-label {
  visibility: hidden;
}

/* line 151, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .verify-name-wrapper {
  margin-left: 7.3rem;
  padding-top: 1.5rem;
  line-height: 2rem;
}

/* line 156, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .verify-name-wrapper .verify-name-checkbox-detail {
  font-size: 1.6rem;
}

/* line 160, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .verify-name-wrapper .verify-name-checkbox-label {
  color: #9c9c9c;
  font-size: 1.4rem;
}

/* line 165, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .verify-name-wrapper .verify-name-checkbox-tooltip {
  position: absolute;
  line-height: normal;
}

/* line 170, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .verify-name-wrapper #verifyNameCheckboxId {
  margin-top: 1.6rem;
}

/* line 175, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section {
  margin-left: 7.3rem;
  position: relative;
  bottom: -1.1rem;
  width: 67.8rem;
}

/* line 182, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .button-wrap .blueButton {
  background-color: #0070ba;
  border-bottom-color: #808080;
  color: #FFFFFF;
}

/* line 188, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .button-wrap .blueButton:hover {
  background-color: #005ea6;
}

/* line 192, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .button-wrap .disabledButton {
  background: #D6D6D6;
  pointer-events: none;
  color: #BEBEBE;
}

/* line 199, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .security_label_cell {
  display: table-cell;
  vertical-align: middle;
  width: 56rem;
}

/* line 205, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .securit-label-wrap {
  padding-right: 1.5rem;
}

/* line 208, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .securit-label-wrap .icons-icon_security_locker {
  height: 4rem;
  width: 3rem;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAeCAYAAADZ7LXbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCOUIxNjcyRTEyNzExRTU4OEEyOEU0M0JFNjIyMjNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCOUIxNjczRTEyNzExRTU4OEEyOEU0M0JFNjIyMjNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEI5QjE2NzBFMTI3MTFFNTg4QTI4RTQzQkU2MjIyM0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEI5QjE2NzFFMTI3MTFFNTg4QTI4RTQzQkU2MjIyM0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5XV9lrAAABqklEQVR42tSWzUrDQBSF0yqFropUGxARNUqXIm7r1n0X+gBacCO4ULAgPoKI4DNI0b2IuuxaUBH8SapGqoi66EbRivEMnIEgTTMxieDAx53/w71zZ5KE4zha3KXTsqxQGxiG4Tsnqf1BURFJgRI4APegSSvaJUQi5bdBwjTNduOjYAeMtJlzBaYQtuPfeFIAVQo8gDIYA720ZfaL8So8KgT1JAMugA72wTRoeMzbBpPgEeThUUPVk2UKnIGih4DG/iLn6VynFC7RN8v6Cnj1SWExvsrmDMKWVBEZBjluvqeYpbucr3O9r0iO1gbvihdSzLv7sV4pu5oB79yH57PiqveDHpEhbKfBuN/OrmcpTZtH3xvsEzy03Sk8DzYifma+wAKENqXIM8jyHD6jeHgZmReIdMtwZWknKBTqFUa4hMCt3DdoeDrAAG2kr7AsQ+ASXNMOxiGySCEpuBSHSKvsiVxkDdywLux6HCI1UGG9wnbs4Qp0aYKULXAEzuMUOSWhPBGf064gG3j8t2VaidSY+ycRH4ftPvg5UI9YoC4/49KTQ9D3r39TvwUYAHvmbrZFYRSCAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position-x: left;
  float: left;
  margin-top: -0.07rem;
}

/* line 219, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .securit-label-wrap .icons-help_icon {
  height: 4rem;
  width: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
  margin-top: -0.4rem;
}

/* line 228, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .securit-label-wrap .security-label {
  color: #9c9c9c;
  font-size: 1.1rem;
  padding-left: 2.5rem;
  line-height: 1.47rem;
  max-width: 78%;
}

/* line 235, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .securit-label-wrap .security-label a {
  text-decoration: underline;
}

/* line 244, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .deposit-bottom-section .securit-label-wrap .protection-of-funds-confirmation .tooltip-label {
  position: absolute;
  top: 0px;
}

/* line 253, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-form-content-wrapper .button-wrap button {
  margin-right: 0;
}

/* line 259, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.presubmit-deposit-limit {
  position: relative;
  display: block;
  margin: 0.3rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}

/* line 267, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.presubmit-limit-error {
  position: relative;
  display: block;
  margin: 0.3rem;
  color: red;
  font-weight: 500;
  padding-bottom: 0.5rem;
}

/* amount section */
/* line 277, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-options-wrapper {
  position: relative;
}

/* line 282, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-options-wrapper .custom-amount-input-currency {
  top: 0.1rem;
}

/* line 286, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-options-wrapper .custom-amount-input-wrapper {
  margin-bottom: 0.7rem;
}

/* line 290, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-options-wrapper .mft-help-link-section {
  margin-left: 1rem;
  display: inline-block;
  position: absolute;
  top: -0.1rem;
}

/* line 296, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-options-wrapper .mft-help-link-section .right-help-link {
  left: -1.5rem;
  width: 21rem;
  top: 4.5rem;
}

/* line 301, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-options-wrapper .mft-help-link-section .right-help-link:before {
  left: 8%;
}

/* line 305, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-options-wrapper .mft-help-link-section .right-help-link:after {
  left: 9%;
}

/* line 310, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-options-wrapper .mft-help-link-section .mft-help-link {
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 3.6rem;
}

/* line 317, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-options-wrapper .mft-help-link-section .mft-help-link:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAiCAYAAAC0nUK+AAABnElEQVRIie2WzU7CQBDH/9M0LFCgAi6YQCIYxah39XV8DR+AJzLGxBhfQr78gJtc8FQPXUx3PUBbaYFgU4gkzm0ns7/Ozi/blm5u764YY9dJxrKIKWwhLCFEk+4fHl/OTk8O4wK70Wp3XrU4O/4ZScay2jrAbqwVrgcTT612ZFi9tg/DMBbDR6OPyPBqpTKz3uxYkkkWGaZps72G4JcX55HhoYfFRto0PDQWqRSUlAAAIvLm6DiO35GmgYiglIKcU7sQ3u32oJSabADQaBzBsj7xPhx6NaaZQ7VSQb8/gC2Elz+o15BKpfwmgnAXDABqupZKzp5OTmocOT+/EB5nhMayVy7DkZP5EhF0XUfGMMD5rleTnh69xDnGX+NJLQgscEdC8Hx+x585EYgIjDEUCwWvxhVnmrlfCu09z8z9eInQt/4AIqpQd71IqPyzQjXSpkIz4Ny/RJ7QEsd47AsNvvRWFJqYLzT3LzRCrCY0ExSaBhBBaLFYCKbAEgmUOA/ld0xzaefb+yXaYrgthLUOsC2EpQshmq12Zy0//99NtM+iI7/CrAAAAABJRU5ErkJggg==");
}

/* line 326, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-section.show-counter,
.deposit-layout.show-counter {
  margin-left: 7.3rem;
}

/* title for amount */
/* line 333, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-title-and-neteller,
.deposit-layout-section {
  position: relative;
}

/* line 336, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-title-and-neteller h2,
.deposit-layout-section h2 {
  position: relative;
}

/* line 339, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-title-and-neteller h2 .counter,
.deposit-layout-section h2 .counter {
  left: -7rem;
  position: absolute;
  top: 0.3rem;
}

/* line 346, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-title-and-neteller .explanation-mft-link,
.deposit-layout-section .explanation-mft-link {
  right: 0;
  position: absolute;
  top: 2.1rem;
}

/* deposit amount drop down */
/* line 354, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-dropdown {
  margin-right: 1.4rem;
  min-width: 8rem;
  vertical-align: top;
}

/* amount exchange converter */
/* line 361, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-converter {
  color: #9b9b9b;
  font-size: 1.2rem;
  padding-bottom: 0.7rem;
  line-height: 2.2rem;
}

/* line 367, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-amount-converter .exchange-rate-text-wrapper {
  float: right;
}

/* line 372, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.icons-icon_exchange {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAMAAAD+iNU2AAAAt1BMVEX///+cnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzayd4FAAAAPHRSTlMAbLixCTjDDgM9DbOyrbd5VnqQ1rnZTwWb/Q90WGPwSxSuESQnmGrE+CzPtNA6V5aZoUTGzdo826xCwOJO+4EuAAAArElEQVQIHQXBA4LEQAAAsLSrdm3b9nn+/65LIBtlFt+LTJQFcvlxD71xPgdpdQjlomE1pZAvcmm2Q2ulmC9odCX9EEIYRHQb4sQonCbpdGYuiZXo1LFmQ0mJDWvUO5R8MDebppNTGPFlfyAahBBCP3HYO1ZYtUK7eUHlqHGuUSyD2rmmsLvdl2B5v+0K/MSvzGNb3z4yr+on5N7XyvP3Wbm+c0A2ist/5TjK4h8t3xAV4HsO4QAAAABJRU5ErkJggg==") 50% bottom no-repeat;
  width: 2.1rem;
  height: 2.2rem;
  display: inline-block;
  vertical-align: text-bottom;
}

/* promotion code */
/* line 381, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promocode-and-deposit-limits {
  height: 4.5rem;
}

/* line 384, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promocode-and-deposit-limits .promocode-and-deposit-limits-content {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 390, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promocode-and-deposit-limits .promocode-and-deposit-limits-content.promocode-clicked {
  padding-top: 2.7rem;
}

/* line 396, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.open-promotion-code {
  font-weight: bold;
  font-size: 1.3rem;
  cursor: pointer;
}

/* line 402, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.open-deposit-limits-wrapper.promotion-input-opened {
  margin-top: 2.7rem;
}

/* line 406, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.open-deposit-limits-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 410, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.open-deposit-limits-wrapper.deposit-neteller-signup {
  margin-top: 2rem;
}

/* line 415, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.open-deposit-limits {
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

/* line 420, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.open-appControlCenter {
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

/* line 426, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.icons-icon_promocode {
  margin-right: 0.6rem;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.6rem;
}

/* line 435, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promotion-error-message {
  display: none;
  color: #df0221;
  font-size: 1.1rem;
  position: relative;
  margin-bottom: 0.6rem;
  vertical-align: top;
}

/* line 443, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promotion-error-message .input-tooltip-error {
  font-size: 1.2rem;
}

/* line 444, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promotion-error-message .input-tooltip-error.above-input {
  top: -9.2rem;
}

/* line 448, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promotion-error-message .input-tooltip-error.below-input {
  bottom: -12.5rem;
}

/* line 454, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promotion-error-message .input-tooltip-error:after {
  left: 28%;
}

/* line 458, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promotion-error-message .input-tooltip-error:before {
  left: 27.1%;
}

/* line 462, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promotion-error-message .input-tooltip-error .promotion-tooltip-title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

/* line 467, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promotion-error-message .input-tooltip-error .promotion-tooltip-description {
  color: #636363;
}

/* line 473, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promo-code-input {
  padding: 0.7rem 0.7rem 0.7rem 2.7rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  width: 17rem;
  border: 1px solid #bdbdbd;
  background-repeat: no-repeat;
  background-position: 4% center;
  display: block;
}

/* line 485, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promocode-input-label.error .promotion-error-message {
  display: block;
  margin-bottom: 0.1rem;
}

/* line 493, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promo-code-wrapper .promo-code-label {
  color: #9c9c9c;
  font-size: 1.1rem;
}

/* line 498, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promo-code-wrapper .promo-code-no-code {
  cursor: pointer;
  color: #101014;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 506, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.promo-code-wrapper .tooltip-label .input-label.error {
  margin-right: 0.5rem;
}

/* wire money line */
/* line 513, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.wire-money {
  color: #9c9c9c;
}

/* payments information */
/* line 518, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info {
  margin-top: -0.3rem;
  color: #9c9c9c;
  position: relative;
}

/* line 523, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .description {
  line-height: 2rem;
}

/* line 526, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .description.bottom-spacing {
  padding-bottom: 5.5rem;
}

/* line 531, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .paypal {
  margin-top: 2rem;
}

/* line 534, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .paypal .image {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: top;
}

/* line 542, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .paypal .note {
  padding: 0.7rem 0 0 0.4rem;
  display: inline-block;
  vertical-align: top;
}

/* line 549, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .supported-banks {
  width: 50rem;
  position: absolute;
}

/* line 553, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .supported-banks .row {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 557, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .supported-banks .row .bank {
  float: left;
  width: 50%;
  display: list-item;
}

/* line 565, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .tooltip-label {
  width: 20rem;
  padding: 1rem 0 0.3rem 0;
}

/* line 569, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .tooltip-label .input-label {
  margin: 0 1.6rem 0.3rem 0;
  font-size: 1.1rem;
}

/* line 575, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .banksDropdown {
  width: 20rem;
}

/* line 578, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .banksDropdown .dropdown-values-list {
  max-height: 8.1rem;
}

/* line 584, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.deposit-payments-info .invalid .banksDropdown {
  border: 1px solid #df0221;
}

/* line 590, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.phone-help-more-numbers {
  color: #9b9b9b;
  cursor: pointer;
  display: inline-block;
  margin-left: 0.4rem;
}

/* line 598, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.support-numbers-directive-wrapper > span {
  display: block;
}

/* line 602, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.support-numbers-directive-wrapper .phone-help-more-numbers {
  color: #9b9b9b;
  cursor: pointer;
  margin-top: 0.4rem;
  display: block;
  margin-left: 0;
}

/* editable email */
/* line 613, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.editable-email-wrapper .input-label.label {
  margin: 0 1.6rem 0.3rem 0;
  font-size: 1.1rem;
}

/* line 618, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.editable-email-wrapper .editable-email-recipient {
  padding: 0.7rem 0.7rem 0.7rem 1.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  width: 22rem;
  border: 1px solid #bdbdbd;
  display: block;
}

/* line 626, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_deposit.scss */
.editable-email-wrapper input {
  color: #9c9c9c;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper {
  width: 75.5rem;
  color: #9c9c9c;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .deposit-approved-inner-wrapper {
  margin-top: -6.8rem;
  overflow-y: auto;
  max-height: 50rem;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper > div {
  margin-left: 0.5rem;
  line-height: 1.6rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper > div.animated-box {
  margin-left: 0rem;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .icons-icon_verfiy_id {
  vertical-align: text-top;
  margin-right: 0.5rem;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .border-separator {
  margin: 0 1.5rem 0 0;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .approved-deposit-call-to-action-loader {
  z-index: 1020;
  opacity: .7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff url("data:image/gif;base64,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") no-repeat center;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .approved-deposit-call-to-action-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4.9rem;
  margin-top: -49px;
  display: block;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .approved-deposit-call-to-action-container {
  margin-right: 4.7rem;
  position: relative;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .approved-deposit-call-to-action-container .immediate-verification-main-wrapper .verification-id-container {
  width: 69rem;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .editing-mail-container {
  /*position: relative;*/
  display: none;
  /*padding-top: 1.9rem;*/
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .editing-mail-container .tooltip-label {
  /*position: absolute;
            top: 0;
            left: 0;*/
}

/* line 70, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .editing-mail-container .editable-email-wrapper {
  /*@include float(left);*/
  display: block;
}

/* line 75, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-wrapper .editing-mail-container a {
  float: left;
  margin: 0.7rem 0 0 0;
  padding-bottom: 1rem;
}

/* line 83, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-title {
  display: table;
  width: 100%;
  margin-bottom: 0.2rem;
}

/* line 88, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-title > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 94, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-span {
  width: 2.2rem;
}

/* line 98, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-title-text {
  color: #101014;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  padding-left: 0.5rem;
}

/* line 105, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-title-text > span {
  display: block;
}

/* line 108, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-title-text > span.deposit-approved-title-text-verify {
  font-size: 1.3rem;
  font-weight: normal;
}

/* line 115, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.animated-box {
  background: #f8f8f8;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

/* line 120, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.animated-box > div {
  margin-bottom: 1.5rem;
}

/* line 123, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.animated-box > div.animated-box-title {
  color: #66CC00;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}

/* line 132, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.animated-box.open {
  max-height: 20rem;
  -webkit-transition: max-height 3s;
  -moz-transition: max-height 3s;
  transition: max-height 3s;
  border: 1px solid #dddddd;
}

/* line 141, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.animated-box .deposit-wire-transfer-verify-button button {
  font-size: 1.2rem;
}

/* line 147, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.animated-box-approved-deposit {
  -moz-transition: max-height 1.3s;
  -o-transition: max-height 1.3s;
  -webkit-transition: max-height 1.3s;
  -ms-transition: max-height 1.3s;
  transition: max-height 1.3s;
  max-height: 0;
  overflow: hidden;
}

/* line 152, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.animated-box-approved-deposit.open-div {
  padding-bottom: 2rem;
  max-height: 29rem;
}

/* line 157, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.animated-box-approved-deposit.bonus-displayed.age-verification-displayed {
  max-height: 51rem;
}

/* line 162, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-secondary-title {
  color: #66CC00;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

/* line 168, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary {
  margin-top: 0;
}

/* line 171, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary .unit-verification-note {
  padding-bottom: 2rem;
  display: inline-block;
}

/* line 175, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary .unit-verification-note .image {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
}

/* line 183, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary .unit-verification-note .note {
  display: inline-block;
  max-width: 60rem;
  padding-left: 1rem;
  float: left;
}

/* line 191, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary * {
  -khtml-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

/* line 199, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary * ::selection {
  color: #0000ff;
}

/* line 204, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary .exchange-rate-text-wrapper {
  float: none;
}

/* line 209, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-help, .deposit-approved-summary, .deposit-approved-separator-container {
  margin-right: 4.7rem;
}

/* line 213, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-separator-container {
  position: relative;
}

/* line 216, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-separator-container .print-link {
  right: 1.5rem;
  position: absolute;
  top: -2.1rem;
  display: inline-block;
  z-index: 10;
}

/* line 225, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary-item {
  border-right: 1px solid #9c9c9c;
  margin-right: 1rem;
  display: inline-block;
  color: #9c9c9c;
  margin-bottom: 0.5rem;
  padding-right: 2.5rem;
  line-height: 2.3rem;
}

/* line 235, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary-item:last-child {
  border: none;
  width: auto;
}

/* line 241, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary-item .deposit-approved-summary-info-title {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

/* line 246, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary-item .deposit-approved-summary-info-value {
  font-size: 1.6rem;
}

/* line 251, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-summary-info {
  /*margin-bottom: 0.5rem;*/
}

/* line 255, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-help-text {
  margin-top: 1rem;
}

/* line 259, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-wire-charge-explanation {
  padding-top: 0.5rem;
}

/* line 262, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-wire-charge-explanation .deposit-wire-recipient {
  padding: 1.2rem 0 1.6rem 0;
}

/* line 266, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-wire-charge-explanation .deposit-wire-recipient-email {
  color: #9c9c9c;
}

/* line 269, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-wire-charge-explanation .deposit-wire-recipient-email:disabled {
  border-color: transparent;
  background: transparent;
}

/* line 276, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-claim-waive-bonus {
  padding-left: 1.3rem;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  margin-top: 1.3rem;
}

/* line 282, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-claim-waive-bonus .claim-waive-title {
  color: #66CC00;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
}

/* line 289, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-claim-waive-bonus .claim-waive-content {
  margin-bottom: 1.3rem;
}

/* line 293, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-claim-waive-bonus .icons-icon_claim-bonus {
  margin-right: 1.2rem;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.6rem;
}

/* line 302, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-claim-waive-bonus .button-wrap {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

/* line 306, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-claim-waive-bonus .button-wrap button {
  margin-right: 1rem;
  min-width: 18rem;
  font-size: 1.5rem;
  padding: 1rem 2rem 0.8rem 2rem;
}

/* line 314, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-claim-waive-bonus .claim-waive-claimed-bonus-text {
  margin-bottom: 1.5rem;
}

/* line 318, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-claim-waive-bonus .claim-waive-emailTo {
  height: 4.7rem;
}

/* line 323, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-age-check-succes {
  padding-left: 1.3rem;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  margin-top: 1.3rem;
}

/* line 329, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-age-check-succes .age-check-success-title-text {
  font-size: 1.8rem;
  color: #30B11F;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/* line 336, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-age-check-succes .age-check-success-body-text {
  padding-bottom: 3rem;
}

/* line 341, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-need-to-check-age {
  padding-left: 1.3rem;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  margin-top: 1.3rem;
}

/* line 347, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-need-to-check-age .icons-icon_18plus {
  width: 4.5rem;
  height: 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: table-cell;
}

/* line 355, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-need-to-check-age .warning-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
}

/* line 360, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-need-to-check-age .warning-text .warning-text-header-text {
  color: #ff0000;
  font-size: 1.8rem;
  display: block;
}

/* line 366, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-need-to-check-age .warning-text .warning-text-body-text {
  display: block;
  padding-top: 0.6rem;
}

/* line 372, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-need-to-check-age .need-to-check-age-text-wrapper {
  padding-top: 0.6rem;
}

/* line 376, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-need-to-check-age .button-wrap {
  padding: 1rem 2rem 2rem 0;
}

/* line 379, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.deposit-approved-need-to-check-age .button-wrap > button {
  padding: 1rem 2rem 1rem 2rem;
  margin-right: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

/* line 389, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.cage-deposit-receipt-popup-wrapper .deposit-details-list {
  margin: 1rem 0 2.5rem 0;
  display: block;
}

/* line 393, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.cage-deposit-receipt-popup-wrapper .deposit-details-list .item {
  display: block;
}

/* line 396, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.cage-deposit-receipt-popup-wrapper .deposit-details-list .item .title {
  display: inline-block;
  vertical-align: top;
  width: 44%;
}

/* line 402, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.cage-deposit-receipt-popup-wrapper .deposit-details-list .item .value {
  display: inline-block;
  width: 55%;
}

/* line 410, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.cage-deposit-receipt-popup-wrapper .signature-box .title {
  display: inline-block;
}

/* line 414, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.cage-deposit-receipt-popup-wrapper .signature-box .signature-space {
  width: 10rem;
  height: 0.7rem;
  display: inline-block;
  border-bottom: 0.1rem solid #797979;
  position: relative;
  top: 0.3rem;
}

/* line 423, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.cage-deposit-receipt-popup-wrapper .signature-box .signature-space.player {
  margin-left: 0.6rem;
}

/* line 428, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.cage-deposit-receipt-popup-wrapper .signature-box + .signature-box {
  margin-top: 1rem;
}

/* line 432, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_approvedDeposit.scss */
.cage-deposit-receipt-popup-wrapper .button-wrap {
  margin: 1rem 0 2.5rem 0;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved {
  background-color: #e1e1e1;
  height: 100%;
  line-height: 1.5rem;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .verify-id-wrapper {
  margin-left: 33%;
  margin-bottom: 2rem;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .verify-id-declinemessage53-wrapper {
  margin-left: 26%;
  margin-bottom: 2rem;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-upper-content {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  background-color: #f8f8f8;
  display: table;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content {
  background-color: #e1e1e1;
  padding: 0 4rem;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-icon-wrapper {
  padding: 1.5rem 0 1.1rem 0;
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-icon-wrapper .deposit-not-approved-amanda-icon {
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0px 0px 2px #000000;
  -moz-box-shadow: 0px 0px 2px #000000;
  box-shadow: 0px 0px 2px #000000;
  background-color: #ffffff;
  background-position: -0.3rem -0.2rem;
  background-size: 7.9rem;
  background-repeat: no-repeat;
  height: 7.5rem;
  width: 7.5rem;
  margin: 0 auto;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-header-title {
  text-align: center;
  font-weight: 700;
  margin-top: -20px;
  margin-bottom: -7px;
}

/* line 51, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-header-content {
  display: table;
  padding: 0 4rem;
}

/* line 55, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-header-content > div {
  text-align: left;
}

/* line 59, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-header-content .boarded-spacer {
  width: 1px;
  height: 100%;
  padding: 0 1rem;
}

/* line 66, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposite-not-approved-title-text {
  border-left: 1px solid #dddddd;
  padding-left: 1rem;
  margin-left: 1rem;
  height: 3.6rem;
  /* The height of the Icon */
  line-height: 3.6rem;
  /* The height of the Icon */
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposite-not-approved-desc-text {
  padding-bottom: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposite-not-approved-desc-text .red-color {
  color: #df0221;
}

/* line 89, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content-title-text {
  padding: 1rem 0 0.2rem 0;
  font-size: 1.3rem;
  color: #9c9c9c;
}

/* line 95, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content-options {
  display: table;
}

/* line 98, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content-options .deposit-not-approved-lower-content-option {
  padding: 1rem 0;
  line-height: 2rem;
}

/* line 102, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content-options .deposit-not-approved-lower-content-option .icons-icon_phone {
  height: 1.5rem;
  width: 2rem;
  vertical-align: middle;
}

/* line 108, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content-options .deposit-not-approved-lower-content-option .icons-icon_header_credit_card {
  height: 1rem;
  width: 2rem;
  vertical-align: middle;
}

/* line 114, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content-options .deposit-not-approved-lower-content-option .icons-icon_online_chat {
  width: 2rem;
  vertical-align: middle;
}

/* line 119, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content-options .deposit-not-approved-lower-content-option .deposit-not-approved-lower-content-option-text {
  border-left: 1px solid #b3b3b5;
  padding-left: 1rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #5d5d5d;
}

/* line 128, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content-options .deposit-not-approved-lower-content-option .deposit-not-approved-lower-content-option-text > span {
  display: inline-block;
  width: 19rem;
}

/* line 134, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-lower-content-options .deposit-not-approved-lower-content-option:not(:last-child) {
  border-bottom: 1px solid #b3b3b5;
}

/* line 140, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container {
  display: block;
  padding: 0 2rem;
  margin-bottom: 2rem;
}

/* line 145, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box {
  padding: 1.5rem 2rem 1.8rem 2rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 151, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method h2 {
  margin-top: 0;
  padding: 0;
  font-size: 1.2rem;
}

/* line 157, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .green_ctaMessage {
  color: #008000;
}

/* line 161, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .transaction-decline-payments-box-text {
  color: #9c9c9c;
}

/* line 164, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .transaction-decline-payments-box-text > div {
  margin-bottom: 1rem;
}

/* line 168, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .transaction-decline-payments-box-text > ol {
  margin-left: 1.5rem;
  list-style: decimal;
  margin-bottom: 1.2rem;
}

/* line 173, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .transaction-decline-payments-box-text > ol li {
  display: list-item;
}

/* line 179, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .transaction-decline-payments-box-account {
  color: #9c9c9c;
}

/* line 183, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .transaction-decline-payments-box-signup {
  color: #000000;
  margin-bottom: 1.5rem;
}

/* line 188, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .button-wrap {
  margin: 0;
  text-align: center;
}

/* line 192, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .button-wrap button {
  padding: 1rem 3rem 1rem 3rem;
  margin: 0;
  font-size: 1.3rem;
  width: 100%;
}

/* line 200, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-payment-box-container .transaction-decline-payment-box .alternate-payment-method .payment-method-image {
  margin: 0.2rem 0;
}

/* line 207, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount {
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}

/* line 211, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 0;
}

/* line 216, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .button-wrap.botton-wrap-cta-button {
  margin-top: 2rem;
}

/* line 220, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .different-amount-container {
  padding-bottom: 1.3rem;
}

/* line 223, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .different-amount-container .amount-input-container {
  position: relative;
}

/* line 226, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .different-amount-container .amount-input-container input {
  line-height: 1.8rem;
}

/* line 231, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .different-amount-container .input-tooltip-hotspot {
  display: none;
}

/* line 235, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .different-amount-container .icons-icon_attention_small, .deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .different-amount-container .input-label {
  cursor: default;
}

/* line 240, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .deposit-payment-description {
  position: relative;
  bottom: 6rem;
}

/* line 244, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .deposit-payment-description .icons-icon_exchange, .deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .deposit-payment-description .cursor-pointer {
  display: none;
}

/* line 248, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .deposit-payment-description .deposit-amount-converter {
  line-height: 1.4rem;
  top: 6.3rem;
}

/* line 254, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box {
  padding: 1.5rem 1.8rem 1.5rem 1.8rem;
}

/* line 257, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box h2 {
  padding: 0;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* line 263, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box .tooltip-label {
  position: relative;
  display: inline-block;
  top: 0;
}

/* line 268, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box .tooltip-label .input-label.error {
  font-size: 1.2rem;
}

/* line 273, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box .declined-deposit-amount-wrapper {
  position: relative;
}

/* line 276, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box .declined-deposit-amount-wrapper > span {
  position: absolute;
  color: #9c9c9c;
  bottom: -1.2rem;
  display: block;
}

/* line 284, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box .declined-amount-input-currency {
  left: 0.1rem !important;
  top: 0.5rem;
  position: absolute;
  color: #bdbdbd;
  font-size: 1.3rem;
  z-index: 999;
  background-color: transparent;
  width: auto;
  text-align: center;
  padding: 1rem 0.6rem 0.9rem;
}

/* line 298, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-payments-box-text {
  color: #9c9c9c;
}

/* line 302, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-error-message {
  display: none;
  color: #df0221;
  font-size: 1.1rem;
  position: relative;
  margin-top: 0.7rem;
  vertical-align: top;
}

/* line 311, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-input {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 3.7rem;
  border: 1px solid #dddddd;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  position: relative;
  width: 85%;
  height: 2.8rem;
}

/* line 321, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .transaction-decline-input.error {
  border: 1px solid #DF0221;
}

/* line 326, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .button-wrap {
  margin: 0;
}

/* line 329, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .button-wrap button {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  outline: none;
}

/* line 338, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-different-amount .transaction-decline-payments-box .declined-error-box {
  background: #DF0221;
  color: #ffffff;
  padding: 1rem 2rem;
  line-height: 1.6rem;
}

/* line 348, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount {
  margin-bottom: 1.5rem;
  padding: 0 2rem;
}

/* line 352, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 0;
}

/* line 357, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box {
  padding: 1.5rem 1.8rem 1.5rem 1.8rem;
}

/* line 360, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box h2 {
  padding: 0;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* line 366, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box > span {
  color: #9c9c9c;
  display: block;
  margin-bottom: 1rem;
}

/* line 372, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box .deposit-payment-description {
  bottom: 3.1rem;
  margin-bottom: 2.5rem;
}

/* line 376, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box .deposit-payment-description .icons-icon_exchange, .deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box .deposit-payment-description .cursor-pointer {
  display: none;
}

/* line 380, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .transaction-decline-payments-inner-box .deposit-payment-description .deposit-amount-converter {
  line-height: 1.4rem;
}

/* line 386, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .transaction-decline-payments-box-text {
  color: #9c9c9c;
  margin-top: 4rem;
}

/* line 391, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .button-wrap {
  margin-bottom: 0.8rem;
  margin-top: 2rem;
  text-align: center;
}

/* line 396, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-remaining-amount .transaction-decline-payments-box .button-wrap button {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  outline: none;
}

/* line 407, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-increase-limits {
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}

/* line 411, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-increase-limits .transaction-decline-payments-box {
  padding: 2rem 1rem 2rem 1rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 0;
}

/* line 417, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-increase-limits .transaction-decline-payments-box h2 {
  padding: 0;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* line 423, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-increase-limits .transaction-decline-payments-box > span {
  color: #9c9c9c;
  display: block;
  margin-bottom: 1rem;
}

/* line 429, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-increase-limits .transaction-decline-payments-box .button-wrap {
  margin-bottom: 0.8rem;
  margin-top: 2rem;
  text-align: center;
}

/* line 434, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .desposit-not-approved-increase-limits .transaction-decline-payments-box .button-wrap button {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  outline: none;
}

/* line 445, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-amount-exceed {
  padding: 0 4rem 1.1rem 4rem;
  max-height: 15rem;
  overflow-y: auto;
}

/* line 450, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-amount-exceed .amount-exceed-title-text {
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 456, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-amount-exceed .amount-exceed-desc-text > span {
  padding: 1rem 0 1rem 0;
  display: block;
  line-height: 1.3rem;
}

/* line 463, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-amount-exceed .icons-help_icon {
  height: 4rem;
  width: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
  margin-top: 0.2rem;
}

/* line 473, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-not-approved-global-payments-ach {
  padding: 0 4rem 1.1rem 4rem;
}

/* line 477, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .transaction-decline-deposit-reference-number {
  padding: 1.4rem 4rem 0 4rem;
}

/* line 481, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-cancelled-box-container {
  margin-bottom: 1.5rem;
  background-color: #f8f8f8;
  padding: 1rem;
}

/* line 486, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-cancelled-box-container .deposit-cancelled-message-box {
  padding: 0 2rem;
  margin: 0;
}

/* line 491, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-cancelled-box-container h2 {
  text-align: center;
}

/* line 495, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-cancelled-box-container .deposit-cancelled-text {
  padding-bottom: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

/* line 501, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-cancelled-box-container .deposit-cancelled-button {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
}

/* line 506, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-cancelled-box-container .deposit-cancelled-button .button-wrap {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

/* line 510, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
.deposit-not-approved .deposit-cancelled-box-container .deposit-cancelled-button .button-wrap button {
  margin-right: 1rem;
  min-width: 18rem;
  font-size: 1.5rem;
  padding: 1rem 2rem 0.8rem 2rem;
}

/* line 521, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_depositNotApproved.scss */
#specificDeclineView > div > div > div > span.alternativeImageHeight {
  height: 7rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_securedPage.scss */
.secured-page-wrapper {
  left: 0;
  color: #9c9c9c;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 10;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_securedPage.scss */
.secured-page-text {
  margin: 2rem 0 4.5rem 0;
  line-height: 1.6rem;
  min-height: 8.5rem;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_securedPage.scss */
.secured-page-text span, .secured-page-text a {
  display: block;
  text-align: center;
}

/* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_securedPage.scss */
.secured-page-text .button-wrap {
  text-align: center;
  margin-top: 0;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_securedPage.scss */
.secured-page-text .button-wrap > button {
  margin-right: 0;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_securedPage.scss */
.secured-page-amanda-icon {
  height: 11rem;
  width: 12rem;
  margin: 13rem auto 0 auto;
  background-repeat: no-repeat;
  background-size: 12rem;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_securedPage.scss */
.secured-page-icon-wrap {
  text-align: center;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_securedPage.scss */
.secured-page-icon-wrap > span {
  height: 4rem;
  width: 11rem;
  display: inline-block;
  background-repeat: no-repeat;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_redirectDeposit.scss */
.multy_banco_description {
  width: 52rem;
  list-style: initial;
  padding-left: 1.5rem;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/_redirectDeposit.scss */
.multy_banco_description li {
  display: list-item;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 10, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method-logo {
  height: 36px;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft {
  /*[ start diff*/
  display: table;
  /*end diff ]*/
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method {
  /*[ start diff*/
  display: table-cell;
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(2%, #f7f7f7), color-stop(97%, #f2f2f2), color-stop(98%, #e8e8e8), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dbdbdb' ,GradientType=0)";
  /* IE6-9 */
  /*end diff ]*/
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 12.4rem;
  height: 6.3rem;
  border: 1px solid #bdbdbd;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-left: none;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method.phone-method-border {
  border: 1px solid #bdbdbd;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method.local-agent-method-border {
  border: 1px solid #bdbdbd;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method:hover {
  background: #e1e1e1;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method:first-child {
  border-left: 1px solid #bdbdbd;
}

/* line 51, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method.selected {
  background: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 55, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method.selected:first-child {
  border-left: none;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method.empty-payment-method:hover {
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(2%, #f7f7f7), color-stop(97%, #f2f2f2), color-stop(98%, #e8e8e8), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dbdbdb' ,GradientType=0)";
  /* IE6-9 */
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method.empty-payment-method {
  border-right-color: transparent;
}

/* line 68, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-methodempty-payment-method:last-child {
  border-right-color: #bdbdbd;
}

/* line 72, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method .icon-phone {
  padding-bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
}

/* line 78, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method .selected {
  position: absolute;
  top: 0;
  height: 0.3rem;
  width: 100%;
}

/* line 85, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method.more-less-toggle > div > div {
  margin: 0.1rem 0 0.9rem 0;
  display: inline-block;
  background-repeat: no-repeat;
}

/* line 91, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method .question-mark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  right: 0.4rem;
  height: 1.3rem;
  width: 1.3rem;
  color: #ffffff;
  background-color: #bdc3c5;
  position: absolute;
  top: 0.6rem;
  font-size: 0.85rem;
  line-height: 1.4rem;
  text-align: center;
}

/* line 104, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method .question-mark:hover {
  cursor: pointer;
}

/* line 109, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method .mft-star {
  right: 0.5rem;
  top: 0.5rem;
  position: absolute;
}

/* line 114, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.payment-method .mft-star i {
  color: #fbdb65;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
}

/* line 123, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper {
  width: 75rem;
  height: 32rem;
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  z-index: 1;
}

/* line 131, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-wrapper {
  overflow-y: hidden;
  max-height: 26rem;
}

/* line 135, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-wrapper.payment-method-add-border {
  border-left: 1px solid #bdbdbd;
}

/* line 139, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-wrapper.payment-method-add-border .payment-method {
  border-left: none;
}

/* line 146, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-upper-wrapper,
.mft-wrapper .payment-methods-lower-wrapper {
  background: #e1e1e1;
}

/* line 150, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-lower-wrapper {
  max-height: 30rem;
  overflow-y: hidden;
}

/* line 154, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-lower-wrapper .no-method {
  border-right-color: transparent;
}

/* line 157, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-lower-wrapper .no-method:hover {
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(2%, #f7f7f7), color-stop(97%, #f2f2f2), color-stop(98%, #e8e8e8), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dbdbdb' ,GradientType=0)";
  /* IE6-9 */
}

/* line 162, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-lower-wrapper .no-method:last-child {
  border-right-color: #bdbdbd;
}

/* line 169, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .paymentMethodNotSelected .payment-methods-info {
  width: 39rem;
  left: 21rem;
  min-height: 0;
  margin-top: 2rem;
}

/* line 175, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .paymentMethodNotSelected .payment-methods-info .payment-methods-none-selected {
  margin-top: 1.5rem;
}

/* line 178, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .paymentMethodNotSelected .payment-methods-info .payment-methods-none-selected .please-select-method {
  font-size: 1.5rem;
}

/* line 185, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-wrapper {
  padding: 2.2rem 2.2rem 2.2rem 2.2rem;
  width: calc(100% - 4.4rem);
  min-height: 14.5rem;
  background: #e1e1e1;
  border-bottom: 2px solid #cdcdcd;
  margin-top: 0.1rem;
}

/* line 194, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info {
  position: relative;
  width: 60rem;
  min-height: 14rem;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  color: #6d6d6d;
}

/* line 203, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-header {
  height: 4rem;
}

/* line 206, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-header .fa {
  float: left;
  padding: 1rem 1rem 1rem 1rem;
  border-right-width: 1px;
  border-right-color: #bdbdbd;
  border-style: solid;
  width: 1.1rem;
  height: 2rem;
  background-position: center;
}

/* line 217, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-header .payment-methods-info-header-content {
  float: left;
  margin: 0.6rem 0 0 1rem;
  vertical-align: middle;
  border-style: solid;
}

/* line 223, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-header .payment-methods-info-header-content.payment-method-image {
  background-size: 8rem;
  background-position-x: left;
}

/* line 230, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body {
  padding: 1.3rem 1.3rem 1.3rem 1.3rem;
  min-height: 7.3rem;
  text-align: center;
}

/* line 235, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body:after, .mft-wrapper .payment-methods-info-body:before {
  left: 100%;
  position: absolute;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}

/* line 246, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 1.2rem;
  margin-top: -1.2rem;
}

/* line 253, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #cdcdcd;
  border-width: 1.3rem;
  margin-top: -1.3rem;
}

/* line 260, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-local-agent {
  margin: 6rem auto 0 auto;
  padding: 0;
  display: table;
  font-size: 1.6rem;
  font-weight: bold;
}

/* line 267, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-local-agent .local-agent-url {
  color: #9b9b9b;
  cursor: pointer;
}

/* line 271, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-local-agent .local-agent-url:hover {
  text-decoration: underline;
}

/* line 277, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-phone {
  margin: 3.5rem auto 0 auto;
  padding: 0;
  height: 4rem;
  display: table;
}

/* line 283, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-phone .payment-methods-phone-selected {
  width: 100%;
  height: 100%;
  display: table-row;
}

/* line 288, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-phone .payment-methods-phone-selected .icon-phone {
  width: 4rem;
  color: #000000;
  display: table-cell;
  background-position: center;
}

/* line 295, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-phone .payment-methods-phone-selected .payment-methods-phone {
  margin-left: 1.4rem;
  padding-left: 1rem;
  border-left: 1px solid #b3b3b5;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 304, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-phone .payment-methods-phone-selected .payment-methods-phone .support-numbers-directive-wrapper {
  text-align: left;
}

/* line 307, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-phone .payment-methods-phone-selected .payment-methods-phone .support-numbers-directive-wrapper span {
  padding-top: 0.4rem;
}

/* line 310, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-info-body.payment-methods-phone .payment-methods-phone-selected .payment-methods-phone .support-numbers-directive-wrapper span:first-child {
  padding-top: 0;
}

/* line 320, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-none-selected {
  height: 4.5rem;
  line-height: 4.5rem;
  margin-top: 3.2rem;
}

/* line 325, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-none-selected .icons-icon_fingerpoint {
  margin-right: 1rem;
  display: inline-block;
  width: 2rem;
  height: 4rem;
  background-repeat: no-repeat;
}

/* line 334, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-descr {
  text-align: left;
  line-height: 1.7rem;
  height: 100%;
}

/* line 339, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .payment-methods-descr.please-select-method {
  padding: 1.4rem 1.2rem 1.4rem 1.8rem;
  border-left-width: 1px;
  border-left-color: #bdbdbd;
  border-style: solid;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

/* line 350, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .amanda {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  border: 1px solid #000;
  background-position: 50% 100%;
  margin-top: 3rem;
  background-size: 9.2rem;
  background-position: -0.7rem -0.9rem;
  background-color: #ffffff;
}

/* line 362, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .icons-icon_more_arrow {
  width: 2.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
}

/* line 368, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft-wrapper .icons-icon_less_arrow {
  width: 2.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
}

/* line 375, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft_select_tranferencia_banks {
  padding-top: 1rem;
}

/* line 378, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft_select_tranferencia_banks span {
  margin-right: 0.7rem;
}

/* line 383, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft_select_tranferencia_banks .icon-icon_transf_krungsri, .mft_select_tranferencia_banks .icon-icon_transf_siamcomm,
.mft_select_tranferencia_banks .icon-icon_transf_itau, .mft_select_tranferencia_banks .icon-icon_transf_bradesco, .mft_select_tranferencia_banks .icon-icon_transf_boleto1, .mft_select_tranferencia_banks .icon-icon_transf_boleto2 {
  width: 4rem;
  height: 4rem;
  display: inline-block;
}

/* line 389, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft_select_tranferencia_banks .icon-icon_transf_krungsri2 {
  width: 6rem;
  height: 4rem;
  display: inline-block;
}

/* line 395, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft_select_tranferencia_banks .icon-icon_transf_santander {
  width: 5.4rem;
  height: 4rem;
  display: inline-block;
}

/* line 402, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft_select_entropay {
  padding-top: 3rem;
}

/* line 405, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft_select_entropay span {
  margin-right: 0.7rem;
}

/* line 409, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_mftSelector.scss */
.mft_select_entropay .icons-icon_mft_desc_mastercard, .mft_select_entropay .icons-icon_mft_desc_visa {
  width: 65px;
  height: 35px;
  display: inline-block;
  background-size: contain;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-iframe-wrapper {
  left: 0;
  -moz-transition: bottom 2s ease;
  -o-transition: bottom 2s ease;
  -webkit-transition: bottom 2s ease;
  -ms-transition: bottom 2s ease;
  transition: bottom 2s ease;
  width: 100%;
  height: 55.5rem;
  position: absolute;
  bottom: -55.5rem;
  color: #9c9c9c;
  background-color: #000000;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-iframe-wrapper.visible {
  bottom: 0;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-iframe-wrapper .deposit-redirectIframe-scroll-top-wrapper {
  height: 100%;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-iframe-wrapper .deposit-redirectIframe-container, .deposit-redirectIframe-iframe-wrapper .deposit-redirectIframe-container .deposit-redirectIframe-iframe {
  width: 100%;
  height: 47rem;
  background-color: #ffffff;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-top-bar {
  line-height: 1.6rem;
  display: table;
  width: 100%;
  height: 8.5rem;
  background: #ffffff;
  color: #9c9c9c;
  border-bottom: 1px solid #c4c4c4;
  box-sizing: border-box;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-top-bar > div {
  display: table-cell;
  vertical-align: middle;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-top-bar > div > span {
  display: block;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-top-bar .deposit-redirectIframe-top-bar-image-wrap {
  width: 14.3rem;
  text-align: center;
  padding: 0;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-top-bar .deposit-redirectIframe-top-bar-image-wrap > div {
  margin-left: 1rem;
  height: 4rem;
  width: 10.5rem;
}

/* line 61, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-top-bar .deposit-redirectIframe-top-bar-login-wrap {
  padding-left: 2.7rem;
  width: 50rem;
}

/* line 66, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-top-bar .deposit-redirectIframe-top-bar-amount-wrap {
  width: 30rem;
}

/* line 70, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-top-bar .deposit-redirectIframe-top-bar-edit-amount {
  width: 10rem;
}

/* line 74, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/_redirectIframe.scss */
.deposit-redirectIframe-top-bar .deposit-redirectIframe-top-bar-close-wrap {
  cursor: pointer;
  width: 2rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/onlineBankingTransfer/_onlineBankingTransfer.scss */
.online-banking-transfer-wrapper .description {
  margin-bottom: 1rem;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/onlineBankingTransfer/_onlineBankingTransfer.scss */
.online-banking-transfer-wrapper .supported-banks {
  margin-bottom: 1rem;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/onlineBankingTransfer/_onlineBankingTransfer.scss */
.online-banking-transfer-wrapper .icons-icon_question_mini {
  display: inline-block;
  background-repeat: no-repeat;
  top: -3px;
  position: relative;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/onlineBankingTransfer/_onlineBankingTransfer.scss */
.online-banking-transfer-wrapper .icons-icon_question_mini .tooltip-hotspot {
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: block;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/onlineBankingTransfer/_onlineBankingTransfer.scss */
.online-banking-transfer-wrapper .icons-icon_question_mini .tooltip-container {
  position: absolute;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
  border-radius: 0.1rem;
  font-family: helvetica;
  padding: 1rem;
  z-index: 20;
  line-height: 1.2;
  font-size: 1.3rem;
  width: 27rem;
  left: 2rem;
  top: -3rem;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/onlineBankingTransfer/_onlineBankingTransfer.scss */
.online-banking-transfer-wrapper .icons-icon_question_mini .inner-content-container {
  display: block;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/onlineBankingTransfer/_onlineBankingTransfer.scss */
.online-banking-transfer-wrapper .icons-icon_question_mini .inner-content-container .tooltip-image {
  width: 9.6rem;
  height: 4.5rem;
  display: inline-block;
  background-repeat: no-repeat;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/onlineBankingTransfer/_onlineBankingTransfer.scss */
.online-banking-transfer-wrapper .icons-icon_question_mini .inner-content-container .tooltip-text {
  margin-left: 1rem;
  display: inline-block;
  border: 0;
}

/* line 3, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-cvv,
.credit-card-number {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  width: 16.2rem;
  height: 1.5rem;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-number {
  padding-left: 4.2rem;
  width: 12.5rem;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-cvv {
  width: 3rem;
  text-align: center;
}

/* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-number {
  text-align: left;
  width: 16.1rem;
  position: relative;
  background: transparent;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-details-wrapper {
  margin-top: 0;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-details-wrapper .additional-fees-note-label-wrap .additional-fees-note-label {
  margin-top: 2rem;
  color: #9c9c9c;
  font-size: 1.1rem;
  line-height: 1.47rem;
  max-width: 78%;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-details-wrapper .additional-fees-note-label-wrap .additional-fees-note-label a {
  text-decoration: underline;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-details-wrapper .credit-select-element-wrapper .credit-card-select-wrapper {
  min-width: 18.5rem;
}

/* line 51, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-details-wrapper .credit-select-element-wrapper ul {
  max-height: 13rem;
}

/* line 57, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper {
  margin-right: 1.6rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 63, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .credit-card-image {
  left: 0.6rem;
  display: block;
  position: absolute;
  top: 2.0rem;
}

/* line 69, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .credit-card-image > span {
  display: block;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  width: 3rem;
  height: 2rem;
}

/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .icons-icon_cvv {
  height: 3.2rem;
  width: 4.2rem;
  display: inline-block;
  background-repeat: no-repeat;
}

/* line 86, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .input-tooltip-error.above-input {
  width: 82%;
}

/* line 90, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .label, .credit-select-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 96, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .label span.add-new, .credit-select-element-wrapper label span.add-new {
  cursor: pointer;
  color: #101014;
}

/* line 103, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .credit-num-watermark {
  left: 1rem;
  display: table;
  position: absolute;
  top: 2.05rem;
  z-index: 1;
}

/* line 110, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .credit-num-watermark span {
  padding-right: 0.6rem;
  display: table-cell;
  vertical-align: middle;
  color: #9c9c9c;
}

/* line 120, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper.expiration-date-wrapper.invalid .label {
  color: #df0221;
}

/* line 125, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper.expiration-date-wrapper.invalid .date-dropdowns-wrapper .custom-select-wrapper {
  border: 1px solid #df0221;
}

/* line 133, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .date-dropdowns-wrapper .custom-select-wrapper {
  min-width: 8rem;
}

/* line 137, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-select-element-wrapper .date-dropdowns-wrapper ul {
  max-height: 10.3rem;
}

/* line 143, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-verified-images {
  right: 0;
  position: absolute;
  top: 0.3rem;
}

/* line 148, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-verified-images > a {
  margin-left: 0.4rem;
  display: inline-block;
  vertical-align: top;
}

/* line 154, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-verified-images .icons-icon_verifiedVisa {
  width: 7.1rem;
  height: 3.7rem;
  background-repeat: no-repeat;
}

/* line 160, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-verified-images .icons-icon_verifiedMasterCard {
  width: 10.6rem;
  height: 3.1rem;
  background-repeat: no-repeat;
}

/* line 166, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-verified-images .visa-verified-image-wrapper {
  display: inline-block;
  padding: 0.7rem 0.85rem;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-radius: 0.5rem;
  margin-right: 1.1rem;
}

/* line 174, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.credit-card-verified-images .mastercard-verified-image-wrapper {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-radius: 0.5rem;
  display: inline-block;
  padding: 0.5rem 0.6rem;
  border: 1px solid #dcdcdc;
  vertical-align: bottom;
}

/* line 183, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.edit-user-info {
  margin-top: 2rem;
  color: #9c9c9c;
  font-size: 1.1rem;
  width: 18rem;
  white-space: nowrap;
  line-height: 1rem;
}

/* line 191, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.edit-user-info .user-address {
  font-style: italic;
  cursor: pointer;
  display: inline-block;
}

/* line 199, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.deposit-ach-form label {
  position: relative;
  color: #d0d0d0;
}

/* line 203, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.deposit-ach-form label > span {
  position: absolute;
  top: -2.9rem;
}

/* line 209, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.deposit-ach-form .ach-input-numbers {
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
  padding-left: 0.6rem;
  border: 1px solid #d0d0d0;
  width: 13.9rem;
  height: 3.9rem;
  font-size: 1.2rem;
  color: #2d2d2d;
}

/* line 223, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.expiration-date-wrapper .input-tooltip-error.above-input:before, .expiration-date-wrapper .input-tooltip-error.below-input:before {
  left: 27%;
}

/* line 227, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCard.scss */
.expiration-date-wrapper .input-tooltip-error.above-input:after, .expiration-date-wrapper .input-tooltip-error.below-input:after {
  left: 27.7%;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCardQuickDeposit.scss */
.quick-deposit-main .credit-card-details-wrapper .credit-select-element-wrapper {
  margin-top: 1rem;
  display: inline-block;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCardQuickDeposit.scss */
.quick-deposit-main .credit-card-details-wrapper .credit-select-element-wrapper .credit-card-image {
  float: left;
  position: static;
  margin-top: -4px;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCardQuickDeposit.scss */
.quick-deposit-main .credit-card-details-wrapper .credit-select-element-wrapper .credit-card-image span {
  background-repeat: no-repeat;
  width: 6rem;
  padding-right: 0.5em;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCardQuickDeposit.scss */
.quick-deposit-main .credit-card-details-wrapper .credit-select-element-wrapper .card-number-text {
  float: left;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCardQuickDeposit.scss */
.quick-deposit-main .credit-card-details-wrapper .blocked-element {
  display: block;
  margin-bottom: 1.5rem;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCardQuickDeposit.scss */
.quick-deposit-main .credit-card-details-wrapper .cvv-element-wrapper {
  display: inline-block;
  margin-top: 1rem;
  position: relative;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCardQuickDeposit.scss */
.quick-deposit-main .credit-card-details-wrapper .cvv-element-wrapper .label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: .3rem;
}

/* line 41, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/creditCard/_depositCreditCardQuickDeposit.scss */
.quick-deposit-main .credit-card-details-wrapper .cvv-element-wrapper .input-tooltip-help.right-cvv {
  left: 9.5rem;
  top: -1rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-details-wrapper {
  padding-bottom: 0.5rem;
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper .label, .deposit-neteller-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper .label span.deposit-neteller-label.error, .deposit-neteller-element-wrapper label span.deposit-neteller-label.error {
  color: #df0221;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper .label span.deposit-neteller-label.error i, .deposit-neteller-element-wrapper label span.deposit-neteller-label.error i {
  display: inline-block;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper .label span.deposit-neteller-label i, .deposit-neteller-element-wrapper label span.deposit-neteller-label i {
  right: -1.6rem;
  display: none;
  position: absolute;
  top: -0.1rem;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper .use-different {
  right: 0;
  color: #101014;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-size: 1.1rem;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper .deposit-neteller-field {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding-left: 1rem;
  border: 1px solid #bdbdbd;
  width: 27rem;
  height: 3rem;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper .deposit-neteller-watermark {
  left: 1rem;
  position: absolute;
  top: 2.5rem;
  z-index: 1;
}

/* line 58, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper .deposit-neteller-watermark span {
  padding-right: 0.6rem;
  color: #9c9c9c;
}

/* line 65, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper.deposit-neteller-account-id .input-tooltip-error {
  width: 86%;
}

/* line 68, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper.deposit-neteller-account-id .input-tooltip-error:before {
  left: 19.5%;
}

/* line 71, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper.deposit-neteller-account-id .input-tooltip-error:after {
  left: 20.5%;
}

/* line 78, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper.email-address .input-tooltip-error {
  width: 86%;
}

/* line 81, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper.email-address .input-tooltip-error:before {
  left: 26%;
}

/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper.email-address .input-tooltip-error:after {
  left: 26.8%;
}

/* line 91, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper.deposit-neteller-security-code .input-tooltip-error {
  width: 86%;
}

/* line 94, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper.deposit-neteller-security-code .input-tooltip-error:before {
  left: 57%;
}

/* line 97, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/neteller/_depositNeteller.scss */
.deposit-neteller-element-wrapper.deposit-neteller-security-code .input-tooltip-error:after {
  left: 57.8%;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-details-wrapper {
  padding-bottom: 0.5rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-details-wrapper .description {
  margin-bottom: 1.5rem;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper .label, .deposit-oxxo-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper .label span.deposit-oxxo-label.error, .deposit-oxxo-element-wrapper label span.deposit-oxxo-label.error {
  color: #df0221;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper .label span.deposit-oxxo-label.error i, .deposit-oxxo-element-wrapper label span.deposit-oxxo-label.error i {
  display: inline-block;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper .label span.deposit-oxxo-label i, .deposit-oxxo-element-wrapper label span.deposit-oxxo-label i {
  right: -1.6rem;
  display: none;
  position: absolute;
  top: -0.1rem;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper .use-different {
  right: 0;
  color: #101014;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-size: 1.1rem;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper .deposit-oxxo-field {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding-left: 1rem;
  border: 1px solid #bdbdbd;
  width: 27rem;
  height: 3rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper .deposit-oxxo-watermark {
  left: 1rem;
  position: absolute;
  top: 2.5rem;
  z-index: 1;
}

/* line 62, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper .deposit-oxxo-watermark span {
  padding-right: 0.6rem;
  color: #9c9c9c;
}

/* line 69, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper.deposit-oxxo-account-id .input-tooltip-error {
  width: 86%;
}

/* line 72, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper.deposit-oxxo-account-id .input-tooltip-error:before {
  left: 19.5%;
}

/* line 75, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper.deposit-oxxo-account-id .input-tooltip-error:after {
  left: 20.5%;
}

/* line 82, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper.email-address .input-tooltip-error {
  width: 86%;
}

/* line 85, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper.email-address .input-tooltip-error:before {
  left: 26%;
}

/* line 88, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper.email-address .input-tooltip-error:after {
  left: 26.8%;
}

/* line 95, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper.deposit-oxxo-curp .input-tooltip-error {
  width: 86%;
}

/* line 98, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper.deposit-oxxo-curp .input-tooltip-error:before {
  left: 57%;
}

/* line 101, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/oxxo/_depositOxxo.scss */
.deposit-oxxo-element-wrapper.deposit-oxxo-curp .input-tooltip-error:after {
  left: 57.8%;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-cvv,
.deposit-entropay-number {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  width: 16.2rem;
  height: 1.4rem;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-cvv {
  width: 3rem;
  text-align: center;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-number {
  text-align: left;
  width: 16.1rem;
  position: relative;
  background: transparent;
  direction: ltr;
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-details-wrapper {
  margin-top: 0;
  position: relative;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper.operator-dd .custom-select-wrapper {
  width: 17.5rem;
  margin-top: 2.5rem;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper .label, .deposit-entropay-select-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper .label span.add-new, .deposit-entropay-select-element-wrapper label span.add-new {
  cursor: pointer;
  color: #101014;
}

/* line 55, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper .deposit-entropay-num-watermark {
  left: 1rem;
  display: table;
  position: absolute;
  top: 2.05rem;
  z-index: 1;
}

/* line 62, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper .deposit-entropay-num-watermark span {
  padding-right: 0.6rem;
  display: table-cell;
  vertical-align: middle;
  color: #9c9c9c;
}

/* line 72, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper.expiration-date-wrapper.invalid .label {
  color: #df0221;
}

/* line 77, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper.expiration-date-wrapper.invalid .date-dropdowns-wrapper .custom-select-wrapper {
  border: 1px solid #df0221;
}

/* line 85, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper .date-dropdowns-wrapper .custom-select-wrapper {
  min-width: 8rem;
}

/* line 89, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.deposit-entropay-select-element-wrapper .date-dropdowns-wrapper ul {
  max-height: 10.3rem;
}

/* line 98, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.expiration-date-wrapper .input-tooltip-error.above-input:before, .expiration-date-wrapper .input-tooltip-error.below-input:before {
  left: 27%;
}

/* line 102, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.expiration-date-wrapper .input-tooltip-error.above-input:after, .expiration-date-wrapper .input-tooltip-error.below-input:after {
  left: 27.7%;
}

/* line 109, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/entroPay/_depositEntropay.scss */
.icons-icon_check {
  width: 4.1rem;
  height: 3.6rem;
  background-repeat: no-repeat;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/postePay/_depositPostepay.scss */
.deposit-postepay-select-element-wrapper {
  margin-right: 2rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/postePay/_depositPostepay.scss */
.deposit-postepay-select-element-wrapper .deposit-postepay-number {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  text-align: left;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  height: 1.4rem;
  width: 17rem;
  position: relative;
  background: transparent;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/postePay/_depositPostepay.scss */
.deposit-postepay-select-element-wrapper .label, .deposit-postepay-select-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/postePay/_depositPostepay.scss */
.deposit-postepay-select-element-wrapper.expiration-date-wrapper.invalid .label {
  color: #df0221;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/postePay/_depositPostepay.scss */
.deposit-postepay-select-element-wrapper.expiration-date-wrapper.invalid .date-dropdowns-wrapper .custom-select-wrapper {
  border: 1px solid #df0221;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/proFee/_depositProFee.scss */
.deposit-pro-fee-details-wrapper .label.deposit-with {
  display: inline;
  position: relative;
  top: 1.5rem;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/proFee/_depositProFee.scss */
.deposit-pro-fee-details-wrapper .images-selector-wrapper {
  display: inline;
  position: relative;
  left: 0.5rem;
  top: -1.5rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/proFee/_depositProFee.scss */
.deposit-pro-fee-details-wrapper .images-selector {
  display: inline-block;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/proFee/_depositProFee.scss */
.deposit-pro-fee-details-wrapper .input-wrapper {
  display: inline;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-cvv,
.deposit-astropay-number {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  width: 16.2rem;
  height: 1.4rem;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-cvv {
  width: 3rem;
  text-align: center;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-number {
  text-align: left;
  width: 16.1rem;
  position: relative;
  background: transparent;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-details-wrapper {
  margin-top: 0;
  position: relative;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper.operator-dd .custom-select-wrapper {
  width: 17.5rem;
  margin-top: 2.5rem;
}

/* line 41, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper .label, .deposit-astropay-select-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper .label span.add-new, .deposit-astropay-select-element-wrapper label span.add-new {
  cursor: pointer;
  color: #101014;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper .deposit-astropay-num-watermark {
  left: 1rem;
  display: table;
  position: absolute;
  top: 2.05rem;
  z-index: 1;
}

/* line 61, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper .deposit-astropay-num-watermark span {
  padding-right: 0.6rem;
  display: table-cell;
  vertical-align: middle;
  color: #9c9c9c;
}

/* line 71, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper.expiration-date-wrapper.invalid .label {
  color: #df0221;
}

/* line 76, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper.expiration-date-wrapper.invalid .date-dropdowns-wrapper .custom-select-wrapper {
  border: 1px solid #df0221;
}

/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper .date-dropdowns-wrapper .custom-select-wrapper {
  min-width: 8rem;
}

/* line 88, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.deposit-astropay-select-element-wrapper .date-dropdowns-wrapper ul {
  max-height: 10.3rem;
}

/* line 97, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.expiration-date-wrapper .input-tooltip-error.above-input:before, .expiration-date-wrapper .input-tooltip-error.below-input:before {
  left: 27%;
}

/* line 101, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.expiration-date-wrapper .input-tooltip-error.above-input:after, .expiration-date-wrapper .input-tooltip-error.below-input:after {
  left: 27.7%;
}

/* line 108, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/astroPay/_depositAstropay.scss */
.icons-icon_check {
  width: 4.1rem;
  height: 3.6rem;
  background-repeat: no-repeat;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/todito/_depositTodito.scss */
.deposit-todito-details-wrapper {
  margin-top: 0;
  position: relative;
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/todito/_depositTodito.scss */
.deposit-todito-details-wrapper .deposit-todito-element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/todito/_depositTodito.scss */
.deposit-todito-details-wrapper .deposit-todito-element-wrapper .deposit-todito-field {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  width: 16.2rem;
  height: 1.4rem;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/todito/_depositTodito.scss */
.deposit-todito-details-wrapper .deposit-todito-element-wrapper .label, .deposit-todito-details-wrapper .deposit-todito-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit {
  margin-top: 0;
  position: relative;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit .hidden-visibility {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity= 0);
  opacity: 0;
  visibility: hidden;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit .error {
  color: #df0221;
  font-size: 1.1rem;
  margin: 1rem 0 1rem 0;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit .arrow-left {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 5.2rem;
  cursor: pointer;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit ul {
  float: left;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit ul li {
  position: relative;
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(2%, #f7f7f7), color-stop(97%, #f2f2f2), color-stop(98%, #e8e8e8), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dbdbdb' ,GradientType=0)";
  /* IE6-9 */
  border: 1px solid #bdbdbd;
  margin-right: 0.5rem;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit ul li.selected {
  border: 2px solid #9FD00E;
  margin: -1px 3px -1px 0;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit ul li:hover {
  background: #e1e1e1;
  cursor: pointer;
}

/* line 45, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit ul li span {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 999;
  height: 1.7rem;
  width: 1.7rem;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit ul li div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9rem;
  width: 10rem;
  height: 5.2rem;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/verkkopankki/_depositVerkkopankki.scss */
.verkkopankki-deposit .arrow-right {
  float: right;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 5.2rem;
  cursor: pointer;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-cvv,
.deposit-icheque-number {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  width: 16.2rem;
  height: 1.4rem;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-cvv {
  width: 3rem;
  text-align: center;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-number {
  text-align: left;
  width: 16.1rem;
  position: relative;
  background: transparent;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-details-wrapper {
  margin-top: 0;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-select-element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-select-element-wrapper .label, .deposit-icheque-select-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-select-element-wrapper .label span.add-new, .deposit-icheque-select-element-wrapper label span.add-new {
  cursor: pointer;
  color: #101014;
}

/* line 46, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-select-element-wrapper .deposit-icheque-num-watermark {
  left: 1rem;
  display: table;
  position: absolute;
  top: 2.05rem;
  z-index: 1;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-select-element-wrapper .deposit-icheque-num-watermark span {
  padding-right: 0.6rem;
  display: table-cell;
  vertical-align: middle;
  color: #9c9c9c;
}

/* line 63, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-select-element-wrapper.expiration-date-wrapper.invalid .label {
  color: #df0221;
}

/* line 68, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-select-element-wrapper.expiration-date-wrapper.invalid .date-dropdowns-wrapper .custom-select-wrapper {
  border: 1px solid #df0221;
}

/* line 76, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-select-element-wrapper .date-dropdowns-wrapper .custom-select-wrapper {
  min-width: 8rem;
}

/* line 80, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/icheque/_depositIcheque.scss */
.deposit-icheque-select-element-wrapper .date-dropdowns-wrapper ul {
  max-height: 9.8rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-cvv,
.deposit-payr-number {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 0.6rem;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  width: 16.2rem;
  height: 1.4rem;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-cvv {
  width: 3rem;
  text-align: center;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-number {
  text-align: left;
  width: 16.1rem;
  position: relative;
  background: transparent;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-details-wrapper {
  margin-top: 0;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-select-element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-select-element-wrapper .label, .deposit-payr-select-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-select-element-wrapper .label span.add-new, .deposit-payr-select-element-wrapper label span.add-new {
  cursor: pointer;
  color: #101014;
}

/* line 46, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-select-element-wrapper .deposit-payr-num-watermark {
  left: 1rem;
  display: table;
  position: absolute;
  top: 2.05rem;
  z-index: 1;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-select-element-wrapper .deposit-payr-num-watermark span {
  padding-right: 0.6rem;
  display: table-cell;
  vertical-align: middle;
  color: #9c9c9c;
}

/* line 63, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-select-element-wrapper.expiration-date-wrapper.invalid .label {
  color: #df0221;
}

/* line 68, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-select-element-wrapper.expiration-date-wrapper.invalid .date-dropdowns-wrapper .custom-select-wrapper {
  border: 1px solid #df0221;
}

/* line 76, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-select-element-wrapper .date-dropdowns-wrapper .custom-select-wrapper {
  min-width: 8rem;
}

/* line 80, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/payr/_depositPayr.scss */
.deposit-payr-select-element-wrapper .date-dropdowns-wrapper ul {
  max-height: 10.3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-details-wrapper {
  padding-bottom: 0.5rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-details-wrapper .deposit-qiwi-description {
  padding-top: 2rem;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-element-wrapper .label, .deposit-qiwi-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-element-wrapper .label span.deposit-qiwi-label.error, .deposit-qiwi-element-wrapper label span.deposit-qiwi-label.error {
  color: #df0221;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-element-wrapper .label span.deposit-qiwi-label.error i, .deposit-qiwi-element-wrapper label span.deposit-qiwi-label.error i {
  display: inline-block;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-element-wrapper .label span.deposit-qiwi-label i, .deposit-qiwi-element-wrapper label span.deposit-qiwi-label i {
  right: -1.6rem;
  display: none;
  position: absolute;
  top: -0.1rem;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-element-wrapper .deposit-qiwi-tooltip {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0.1rem;
}

/* line 46, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-element-wrapper .deposit-qiwi-plus-sign {
  position: absolute;
  top: 2.5rem;
  left: 0.3rem;
  left: 0.3rem;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/qiwi/_depositQiwi.scss */
.deposit-qiwi-element-wrapper .deposit-qiwi-field {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding-left: 1rem;
  border: 1px solid #bdbdbd;
  width: 16rem;
  height: 3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/muchBetter/_depositMuchBetter.scss */
.deposit-muchBetter-details-wrapper {
  padding-bottom: 0.5rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/muchBetter/_depositMuchBetter.scss */
.deposit-muchBetter-details-wrapper .deposit-muchBetter-description {
  padding-top: 2rem;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/muchBetter/_depositMuchBetter.scss */
.deposit-muchBetter-element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/muchBetter/_depositMuchBetter.scss */
.deposit-muchBetter-element-wrapper .label, .deposit-muchBetter-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/muchBetter/_depositMuchBetter.scss */
.deposit-muchBetter-element-wrapper .deposit-muchBetter-tooltip {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0.1rem;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/muchBetter/_depositMuchBetter.scss */
.deposit-muchBetter-element-wrapper .deposit-muchBetter-plus-sign {
  position: absolute;
  top: 2.5rem;
  left: 0.3rem;
  left: 0.3rem;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/muchBetter/_depositMuchBetter.scss */
.deposit-muchBetter-element-wrapper .deposit-muchBetter-field {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding-left: 1rem;
  border: 1px solid #bdbdbd;
  width: 16rem;
  height: 3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/textField/_depositTextField.scss */
.text-field-wrapper {
  position: absolute;
}

/* line 3, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/textField/_depositTextField.scss */
.text-field-wrapper .label, .text-field-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/textField/_depositTextField.scss */
.text-field-wrapper .input-text {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding-left: 1rem;
  border: 1px solid #bdbdbd;
  width: 16rem;
  height: 3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/transferenciaBancaria/_depositTransferenciaBancaria.scss */
.transferencia-bancaria-deposit {
  padding-bottom: 0.5rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/transferenciaBancaria/_depositTransferenciaBancaria.scss */
.transferencia-bancaria-deposit .element-wrapper {
  margin-right: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bankTransfer/_depositBankTransfer.scss */
.deposit-bank-transfer-details-wrapper .description {
  color: #9c9c9c;
  padding-bottom: 2rem;
  display: block;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bankTransfer/_depositBankTransfer.scss */
.deposit-bank-transfer-details-wrapper .tooltip-label {
  color: #9c9c9c;
  padding-bottom: 0.5rem;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bankTransfer/_depositBankTransfer.scss */
.deposit-bank-transfer-details-wrapper .custom-select-wrapper {
  width: 15rem;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bankTransfer/_depositBankTransfer.scss */
.deposit-bank-transfer-details-wrapper .custom-select-wrapper .dropdown-values-list {
  max-height: 8.1rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bankTransferACH/_depositBankTransferACH.scss */
.deposit-bank-transfer-ach-details-wrapper .select-element-wrapper {
  margin-right: 1.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bankTransferACH/_depositBankTransferACH.scss */
.deposit-bank-transfer-ach-details-wrapper .account-type {
  display: block;
  font-size: 1.1rem;
  color: #9c9c9c;
  margin-bottom: 0.4rem;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bankTransferACH/_depositBankTransferACH.scss */
.deposit-bank-transfer-ach-details-wrapper .custom-select-wrapper {
  width: 9rem;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bankTransferACH/_depositBankTransferACH.scss */
.deposit-bank-transfer-ach-details-wrapper .custom-select-wrapper .dropdown-values-list {
  max-height: 8.1rem;
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bankTransferACH/_depositBankTransferACH.scss */
.deposit-bank-transfer-ach-details-wrapper .terms-and-conditions-directive {
  margin-top: 1.6rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .availableAmount {
  font-weight: bold;
  position: relative;
  top: -18.6rem;
  left: 39rem;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .availableAmount .icons-icon_question_mini {
  display: inline-block;
  background-repeat: no-repeat;
  top: 1px;
  position: relative;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .availableAmount .icons-icon_question_mini .tooltip-hotspot {
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: block;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .availableAmount .icons-icon_question_mini .tooltip-container {
  position: absolute;
  border: 1px solid #d0d0d0;
  border-radius: 0.1rem;
  font-family: helvetica;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 1rem;
  z-index: 20;
  line-height: 1.4;
  width: 18rem;
  left: -10rem;
  top: -8rem;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .availableAmount .icons-icon_question_mini .inner-content-container {
  display: block;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .availableAmount .icons-icon_question_mini .inner-content-container .tooltip-text {
  margin-left: 1rem;
  display: inline-block;
  width: 16rem;
  border: 0;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .title {
  margin-bottom: 1rem;
  display: inline-block;
  color: #9c9c9c;
  font-size: 1.2rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .select-element-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 61, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .select-element-wrapper .input-label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 68, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .identification-wrapper {
  margin-right: 1.3rem;
  display: inline-block;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .state {
  display: block;
  font-size: 1.1rem;
  color: #9c9c9c;
  margin-bottom: 0.4rem;
}

/* line 80, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .custom-select-wrapper {
  width: 12rem;
}

/* line 83, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .custom-select-wrapper .dropdown-values-list {
  max-height: 8.1rem;
}

/* line 88, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .new-account {
  cursor: pointer;
  font-size: 1.1rem;
  text-decoration: underline;
}

/* line 94, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .existing-account {
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  text-decoration: underline;
}

/* line 102, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .list-of-accounts-wrapper {
  width: 30rem;
}

/* line 105, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .list-of-accounts-wrapper .title {
  display: inline-block;
  font-size: 1.1rem;
  color: #9c9c9c;
  margin-bottom: 0.4rem;
}

/* line 112, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .list-of-accounts-wrapper .combo {
  width: 100%;
}

/* line 117, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .new-accounts-wrapper {
  height: 5.1rem;
}

/* line 120, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .new-accounts-wrapper .registration-fields-wrapper {
  display: inline-block;
}

/* line 123, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .new-accounts-wrapper .registration-fields-wrapper .tooltip-container {
  width: 17rem;
}

/* line 129, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.deposit-global-payments-ach-details-wrapper .terms-and-conditions-directive {
  margin-top: 1.5rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageOperatorView.scss */
.deposit-cage-operator-details-wrapper .description {
  line-height: 1.6rem;
  color: #9c9c9c;
  margin-bottom: 1.5rem;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageOperatorView.scss */
.deposit-cage-operator-details-wrapper .input-label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageOperatorView.scss */
.deposit-cage-operator-details-wrapper .input-label.error {
  color: #df0221;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageOperatorView.scss */
.deposit-cage-operator-details-wrapper .custom-select-wrapper {
  width: 27rem;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageOperatorView.scss */
.deposit-cage-operator-details-wrapper .custom-select-wrapper .dropdown-values-list {
  max-height: 8.1rem;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageOperatorView.scss */
.deposit-cage-operator-details-wrapper .invalid .custom-select-wrapper {
  border: 1px solid #df0221;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper {
  font-size: 1.2rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper .casinos-list {
  padding: 1rem 1rem 1rem 1rem;
  margin: 1.2rem 0 3.5rem 0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-radius: 0.5rem;
  width: 60.3rem;
  border: 1px solid rgba(137, 151, 154, 0.35);
  display: block;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper .casinos-list ul {
  overflow-y: auto;
  max-height: 8.7rem;
  list-style-type: disc;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper .casinos-list ul li {
  margin-left: 1.5rem;
  display: list-item;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper .casinos-list ul li strong {
  font-weight: bold;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper .casinos-list ul li + li {
  margin-top: 0.5rem;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper .id-items-title {
  padding-bottom: 0.4rem;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper .id-items-list {
  padding-left: 1.4rem;
  list-style-type: decimal;
  display: block;
}

/* line 41, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper .id-items-list li {
  padding-left: 0.3rem;
  display: list-item;
}

/* line 46, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/cage/_depositCageUserView.scss */
.deposit-cage-user-details-wrapper .id-items-list li + li {
  margin-top: 0.2rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .deposit-bitcoin-field {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding-left: 1rem;
  border: 1px solid #bdbdbd;
  width: 27rem;
  height: 3rem;
}

/* line 10, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .bitcoin-info {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .tooltip-wrapper {
  display: inline-block;
  width: 25.5rem;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .icon-icon_info2 {
  height: 2rem;
  width: 2rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0.2rem;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .bitcoin-info-tooltip-hotspot {
  position: absolute;
  display: block;
  height: 2rem;
  width: 2rem;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .right-bitcoin-info {
  left: 29rem;
  width: 28rem;
  top: 1rem;
  bottom: inherit;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .info-inner-content-container {
  display: block;
}

/* line 46, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .info-inner-content-container .info-tooltip-text {
  margin-left: 1rem;
  float: left;
  width: 27rem;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .input-tooltip-help:before {
  border-width: 1.2rem;
  border-bottom-width: 1.1rem;
}

/* line 59, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/deposit/directives/bitcoin/_depositBitcoin.scss */
.bitcoin-deposit .input-tooltip-help:after {
  border-width: 1rem;
  border-bottom-width: 1.1rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55.5rem;
  background-color: #fff;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .malta-disclaimer {
  margin-top: 5rem;
  font-size: 1.3rem;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .limits-disclaimer {
  margin-top: 2rem;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .back-to-deposit {
  text-align: right;
  margin-right: -2rem;
  margin-left: -2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  border-bottom: 1px solid #c4c4c4;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .back-to-deposit a {
  display: inline-block;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .back-to-deposit .back-to-deposit-x {
  float: right;
}

/* line 37, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .back-to-deposit a:hover span {
  text-decoration: underline;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .personalLimitsTitle {
  color: #101014;
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 2rem;
  margin-bottom: 2.3rem;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .personalLimitsSecondTitle, .plse-wrapper .limits-note {
  color: #101014;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

/* line 58, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseAndDecreaseFormButtons {
  margin-top: 5rem;
}

/* line 62, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .limits-note {
  line-height: 2.2rem;
  margin-top: 2rem;
}

/* line 67, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .button-disabled, .plse-wrapper .button-disabled:hover {
  background-color: #DDDDDD !important;
  border-bottom-color: #bab9b9;
}

/* line 72, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper button.full-submit-limits-button:disabled {
  background-color: #DDDDDD !important;
  border-bottom-color: #bab9b9;
}

/* line 77, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .bug-bounty-text {
  margin-top: 1.4rem;
  display: inline-block;
  color: #101014;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

/* line 85, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .bug-bounty-text a {
  color: #3939FF;
}

/* line 90, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .personal-limits-table-wrapper {
  width: 35rem;
  margin-left: -2rem;
}

/* line 95, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .table-item-wrapper {
  width: 32%;
}

/* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .currentDepositLimits {
  margin-bottom: 2.6rem;
}

/* line 100, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .currentDepositLimits .currentDepositLimitsTitle {
  color: #101014;
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
}

/* line 109, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .personalLimitPerTime {
  display: inline-block;
  margin-right: 3rem;
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .personalLimitPerTime .personalLimitUnit {
  font-weight: bold;
  font-size: 1.3rem;
  color: #000000;
  margin-bottom: 1rem;
}

/* line 120, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .personalLimitPerTime .personalLimitAmount {
  color: #636363;
  font-size: 1.3rem;
}

/* line 127, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .button-wrap.personalLimits button {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem 1rem 0.7rem 1.1rem;
  text-align: left;
  min-width: 21rem;
}

/* line 134, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .button-wrap.personalLimits button i {
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.5rem;
  vertical-align: bottom;
}

/* line 144, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .submit-button {
  margin-top: 5rem;
  width: 79.5rem;
}

/* line 149, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage {
  margin-right: 7rem;
}

/* line 152, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage > h2 {
  font-weight: bold;
  font-size: 1.4rem;
}

/* line 158, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div {
  background: #e6e6e6;
  padding-left: 2.3rem;
  position: relative;
  width: 77rem;
  height: 6rem;
  border: 0.1rem solid #d9d9d9;
  cursor: pointer;
}

/* line 168, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div.only-child.selected {
  height: 13.2rem;
}

/* line 171, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div.only-child.selected.increase-restriction-container {
  height: 17rem;
}

/* line 177, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div:nth-child(2) {
  border-top: none;
}

/* line 180, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div:nth-child(2).selected {
  height: 13.2rem;
}

/* line 183, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div:nth-child(2).selected.increase-restriction-container {
  height: 17rem;
}

/* line 189, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div > div {
  color: #6d6d6d;
  font-size: 1.3rem;
}

/* line 193, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div > div.increaseSelectTitle {
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-top: 1.4rem;
}

/* line 200, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div.selected {
  background: #ffffff;
  cursor: initial;
}

/* line 205, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div .selectedBar {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0.7rem;
}

/* line 213, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div .maxInputContainer {
  margin-top: 2.4rem;
}

/* line 216, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div .maxInputContainer .inputWrapper {
  margin-right: 1.8rem;
  position: relative;
  display: inline-block;
}

/* line 222, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div .maxInputContainer .increase-limits-restriction {
  padding-top: 1rem;
  line-height: 1.5rem;
}

/* line 226, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div .maxInputContainer .increase-limits-restriction .icons-icon_question_mini {
  display: inline-block;
}

/* line 230, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div .maxInputContainer .increase-limits-restriction .restriction-icon-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 235, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .increaseSelectWrapper > div .maxInputContainer .increase-limits-restriction .restriction-text-container {
  display: inline-block;
  width: 70rem;
}

/* line 244, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .disclaimer-regulation-questionnaire-text {
  margin-top: 3rem;
}

/* line 248, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .disclaimer-increase-limits {
  margin-top: 2rem;
}

/* line 253, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .increaseDepositPage .button-wrap button {
  margin-right: 0;
}

/* line 259, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage {
  margin-right: 7rem;
}

/* line 262, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage > h2 {
  font-weight: bold;
  font-size: 1.4rem;
}

/* line 268, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decreaseSelectWrapper > div {
  background: #ffffff;
  padding-left: 2.3rem;
  position: relative;
  width: 77rem;
  height: 15.9rem;
  border: 0.1rem solid #d9d9d9;
}

/* line 276, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decreaseSelectWrapper > div > div {
  color: #6d6d6d;
  font-size: 1.3rem;
}

/* line 280, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decreaseSelectWrapper > div > div.decreaseSelectTitle {
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-top: 1.4rem;
}

/* line 287, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decreaseSelectWrapper > div .selectedBar {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0.7rem;
}

/* line 295, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decreaseSelectWrapper > div .decreaseInputContainer {
  margin-top: 2.4rem;
  margin-bottom: 1.7rem;
}

/* line 300, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decreaseSelectWrapper > div .decreaseInputContainer input:disabled {
  background-color: #e7e7e7;
}

/* line 307, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decreaseSelectWrapper > div .actionLinksContainer > span {
  cursor: pointer;
  color: #9c9c9c;
  font-size: 1.2rem;
}

/* line 312, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decreaseSelectWrapper > div .actionLinksContainer > span > i {
  display: inline-block;
  margin-left: 0.6rem;
}

/* line 317, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decreaseSelectWrapper > div .actionLinksContainer > span:last-child {
  margin-right: 2.3rem;
}

/* line 325, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .disclaimer-decrease-limits {
  margin-top: 2rem;
}

/* line 330, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .button-wrap button {
  margin-right: 0;
}

/* line 335, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decrease-limits-restriction {
  padding-bottom: 1.5rem;
  line-height: 1.5rem;
}

/* line 339, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decrease-limits-restriction .icons-icon_question_mini {
  display: inline-block;
}

/* line 343, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decrease-limits-restriction .restriction-icon-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 348, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .decreaseDepositPage .decrease-limits-restriction .restriction-text-container {
  display: inline-block;
  width: 78rem;
}

/* line 356, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer {
  margin-top: 2rem;
  margin-right: 7rem;
  margin-left: 1rem;
}

/* line 361, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .title-and-text {
  border: 1px solid #bdbdbd;
  background-color: #F2F2F2;
  padding: 1rem;
}

/* line 368, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedIcon .icons-icon_check {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  height: 3.6rem;
  width: 3.7rem;
}

/* line 376, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedIcon .icons-icon_reverse_failed {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 3.6rem;
  width: 3.7rem;
}

/* line 384, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedIcon .status-icon {
  margin-left: 0.5rem;
  width: 2.2rem;
  height: 2.1rem;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 394, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedText {
  margin-left: 0.7rem;
  width: 70rem;
  margin-top: 0.4rem;
  color: #101014;
  font-size: 1.3rem;
}

/* line 401, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedText > div {
  margin-bottom: 2rem;
  line-height: 1.5rem;
}

/* line 405, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedText > div.button-wrap {
  margin-top: 0;
}

/* line 410, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedText .phone-number {
  display: inline-block;
  direction: ltr;
  /* we don't use the mixin here on purpose as this should always be LTR */
}

/* line 416, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .amandaRequestWrapper {
  text-align: center;
  clear: both;
}

/* line 420, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .amandaRequestWrapper .amanda-in-process {
  display: inline-block;
}

/* line 424, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .requestReceivedPage .requestReceivedContainer .amandaRequestWrapper .amanda-request-approved {
  display: inline-block;
}

/* line 431, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire {
  width: 72rem;
}

/* line 434, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .disclaimer {
  margin-bottom: 1rem;
}

/* line 437, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .disclaimer .header {
  display: block;
  font-weight: 700;
}

/* line 442, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .disclaimer .line {
  display: block;
  margin-bottom: 0.5rem;
}

/* line 449, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .questions .question {
  color: #6d6d6d;
  font-size: 1.3rem;
  height: 3.2rem;
  overflow: auto;
}

/* line 455, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .questions .question .number {
  display: inline-block;
  padding-left: 1rem;
  margin-top: 0.4rem;
  width: 2rem;
  vertical-align: top;
}

/* line 463, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .questions .question .question-text {
  display: inline-block;
  margin-top: 0.4rem;
  width: 56rem;
}

/* line 469, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .questions .question label {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.4rem;
}

/* line 475, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .questions .question .yes {
  display: inline-block;
  vertical-align: top;
  width: 2rem;
}

/* line 481, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .questions .question .no {
  display: inline-block;
  margin-left: 2rem;
  vertical-align: top;
  width: 2rem;
}

/* line 490, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .submit-button {
  margin-top: 0;
  width: 77.5rem;
}

/* line 495, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .questionnaire .error {
  color: #df0221;
  font-weight: 900;
  margin: 1rem 0 0 3rem;
}

/* line 502, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .icons-icon_ok_tick {
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 0.4rem;
}

/* line 509, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .icons-icon_increase {
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 0.4rem;
}

/* line 516, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .icons-icon_decrease {
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 0.4rem;
}

/* line 523, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .icons-icon_point_left {
  background-repeat: no-repeat;
  height: 0.7rem;
  width: 0.4rem;
}

/* line 530, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .icons-icon_point_right {
  background-repeat: no-repeat;
  height: 0.7rem;
  width: 0.4rem;
}

/* line 537, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .amanda-in-process {
  background-size: cover;
  margin-top: 5rem;
  width: 20rem;
  height: 20rem;
}

/* line 544, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .amanda-request-approved {
  width: 12.1rem;
  height: 11.9rem;
}

/* line 549, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .gamcareLogo {
  border: 0;
  vertical-align: middle;
  height: 7rem;
  width: 40rem;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 558, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .iGaminglogoPlse {
  text-align: left;
  padding: 0 0.5rem 0 0.5rem;
  border-left-width: 0.7rem;
  border-left-color: transparent;
  border-left-style: solid;
  vertical-align: middle;
  letter-spacing: -0.03rem;
  background-repeat: round;
  height: 6rem;
  width: 14rem;
  display: inline-block;
  margin-top: 3rem;
  cursor: pointer;
  position: absolute;
  bottom: 2rem;
}

/* line 576, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .rgSIMIlogoSe {
  text-align: left;
  margin-right: 1.5rem;
  padding: 0 0.5rem 0 0.5rem;
  vertical-align: middle;
  letter-spacing: -0.03rem;
  background-repeat: round;
  height: 7rem;
  width: 7rem;
  display: inline-block;
  cursor: pointer;
}

/* line 589, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_plse.scss */
.plse-wrapper .rgIcon {
  display: flex;
  align-items: center;
  margin-top: 3.5rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_limitAmountDirective.scss */
.limit-amount-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 2rem;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_limitAmountDirective.scss */
.limit-amount-wrapper .custom-amount-error-label-from-personal-limit {
  margin-bottom: 0.3rem;
}

/* line 10, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_limitAmountDirective.scss */
.limit-amount-wrapper .custom-amount-error-label-from-personal-limit .input-label.error {
  margin: 0 1.6rem 0.2rem 0;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_limitAmountDirective.scss */
.limit-amount-wrapper .set-to-max {
  position: absolute;
  top: 0;
  right: 0;
  color: #6d6d6d;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_limitAmountDirective.scss */
.limit-amount-wrapper .set-to-max.is-set-to-max {
  pointer-events: none;
  cursor: default;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_limitAmountDirective.scss */
.limit-amount-wrapper .amount-input-container {
  position: relative;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_limitAmountDirective.scss */
.limit-amount-wrapper .amount-input-container input {
  line-height: 1.8rem;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_limitAmountDirective.scss */
.limit-amount-wrapper .input-tooltip-hotspot {
  display: none;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/plse/_limitAmountDirective.scss */
.limit-amount-wrapper .icons-icon_attention_small, .limit-amount-wrapper .input-label {
  cursor: default;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper {
  box-sizing: border-box;
  display: block;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55.5rem;
  background-color: #fff;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryTable {
  width: 70%;
  max-width: 50rem;
  padding: 1rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 82%;
  max-height: 48rem;
  position: relative;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryBottomText {
  position: absolute;
  padding-top: 1rem;
  font-size: 1.3rem;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryBottomText a {
  text-decoration: underline;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper ul {
  width: 100%;
  display: table;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper ul li.rowNumber {
  width: 5%;
  text-align: center;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper ul li.transactionMonth {
  width: 30%;
  text-align: center;
}

/* line 37, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper ul li.transactionDepositValue {
  width: 30%;
  text-align: center;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper ul li.transactionWithdrawalValue {
  width: 30%;
  text-align: center;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryPageTitle {
  color: #101014;
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 2rem;
  margin-bottom: 1rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryHeader {
  color: #101014;
  font-size: 1.3rem;
  font-weight: bold;
}

/* line 63, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryColumns ul {
  width: 100%;
  display: table;
  margin-bottom: 1rem;
}

/* line 70, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transaction-item {
  line-height: 3rem;
}

/* line 74, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryCell {
  vertical-align: bottom;
}

/* line 78, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryContent {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryContent ul {
  border-bottom: 1px solid #ededed;
}

/* line 82, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryContent ul li.span {
  font-size: 1.3rem;
  color: #9c9c9c;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

/* line 96, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .transactionSummaryContent :nth-child(even) > ul {
  background-color: #efefef;
}

/* line 100, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .back-to-deposit {
  text-align: right;
  margin-right: -2rem;
  margin-left: -2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  border-bottom: 1px solid #c4c4c4;
}

/* line 108, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .back-to-deposit .back-to-deposit-x {
  float: right;
}

/* line 112, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .back-to-deposit a {
  font-size: 1.3rem;
  display: inline-block;
}

/* line 115, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .back-to-deposit a :hover span {
  text-decoration: underline;
}

/* line 121, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .continue-button {
  position: absolute;
  width: 30%;
  bottom: 2.5rem;
  right: 0;
}

/* line 128, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/transactionSummary/_transactionSummary.scss */
.transaction-summary-wrapper .continue-button button:disabled {
  background-color: #DDDDDD;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper {
  overflow-y: auto;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a black background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (V) when checked */
  /* Style the indicator (V) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55.5rem;
  background-color: #fff;
  line-height: 1.47rem;
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .container {
  display: block;
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: white;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* line 38, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .container input:checked ~ .checkmark {
  background-color: black;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .container input:disabled ~ .checkmark {
  background-color: #ccc;
  border-color: #a9a9a9;
}

/* line 53, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .container input:checked ~ .checkmark:after {
  display: block;
}

/* line 57, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .container .checkmark:after {
  left: 0.8rem;
  top: 0.4rem;
  width: 0.3rem;
  height: 0.8rem;
  border: solid white;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 80, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-title {
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 2rem;
  margin-bottom: 2.3rem;
}

/* line 87, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .se-phone-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAB+ElEQVRIia3Wv29OURgH8E8rJE2IpANBGerdJJWmIUYVJIgOXTAgIaQJsz9B/AEkJjHU0MXwDggJg64qiEoFAw1pWaRD6+c1nHNzT9/3vm31vk9ycs99fn3v8+Oc59JMQxjHX0zhUInOqmkbHiJrWNPobAfAXswmjus4IUSTYX9VgH7MRWezOJbInkb+zaogn6OjD9jZILscZTMqpixP0WCJrCeR71stQCd+JftGmsZE3B+vAvIp7ntb6DyPz11VQCbjvr9BthljOB/fJ1WgK0LO3yW8tXirqMcDdFcB2Z04Gyjhna7inJCuF3gV30fi82ui01UVJKcR4at/YkfkjUbeAva0A2Sd4lDeibwNQrEzIbJaO4DOKOpwJPJqESDDxxKgblzFXVzDQcuktwOPFXdYT+QP4LsiojR19zXf2gu4h5NChppoq+I2nsDGBCiP6Acu4GLi+JYwg343AH7RYh4dEBogw5MEqKaoUbrGEtv1GBZGRQ74ugyExbPkWYyQ0AyjieyNcDOU0XDU+dMKBE4lEc3gcCLbJNxla5awr0fb8aVARMffFKm5jS3LGeFoYjO0An3bhdrkRvO4gb4W+r2K5nm0EoCcOnBWmC9p0adwHeeEhhnEe83H4L+oC5fwUnOXpWtO+DmpTH3CmKgL/wfzirOxaDb9A/4VpT0FPMvHAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
}

/* line 97, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper {
  margin-top: 0.11rem;
  background-color: #e9e7e7;
  padding: 1rem;
  width: 65rem;
}

/* line 103, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .action-text {
  padding-top: 0.5rem;
}

/* line 107, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper label {
  font-weight: bold;
}

/* line 111, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper {
  margin: 0.5rem 0 0 3.5rem;
}

/* line 114, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .period-input, .self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .option-input {
  display: inline-block;
  width: 10.6rem;
  padding: 0rem 2.5rem;
}

/* line 119, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .period-input input, .self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .option-input input {
  cursor: pointer;
}

/* line 123, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .period-input label, .self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .option-input label {
  cursor: pointer;
  font-weight: normal;
  vertical-align: 0.2rem;
}

/* line 131, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .custom-period .custom-period-datepicker {
  width: 38%;
}

/* line 135, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .custom-period datepicker {
  margin-bottom: 0.7rem;
}

/* line 139, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .custom-period input {
  width: 9rem;
  text-align: center;
}

/* line 147, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .period-input:last-child {
  flex-grow: 1;
}

/* line 152, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .option-input {
  height: 2rem;
}

/* line 158, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .specific-period .specific-period-datepicker {
  width: 38%;
}

/* line 162, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .specific-period input {
  width: 9rem;
  text-align: center;
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 170, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .specific-period-input {
  display: flex;
  width: auto;
  align-items: center;
}

/* line 175, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .specific-period-input label {
  margin-top: 4px;
  margin-left: 3px;
  vertical-align: unset;
}

/* line 182, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .periods, .self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .unsubscribeOptions {
  margin-top: 0.5rem;
}

/* line 186, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .periods-group, .self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .unsubscribeOptions-group {
  background-color: #f7f6f6;
  max-width: 47rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}

/* line 194, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .custom-period-label {
  width: 6.5rem;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  vertical-align: -0.2rem;
}

/* line 202, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .custom-period-wrapper {
  width: 25.2rem;
}

/* line 206, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .inline {
  display: inline;
}

/* line 210, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .periods-wrapper .unverified-account-message {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #856404;
}

/* line 220, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .option-note {
  margin: 0.7rem 0 0 0.5rem;
  color: #9c9c9c;
  font-size: 1.1rem;
  line-height: 1.47rem;
}

/* line 227, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .option-note.note-regulation-1 ul {
  padding: 1rem 0 1rem 1.5rem;
}

/* line 232, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .option-note li {
  list-style: disc;
  display: list-item;
}

/* line 237, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .option-note b {
  color: black;
}

/* line 242, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper {
  margin: 0.5rem 0 0 3.5rem;
}

/* line 245, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .sub-brands-wrapper {
  padding-top: 0.7rem;
}

/* line 249, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .product {
  padding-bottom: 0.5rem;
}

/* line 253, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .blocked {
  color: #FF0000;
}

/* line 257, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .pending {
  color: #c55a11;
}

/* line 261, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .unblocked {
  color: #45C078;
}

/* line 265, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .brand {
  display: inline-block;
  width: auto;
  font-weight: bold;
  height: 1.8rem;
}

/* line 272, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .brand span {
  vertical-align: sub;
}

/* line 276, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .status {
  display: inline-table;
  max-width: 25%;
  width: auto;
  font-weight: bold;
  height: 1.8rem;
}

/* line 284, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .status span {
  vertical-align: sub;
}

/* line 288, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .validation-message {
  color: #FF0000;
  font-size: 1.1rem;
  display: inline-block !important;
  width: 32rem;
  height: 1.8rem;
  float: left;
}

/* line 297, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .validation-message span {
  vertical-align: sub;
  padding-left: 5px;
}

/* line 302, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .button-and-error {
  float: right;
}

/* line 306, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .button-wrap {
  margin-top: 0;
  display: inline-block;
  float: left;
}

/* line 311, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .button-wrap .block-button {
  margin-right: 0;
  border-radius: 0.5rem;
  padding: 0.3rem 1.5rem 0.3rem 1.5rem;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 319, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .action-wrapper .block-products-wrapper .button-wrap .block-button:disabled {
  cursor: default;
  opacity: 0.5;
}

/* line 328, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .from-error {
  color: red;
}

/* line 332, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .third-party-container {
  margin-top: 0.2rem;
}

/* line 336, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .third-party-checkbox {
  vertical-align: middle;
}

/* line 340, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .third-party-label {
  vertical-align: middle;
}

/* line 344, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .custom-period-input {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  border: 0.1rem solid #bdbdbd;
  font-size: 1.3rem;
  width: 5.6rem;
  height: 2.4rem;
}

/* line 355, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .iGaminglogoSe {
  text-align: left;
  padding: 0 0.5rem 0 0.5rem;
  border-left-width: 0.7rem;
  border-left-color: transparent;
  border-left-style: solid;
  vertical-align: middle;
  letter-spacing: -0.03rem;
  background-repeat: round;
  height: 6rem;
  width: 14rem;
  display: inline-block;
  margin-top: 1.5rem;
  cursor: pointer;
}

/* line 371, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .rgSIMIlogoSe {
  text-align: left;
  margin-right: 1.5rem;
  padding: 0 0.5rem 0 0.5rem;
  vertical-align: middle;
  letter-spacing: -0.03rem;
  background-repeat: round;
  height: 7rem;
  width: 7rem;
  display: inline-block;
  cursor: pointer;
}

/* line 384, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/selfExclusion/_selfExclusion.scss */
.self-exclusion-wrapper .self-exclusion-body .rgIcon {
  display: flex;
  align-items: center;
  margin-top: 3.5rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_mainDirective.scss */
.quick-deposit-main .deposit-redirectIframe-iframe-wrapper {
  bottom: -60rem;
  height: 59.6rem;
  background-color: white;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_mainDirective.scss */
.quick-deposit-main .deposit-redirectIframe-iframe-wrapper.visible {
  bottom: 0;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_mainDirective.scss */
.quick-deposit-main .deposit-redirectIframe-iframe-wrapper .deposit-redirectIframe-top-bar-login-wrap {
  width: 30rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_mainDirective.scss */
.quick-deposit-main .deposit-redirectIframe-iframe-wrapper .deposit-redirectIframe-container, .quick-deposit-main .deposit-redirectIframe-iframe-wrapper .deposit-redirectIframe-container .deposit-redirectIframe-iframe {
  height: 43rem;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_mainDirective.scss */
.quick-deposit-main .deposit-approved-wrapper {
  margin: 0 auto;
  opacity: 0.9;
  padding: 2rem 0 0 0;
  width: 61.4rem;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_mainDirective.scss */
.quick-deposit-main .deposit-approved-wrapper .deposit-approved-inner-wrapper {
  margin-top: auto;
  overflow-y: auto;
  max-height: auto;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_mainDirective.scss */
.quick-deposit-main .go-to-full-cashier {
  margin: 0 22rem 0 26.3rem;
  border-top: 1px solid #d9d9d9;
  padding-top: 2rem;
  bottom: 6rem;
  position: relative;
  font-size: 1.3rem;
  color: #9b9b9b;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_mainDirective.scss */
.quick-deposit-main .go-to-full-cashier .go-to-full-cashier-link {
  color: dimgray;
  font-weight: 600;
  cursor: pointer;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_mainDirective.scss */
.quick-deposit-main .go-to-full-cashier .go-to-full-cashier-link:hover {
  text-decoration: underline;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositApprovedDirective.scss */
.quick-deposit-main .deposit-approved-wrapper {
  background-color: white;
  opacity: initial;
  padding: 2.2rem 2.2rem 0 2.2rem;
  width: 57rem;
  height: 57.4rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area {
  background-color: white;
  position: relative;
  width: 61.4rem;
  height: 59.6rem;
  margin: 0 auto;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form {
  padding: 2.2rem 2.2rem 0 2.2rem;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form .deposit-layout-section.show-counter {
  width: inherit;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form .deposit-bottom-section {
  bottom: -3rem;
  position: relative;
  margin: 2rem 0 0 7.3rem;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form .deposit-bottom-section .button-wrap {
  margin-top: 0;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form .deposit-bottom-section .security_label_cell {
  display: table-cell;
  vertical-align: middle;
  width: 70rem;
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form .deposit-bottom-section .securit-label-wrap {
  padding-right: 1.5rem;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form .deposit-bottom-section .securit-label-wrap .icons-icon_security_locker {
  height: 4rem;
  width: 3rem;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAeCAYAAADZ7LXbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCOUIxNjcyRTEyNzExRTU4OEEyOEU0M0JFNjIyMjNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCOUIxNjczRTEyNzExRTU4OEEyOEU0M0JFNjIyMjNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEI5QjE2NzBFMTI3MTFFNTg4QTI4RTQzQkU2MjIyM0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEI5QjE2NzFFMTI3MTFFNTg4QTI4RTQzQkU2MjIyM0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5XV9lrAAABqklEQVR42tSWzUrDQBSF0yqFropUGxARNUqXIm7r1n0X+gBacCO4ULAgPoKI4DNI0b2IuuxaUBH8SapGqoi66EbRivEMnIEgTTMxieDAx53/w71zZ5KE4zha3KXTsqxQGxiG4Tsnqf1BURFJgRI4APegSSvaJUQi5bdBwjTNduOjYAeMtJlzBaYQtuPfeFIAVQo8gDIYA720ZfaL8So8KgT1JAMugA72wTRoeMzbBpPgEeThUUPVk2UKnIGih4DG/iLn6VynFC7RN8v6Cnj1SWExvsrmDMKWVBEZBjluvqeYpbucr3O9r0iO1gbvihdSzLv7sV4pu5oB79yH57PiqveDHpEhbKfBuN/OrmcpTZtH3xvsEzy03Sk8DzYifma+wAKENqXIM8jyHD6jeHgZmReIdMtwZWknKBTqFUa4hMCt3DdoeDrAAG2kr7AsQ+ASXNMOxiGySCEpuBSHSKvsiVxkDdywLux6HCI1UGG9wnbs4Qp0aYKULXAEzuMUOSWhPBGf064gG3j8t2VaidSY+ycRH4ftPvg5UI9YoC4/49KTQ9D3r39TvwUYAHvmbrZFYRSCAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  float: left;
  margin-top: -0.07rem;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form .deposit-bottom-section .securit-label-wrap .security-label {
  color: #9c9c9c;
  font-size: 1.1rem;
  padding-left: 2.5rem;
  line-height: 1.47rem;
  max-width: 69%;
}

/* line 51, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form .deposit-bottom-section .securit-label-wrap .security-label a {
  text-decoration: underline;
}

/* line 58, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_depositAreaDirective.scss */
.quick-deposit-main .deposit-area form .button-wrap button {
  margin-right: 0;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header {
  display: block;
  width: 61.4rem;
  height: 8.7rem;
  margin: 0 auto;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .brand-logo {
  float: left;
  display: block;
  width: 8.8rem;
  height: 8.7rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .brand-logo-inner-container {
  background-size: 70%;
  width: 100%;
  height: 100%;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .login-data-container {
  float: right;
  display: block;
  width: 51rem;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .login-data-container > .title {
  float: left;
  margin: 2rem 0 0 auto;
  font-size: 2.5rem;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .login-data-container .question-mark {
  display: none;
  float: left;
  margin: 2rem 0 0 0.7rem;
  font-size: 2.5rem;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .login-data-container .header-user-settings {
  border-left: 0;
  margin: 2rem 0 0 0;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .login-data-container .login-security-logo-image {
  margin: 1rem 0 0 7px;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .login-data-container .balance {
  margin: 2rem 0 0 7px;
}

/* line 51, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .login-data-container .balance .title {
  font-size: 1.2rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_headerDirective.scss */
.quick-deposit-main header .login-data-container .vip-indication {
  float: right;
  margin: 2rem 0 0 7px;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_popups.scss */
.quick-deposit-main .quick-deposit-popups .reverseWithdrawalPage.popup .withdrawalReverseSelect .withdrawalReverseButtonsWrapper {
  max-height: 12rem;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_popups.scss */
.quick-deposit-main .quick-deposit-popups .dialog-popup-amanda.open {
  opacity: 0;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_popups.scss */
.quick-deposit-main .quick-deposit-popups .dialog-popup-content-wrapper-standard.open:after,
.quick-deposit-main .quick-deposit-popups .dialog-popup-content-wrapper-small.open:after,
.quick-deposit-main .quick-deposit-popups .dialog-popup-content-wrapper-large.open:after {
  border-width: 0;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_popups.scss */
.quick-deposit-main .quick-deposit-popups .deposit-not-approved, .quick-deposit-main .quick-deposit-popups .deposit-not-approved-upper-content {
  background-color: #ffffff;
  margin-bottom: 1rem;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/quickDeposit/_popups.scss */
.quick-deposit-main .quick-deposit-popups .transaction-decline-deposit-reference-number {
  font-weight: bold;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page {
  margin-top: -7rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .amanda-help-wrapper {
  top: 4.2rem;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .withdrawal-amount-available {
  color: #9c9c9c;
  width: 65rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
  font-size: 1.2rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .withdrawal-amount-available .withdrawal-tooltip-description {
  font-size: 1.1rem;
  font-weight: normal;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .withdrawal-amount-available .icon-question {
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 0.2rem;
  left: 0.1rem;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .withdrawal-amount-available .icon-question .input-tooltip-hotspot {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .withdrawal-amount-available .icon-question .input-tooltip-help {
  left: -15.9rem;
  top: 2.3rem;
  bottom: auto;
  width: 30rem;
  z-index: 100;
  cursor: default;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .withdrawal-amount-available .icon-question .input-tooltip-help:after {
  left: 47%;
  -webkit-transform: rotate(90deg);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  top: -1.6rem;
  border-width: 0.9rem;
}

/* line 50, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .withdrawal-amount-available .icon-question .input-tooltip-help:before {
  left: 47%;
  -webkit-transform: rotate(90deg);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  top: -1.8rem;
  border-width: 0.9rem;
}

/* line 57, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .withdrawal-amount-available .icon-question .input-tooltip-help a {
  cursor: pointer;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .border-separator {
  margin: 1.2rem 5.8rem 0.2rem 7.3rem;
}

/* line 69, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .currency-select-dropdown .dropdown-select {
  max-height: 5.9rem;
}

/* line 74, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .active-mft-container {
  min-height: 11.6rem;
}

/* line 78, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .active-mft-container .withdrawal-wire-transfer-wrapper .terms-container {
  left: 0.1rem;
  top: 0.8rem;
}

/* line 87, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .withdrawal-credit-select-element-wrapper .custom-select-wrapper .dropdown-values-list {
  max-height: 13.2rem;
}

/* line 93, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .bottom-container {
  right: 7.3rem;
  width: 68.2rem;
  bottom: 2.9rem;
}

/* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .bottom-container .withdrawal-mft-disclaimer {
  float: left;
  color: #9c9c9c;
  font-size: 1.1rem;
  line-height: 1.4rem;
  width: 50rem;
  padding-top: 0.5rem;
}

/* line 107, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .bottom-container .withdrawal-mft-disclaimer .show-manual-mft-allocation-explanation {
  display: inline;
}

/* line 112, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .bottom-container .button-wrap {
  float: right;
  margin-top: 0;
}

/* line 116, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .bottom-container .button-wrap button {
  margin-right: 0;
}

/* line 122, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-page .credit-card-input {
  direction: ltr;
  text-align: right;
}

/* line 129, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input {
  position: relative;
}

/* line 132, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .withdraw-title {
  position: static;
  top: 0;
}

/* line 137, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .custom-amount-input {
  margin-left: 0;
  margin-bottom: 1.1rem;
}

/* line 141, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .custom-amount-input .custom-amount-input-currency {
  top: 5.2rem;
}

/* line 146, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input > div {
  position: relative;
}

/* line 150, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .label {
  color: #b5b5b5;
  font-size: 1.1rem;
  position: absolute;
  top: -1.5rem;
  cursor: pointer;
}

/* line 157, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .label.error {
  background-color: #ffffff;
  width: 100%;
  top: -1.8rem;
}

/* line 162, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .label.error .input-tooltip-error {
  bottom: 1.9em;
}

/* line 166, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .label.error .icons-icon_attention_small {
  right: 0;
  position: relative;
  top: 0.2rem;
}

/* line 174, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .amount-container {
  float: left;
}

/* line 177, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .amount-container .tooltip-label {
  left: 0;
  background-color: #ffffff;
  position: absolute;
  top: -1.5rem;
  width: 100%;
}

/* line 186, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .input-tooltip-help {
  float: left;
  left: 1.25rem;
  padding: 0.6rem 1rem 0.5rem 1rem;
  width: 45rem;
  bottom: 0;
  top: -0.5rem;
  z-index: 1;
}

/* line 196, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .input-tooltip-help > i,
.withdrawal-amount-input .input-tooltip-help > span {
  color: #9c9c9c;
  display: table-cell;
  vertical-align: middle;
}

/* line 202, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .input-tooltip-help:after {
  top: 32%;
  border-bottom-width: 0.7rem;
}

/* line 207, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .input-tooltip-help:before {
  top: 27%;
  border-bottom-width: 0.9rem;
}

/* line 212, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-input .input-tooltip-help .icon-no-bonus {
  background-position-x: left;
  width: 2.5rem;
  background-position-y: 0;
  background-repeat: no-repeat;
}

/* line 222, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-layout-section h2 {
  padding: 2rem 0 1.7rem 0;
}

/* line 226, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-layout-section.show-counter {
  padding-left: 7.3rem;
  width: auto;
}

/* line 232, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-mft-select-wrapper {
  width: 25rem;
  margin-bottom: 1.5rem;
  direction: ltr;
}

/* line 237, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-mft-select-wrapper .custom-select-wrapper {
  width: 100%;
}

/* line 240, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-mft-select-wrapper .withdrawMftTab {
  z-index: 2;
}

/* line 249, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-wrapper {
  margin-right: 5.8rem;
  position: relative;
}

/* line 255, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-wrapper .withdrawal-fee-limit-wrapper .open-withdrawal-limits-wrapper .processing-fee-text {
  color: #9b9b9b;
}

/* line 263, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-section.show-counter {
  margin-left: 7.3rem;
}

/* line 269, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-title h2, .withdrawal-layout-section h2 {
  position: relative;
  display: inline-block;
}

/* line 273, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.withdrawal-amount-title h2 .counter, .withdrawal-layout-section h2 .counter {
  left: -7rem;
  position: absolute;
  top: 0.2rem;
}

/* line 281, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.icon-no-bonus {
  display: inline-block;
  width: 1.4rem;
  height: 2rem;
}

/* line 287, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.terms-container {
  text-align: left;
  position: relative;
  top: 1rem;
}

/* line 292, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawal.scss */
.terms-container input {
  margin: 0 0.3rem 0 0;
  display: inline-block;
  background: none;
  padding: 0;
  top: 0.2rem;
  position: relative;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved {
  background-color: #e1e1e1;
  height: 100%;
  line-height: 1.5rem;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-upper-content {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  background-color: #f8f8f8;
  display: table;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-lower-content {
  background-color: #e1e1e1;
  padding: 0 4rem;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-icon-wrapper {
  padding: 1.5rem 0 1.1rem 0;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-icon-wrapper .withdrawal-not-approved-amanda-icon {
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0px 0px 2px #000000;
  -moz-box-shadow: 0px 0px 2px #000000;
  box-shadow: 0px 0px 2px #000000;
  background-color: #ffffff;
  background-position: -0.3rem -0.2rem;
  background-size: 7.9rem;
  background-repeat: no-repeat;
  height: 7.5rem;
  width: 7.5rem;
  margin: 0 auto;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-header-title {
  text-align: center;
  font-weight: 700;
  margin-top: -20px;
  margin-bottom: -7px;
}

/* line 41, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-header-content {
  display: table;
  padding: 0 4rem;
}

/* line 45, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-header-content > div {
  text-align: left;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-header-content .boarded-spacer {
  width: 1px;
  height: 100%;
  padding: 0 1rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-desc-text {
  padding-bottom: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

/* line 61, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-desc-text .red-color {
  color: #df0221;
}

/* line 66, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-amount-exceed {
  padding: 0 4rem 1.1rem 4rem;
  max-height: 15rem;
  overflow-y: auto;
}

/* line 72, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .withdrawal-not-approved-amount-exceed .amount-exceed-desc-text > span {
  padding: 1rem 0 1rem 0;
  display: block;
  line-height: 1.3rem;
}

/* line 80, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
.withdrawal-not-approved .transaction-decline-withdrawal-reference-number {
  padding: 1.4rem 4rem 0 4rem;
}

/* line 86, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_withdrawalNotApproved.scss */
#specificDeclineView > div > div > div > span.alternativeImageHeight {
  height: 7rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/bankTransferACH/_withdrawBankTransferACH.scss */
.withdraw-bank-transfer-ach-wrapper .select-element-wrapper {
  margin-right: 1.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/bankTransferACH/_withdrawBankTransferACH.scss */
.withdraw-bank-transfer-ach-wrapper .select-element-wrapper .label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/bankTransferACH/_withdrawBankTransferACH.scss */
.withdraw-bank-transfer-ach-wrapper .select-element-wrapper .label .add-new {
  cursor: pointer;
  color: #101014;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/bankTransferACH/_withdrawBankTransferACH.scss */
.withdraw-bank-transfer-ach-wrapper span.account-type {
  display: block;
  font-size: 1.1rem;
  color: #9c9c9c;
  margin-bottom: 0.4rem;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/bankTransferACH/_withdrawBankTransferACH.scss */
.withdraw-bank-transfer-ach-wrapper .description {
  color: #9c9c9c;
  padding-bottom: 2rem;
  display: block;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/bankTransferACH/_withdrawBankTransferACH.scss */
.withdraw-bank-transfer-ach-wrapper .custom-select-wrapper {
  width: 18.5rem;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/bankTransferACH/_withdrawBankTransferACH.scss */
.withdraw-bank-transfer-ach-wrapper .custom-select-wrapper .dropdown-values-list {
  max-height: 8.1rem;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/bankTransferACH/_withdrawBankTransferACH.scss */
.withdraw-bank-transfer-ach-wrapper .account-type .custom-select-wrapper {
  width: 12rem;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/bankTransferACH/_withdrawBankTransferACH.scss */
.withdraw-bank-transfer-ach-wrapper .terms-and-conditions-directive {
  margin-top: 1.6rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/creditCard/_withdrawCreditCard.scss */
.withdrawal-credit-select-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/creditCard/_withdrawCreditCard.scss */
.withdrawal-credit-select-element-wrapper .label, .withdrawal-credit-select-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/neteller/_withdrawNeteller.scss */
.withdrawal-neteller-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/neteller/_withdrawNeteller.scss */
.withdrawal-neteller-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/neteller/_withdrawNeteller.scss */
.withdrawal-neteller-element-wrapper .account-dropdown {
  direction: ltr;
  /* we don't use the mixin here on purpose as this should always be LTR */
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/neteller/_withdrawNeteller.scss */
.withdrawal-neteller-element-wrapper .label, .withdrawal-neteller-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/muchBetter/_withdrawMuchBetter.scss */
.withdrawal-much-better-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/muchBetter/_withdrawMuchBetter.scss */
.withdrawal-much-better-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/muchBetter/_withdrawMuchBetter.scss */
.withdrawal-much-better-element-wrapper .account-dropdown {
  direction: ltr;
  /* we don't use the mixin here on purpose as this should always be LTR */
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/muchBetter/_withdrawMuchBetter.scss */
.withdrawal-much-better-element-wrapper .label, .withdrawal-much-better-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/ecoPayz/_withdrawEcoPayz.scss */
.withdrawal-eco-payz-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/ecoPayz/_withdrawEcoPayz.scss */
.withdrawal-eco-payz-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/ecoPayz/_withdrawEcoPayz.scss */
.withdrawal-eco-payz-element-wrapper .account-dropdown {
  direction: ltr;
  /* we don't use the mixin here on purpose as this should always be LTR */
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/ecoPayz/_withdrawEcoPayz.scss */
.withdrawal-eco-payz-element-wrapper .label, .withdrawal-eco-payz-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/webMoney/_withdrawWebMoney.scss */
.withdrawal-webmoney-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/webMoney/_withdrawWebMoney.scss */
.withdrawal-webmoney-wrapper .purse-message {
  color: #9c9c9c;
  padding-top: 1rem;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/webMoney/_withdrawWebMoney.scss */
.withdrawal-webmoney-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/webMoney/_withdrawWebMoney.scss */
.withdrawal-webmoney-element-wrapper .label, .withdrawal-webmoney-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/webMoney/_withdrawWebMoney.scss */
.withdrawal-webmoney-element-wrapper .custom-select-wrapper {
  min-width: 15.1rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/qiwi/_withdrawQiwi.scss */
.withdrawal-qiwi-wallet-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/qiwi/_withdrawQiwi.scss */
.withdrawal-qiwi-wallet-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/qiwi/_withdrawQiwi.scss */
.withdrawal-qiwi-wallet-element-wrapper .account-dropdown {
  direction: ltr;
  /* we don't use the mixin here on purpose as this should always be LTR */
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/qiwi/_withdrawQiwi.scss */
.withdrawal-qiwi-wallet-element-wrapper .label, .withdrawal-qiwi-wallet-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/proFee/_proFee.scss */
.withdrawal-pro-fee-wrapper .label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/proFee/_proFee.scss */
.withdrawal-pro-fee-wrapper
.withdrawal-profee-mobile-phone-element-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .big-tooltip {
  width: 23rem !important;
  left: -17.5rem;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .input-tooltip-help.above-input:before {
  left: 66%;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .input-tooltip-help.above-input:after {
  left: 67%;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .currency-select-dropdown-wrapper .label {
  margin-bottom: 0.2rem !important;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .currency-select-dropdown-wrapper .currency-select-dropdown {
  width: auto;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .branchNumberAgencia .icons-icon_attention_small .input-tooltip-error-box {
  max-width: 10rem;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .bankAddress input {
  width: 20rem;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .iBANAccountNo input {
  width: 27rem;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .currency-dropdown-hide {
  margin-top: 1rem;
  width: auto;
  display: inline-block;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .withdrawal-wire-transfer-section:first-child .withdrawal-wire-transfer-element-wrapper {
  margin-bottom: 0.6rem;
}

/* line 57, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .withdrawal-wire-transfer-section .icon {
  height: 1.3rem;
  width: 1.3rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin-top: 0.6rem;
}

/* line 67, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-wrapper .withdrawal-wire-transfer-section .wire-note {
  float: left;
  color: #9c9c9c;
  font-size: 1.1rem;
  line-height: 1.4rem;
  width: 50rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}

/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper {
  margin-right: 0.5rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 85, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .label, .withdrawal-wire-transfer-element-wrapper label {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 89, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .label > span, .withdrawal-wire-transfer-element-wrapper label > span {
  color: #9c9c9c;
}

/* line 94, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper input {
  padding: 0.8rem 1rem 0.8rem 0.9rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.3rem;
  width: 14rem;
}

/* line 101, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .withdrawal-wire-transfer-disabled-input {
  padding: 1.1rem 1rem 1rem 0.9rem;
  border-radius: 0.3rem;
  min-width: 14rem;
  max-width: 55rem;
  background-color: #f3f3f3;
}

/* line 109, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .withdrawal-wire-transfer-disabled-input.email {
  width: 31rem;
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .error-wire-transfer-bank {
  margin-left: -5.6rem;
}

/* line 117, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .error-wire-transfer {
  margin-left: -1.6rem;
}

/* line 121, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .error-wire-transfer-iban {
  margin-left: -1.2rem;
}

/* line 125, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .wire {
  right: -2.9rem;
  top: 0;
}

/* line 130, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper ul {
  max-height: 13rem;
}

/* line 136, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.bank-type ul,
.withdrawal-wire-transfer-element-wrapper.document-type ul {
  max-height: 8rem;
}

/* line 143, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .tooltip-label .input-label.error {
  margin: 0 0 0.3rem 0;
}

/* line 150, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper .invalid .custom-select-wrapper {
  border: 1px solid #df0221;
  outline: 0;
}

/* line 156, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.wire-iban-account-wrapper {
  margin-top: 0.3rem;
}

/* line 161, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.zip-code input {
  width: 8rem;
}

/* line 166, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.dd-container {
  width: 20rem;
  height: 4.9rem;
}

/* line 170, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.dd-container .custom-select-wrapper {
  width: 100%;
  position: absolute;
  top: 1.3rem;
  left: 0;
}

/* line 177, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.dd-container .custom-select-wrapper .custom-select-text span {
  max-width: 15.8rem;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/* line 190, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.bank-name .tooltip-label .input-tooltip-error-box.above-input {
  min-width: 6rem;
  max-width: 11rem;
  white-space: normal !important;
}

/* line 200, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.swift-code-wrapper .input-tooltip-help.above-input {
  width: 16rem;
}

/* line 204, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.swift-code-wrapper .big-tooltip {
  width: 23rem !important;
  left: -17.5rem;
}

/* line 209, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.swift-code-wrapper .input-tooltip-help.above-input:before {
  left: 66%;
}

/* line 213, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.swift-code-wrapper .input-tooltip-help.above-input:after {
  left: 67%;
}

/* line 219, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.bankAddress .input-tooltip-help.above-input {
  width: 14rem;
}

/* line 223, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.bankAddress .input-tooltip-help.above-input:before {
  left: 54%;
}

/* line 227, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.bankAddress .input-tooltip-help.above-input:after {
  left: 55%;
}

/* line 233, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.preferred-currencies .input-tooltip-help.above-input {
  left: -17.8rem;
}

/* line 237, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.preferred-currencies .input-tooltip-help.above-input:before {
  left: 78%;
}

/* line 241, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper.preferred-currencies .input-tooltip-help.above-input:after {
  left: 79%;
}

/* line 247, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-element-wrapper div .states-dropdown {
  direction: ltr;
}

/* line 253, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-terms {
  text-align: left;
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  color: #9c9c9c;
}

/* line 260, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-terms input {
  display: inline;
  background: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}

/* line 269, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-terms input[type="checkbox"] {
  display: none;
}

/* line 273, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-terms input[type="checkbox"] + label span.passCheck {
  margin: -0.4rem 0.8rem 0rem 0rem;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #9c9c9c;
  border-radius: 0.3rem;
  vertical-align: middle;
  float: none;
  cursor: pointer;
}

/* line 285, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-terms input[type="checkbox"] + label i {
  left: 0;
  display: none;
  position: absolute;
  top: -0.2rem;
}

/* line 292, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-terms input[type="checkbox"]:checked + label i {
  display: block;
  cursor: pointer;
}

/* line 297, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/wireTransfer/_withdrawWireTransfer.scss */
.withdrawal-wire-transfer-terms label {
  float: none;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/genericEmail/_withdrawGenericEmail.scss */
.withdrawal-generic-email-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/genericEmail/_withdrawGenericEmail.scss */
.withdrawal-generic-email-element-wrapper .label, .withdrawal-generic-email-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper .withdrawal-cashcage-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 11, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper .withdrawal-cashcage-element-wrapper .custom-select-wrapper {
  min-width: 25.1rem;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper .withdrawal-cashcage-element-wrapper .invalid .custom-select-wrapper {
  border: 1px solid #df0221;
}

/* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper .withdrawal-cashcage-more-info-wrapper {
  font-size: 1.1rem !important;
  line-height: 1.2rem;
  padding-top: 2.5rem;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper .withdrawal-cashcage-more-info-wrapper .cashcage-more-info {
  padding-bottom: 0.5rem;
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper .withdrawal-cashcage-more-info-wrapper ol {
  list-style: decimal;
  margin-left: 1.22rem;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper .withdrawal-cashcage-more-info-wrapper li {
  display: list-item;
  padding-bottom: 0.7rem;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper .label, .withdrawal-cashcage-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 49, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/cashCage/_withdrawCashCage.scss */
.withdrawal-cashcage-wrapper .custom-select-wrapper .dropdown-values-list {
  max-height: 20.5rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2.2rem;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-element-wrapper .label, .withdrawal-entropay-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-note {
  font-size: 1.2rem;
  margin-top: -2rem;
  color: #9c9c9c;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-note .withdrawal-entropay-note-title {
  margin-bottom: 1.1rem;
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-note ul {
  list-style: initial;
  margin-left: 1.6rem;
  list-style-type: disc;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-note li {
  padding-left: 1rem;
  color: #8d8d8d;
  margin-bottom: 0.5rem;
  display: list-item;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-note li span {
  color: #9c9c9c;
  margin-left: -0.4rem;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms {
  text-align: left;
  position: relative;
  margin-bottom: 2rem;
}

/* line 48, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms .TCTooltip {
  display: inline-block;
}

/* line 51, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms .TCTooltip .error i {
  display: inline-block;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms input {
  display: inline;
  background: none;
  margin: 0;
  padding: 0;
}

/* line 63, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms input[type="checkbox"] {
  display: none;
}

/* line 67, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms input[type="checkbox"] + label span.passCheck {
  margin: -0.2rem 0.8rem 0rem 0rem;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #9c9c9c;
  border-radius: 0.3rem;
  vertical-align: middle;
  float: none;
  cursor: pointer;
}

/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms input[type="checkbox"] + label i {
  right: auto;
  display: none;
  position: static;
  top: auto;
  width: 1.1rem;
  height: 1.4rem;
}

/* line 87, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms input[type="checkbox"] + label i.icon-checked {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 94, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms input[type="checkbox"]:checked + label i {
  display: block;
  cursor: pointer;
}

/* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms label {
  float: none;
  position: relative;
}

/* line 105, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms.error .input-label.error {
  margin: 0 0 0.3rem 0;
  position: static;
  float: none;
}

/* line 111, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms.error span, .withdrawal-entropay-terms.error a {
  color: #df0221;
}

/* line 115, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/entropay/_entropay-withdraw.scss */
.withdrawal-entropay-terms.error input[type="checkbox"] + label span.passCheck {
  border-color: #df0221;
}

/* ==========================================================================
   Mixins & Functions (All Platforms):
   ========================================================================== */
/* ======
   MIXINS
   ====== */
/* =========
   FUNCTIONS
   ========= */
/* line 3, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper {
  width: 75.5rem;
  display: block;
  color: #9c9c9c;
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .content-container {
  width: 40rem;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .text {
  font-size: 1.4rem;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .withdrawal-approved-inner-wrapper {
  margin-top: -6.8rem;
  /* icons size */
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .withdrawal-approved-inner-wrapper .icons-icon_reverse_empty,
.withdrawal-approved-wrapper .withdrawal-approved-inner-wrapper .icons-icon_reverse_checked {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  background-position-x: left;
  background-position-y: 0;
  background-repeat: no-repeat;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .withdrawal-approved-inner-wrapper .withdrawOkButton {
  position: relative;
  left: 19rem;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .withdrawal-approved-inner-wrapper .button-wrap.clearfix > button {
  width: 20rem;
}

/* line 37, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .withdrawal-approved-inner-wrapper .withdrawal-approved-fast-track-member {
  font-size: 1.4rem;
  margin-top: 1.3rem;
  line-height: 1.8rem;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .withdrawal-approved-inner-wrapper .withdrawProcessingDays {
  width: 40rem;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper > div {
  margin-left: 0.5rem;
  line-height: 1.6rem;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper > div.animated-box {
  margin-left: 0rem;
}

/* line 61, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .icons-icon_verfiy_id {
  vertical-align: text-top;
  margin-right: 0.5rem;
}

/* line 66, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .border-separator {
  margin-bottom: 0rem;
  margin-right: 7.3rem;
  margin-left: 0;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-span {
  width: 2.2rem;
}

/* line 76, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-title {
  display: table;
  width: 100%;
  margin-left: -0.5rem;
  margin-bottom: 0.2rem;
}

/* line 82, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-title > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 87, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-title .icons-icon_check, .withdrawal-approved-title .icons-icon_timer, .withdrawal-approved-title .icons-black-spaceship {
  width: 4.1rem;
  height: 3.6rem;
  background-repeat: no-repeat;
}

/* line 94, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-title-text {
  color: #101014;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  padding-left: 0.5rem;
}

/* line 101, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-title-text > span {
  display: block;
}

/* line 104, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-title-text > span.withdrawal-approved-title-text-verify {
  font-size: 1.3rem;
  font-weight: normal;
}

/* line 111, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.animated-box {
  background: #f8f8f8;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

/* line 116, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.animated-box > div {
  margin-bottom: 1.5rem;
}

/* line 119, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.animated-box > div.animated-box-title {
  color: #66CC00;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}

/* line 128, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.animated-box.open {
  max-height: 20rem;
  -webkit-transition: max-height 3s;
  -moz-transition: max-height 3s;
  transition: max-height 3s;
  border: 1px solid #dddddd;
}

/* line 137, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.animated-box .withdrawal-wire-transfer-verify-button button {
  font-size: 1.2rem;
}

/* line 143, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-secondary-title {
  color: #66CC00;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

/* line 149, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-loader {
  z-index: 1020;
  opacity: .7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff url("data:image/gif;base64,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") no-repeat center;
}

/* line 159, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4.9rem;
  margin-top: -49px;
  display: block;
}

/* line 169, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container {
  margin-right: 1.5rem;
  position: relative;
}

/* line 173, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section {
  padding-left: 1.3rem;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  margin-top: 1.3rem;
}

/* line 179, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .icons-icon_info {
  display: table-cell;
  width: 3rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 15%;
}

/* line 188, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content {
  display: table-cell;
  padding: 1rem;
}

/* line 192, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .title {
  font-size: 1.4rem;
  font-weight: bold;
  color: red;
}

/* line 198, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .message {
  display: inline-block;
  font-size: 1.3rem;
  padding-top: 0.5rem;
  color: black;
}

/* line 207, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .verification-completed ul {
  padding: 1.5rem 2.5rem;
  list-style: disc;
  line-height: 2rem;
  font-size: 1.2rem;
  color: black;
}

/* line 214, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .verification-completed ul li {
  display: list-item;
}

/* line 220, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .email-verification-area {
  position: relative;
  margin-top: 2rem;
}

/* line 224, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .email-verification-area .input-group {
  width: 25rem;
  height: 5.5rem;
  float: left;
}

/* line 229, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .email-verification-area .input-group .label {
  display: table-cell;
  padding-bottom: 0.5rem;
  color: black;
}

/* line 235, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .email-verification-area .input-group .read-only-section {
  color: black;
  font-size: 1.3rem;
  cursor: pointer;
}

/* line 241, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .email-verification-area .input-group .editable-email-recipient {
  display: inline-block;
  color: black;
}

/* line 247, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .email-verification-area .button-wrap {
  float: right;
  white-space: nowrap;
  margin: 0;
}

/* line 252, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .email-verification-section .content .email-verification-area .button-wrap button {
  margin: 2px 0 0 0;
  padding: 1rem;
  font-size: 1.4rem;
}

/* line 262, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .tooltip-label {
  position: absolute;
  left: 0;
  width: 2rem;
}

/* line 268, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container .editable-email-wrapper {
  float: left;
  display: block;
}

/* line 273, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-call-to-action-container a {
  float: left;
  margin: 0.7rem 0 0 0;
}

/* line 279, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary {
  margin-top: 0;
}

/* line 282, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary .unit-verification-note {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

/* line 286, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary .unit-verification-note .image {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  background-repeat: no-repeat;
}

/* line 293, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary .unit-verification-note .note {
  display: inline-block;
  max-width: 60rem;
  padding-left: 1rem;
}

/* line 300, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary * {
  -khtml-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

/* line 308, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary * ::selection {
  color: #0000ff;
}

/* line 314, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary-item {
  border-right: 1px solid #9c9c9c;
  margin-right: 1rem;
  display: inline-block;
  color: #9c9c9c;
  padding-right: 2.5rem;
  line-height: 2.3rem;
}

/* line 322, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary-item.last-child {
  border: none;
  width: auto;
}

/* line 328, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary-item .withdrawal-approved-summary-info-title {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

/* line 333, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary-item .withdrawal-approved-summary-info-value {
  font-size: 1.6rem;
}

/* line 338, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-summary-info {
  margin-bottom: 1.5rem;
}

/* line 342, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-help-text {
  margin-top: 1rem;
}

/* line 347, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-wire-charge-explanation .withdrawal-wire-recipient-email {
  color: #9c9c9c;
}

/* line 350, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-wire-charge-explanation .withdrawal-wire-recipient-email:disabled {
  border-color: transparent;
  background: transparent;
}

/* line 358, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-verification {
  max-width: 71rem;
  padding: 1.2rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(137, 151, 154, 0.35);
  margin-top: 1.5rem;
}

/* line 366, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-verification .icons-icon_18plus,
.withdrawal-approved-verification .icons-icon_info {
  padding-left: 5rem;
  padding-bottom: 0.5rem;
  background-size: 4rem;
  background-position-x: left;
  background-position-y: 0;
  background-repeat: no-repeat;
}

/* line 375, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-verification .withdrawal-approved-verification-header {
  display: block;
  color: #ff0000;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}

/* line 383, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-verification .withdrawal-approved-verification-content {
  display: block;
  font-size: 1.3rem;
}

/* line 388, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-verification .button-wrap {
  margin-top: 2rem;
}

/* line 391, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-verification .button-wrap button {
  padding: 1rem 2rem 1rem 2rem;
  margin-right: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

/* line 400, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.fastCO-withdrawal {
  margin-top: 1.3rem;
}

/* line 404, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation {
  overflow: auto;
  max-height: 35rem;
  height: auto;
  width: 75rem;
}

/* line 410, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.message-banner-visible .withdrawal-sms-confirmation {
  height: 28rem;
}

/* line 414, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton {
  float: left;
  margin-left: 1rem;
  position: relative;
  margin-bottom: 0.9rem;
  text-align: center;
  padding: 0.7rem;
  height: 10.2rem;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  width: 52%;
}

/* line 428, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton:first-child,
.withdrawal-sms-confirmation .withdrawalSmsButton:nth-child(5n+1) {
  margin-left: 0rem;
}

/* line 432, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton .withdrawalSmsButtonImage {
  left: 0.5rem;
  width: 1.7rem;
  height: 1.7rem;
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
}

/* line 440, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton .withdrawalSmsButtonImage .icons-icon_reverse_checked {
  display: none;
}

/* line 445, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton .withdrawalButtonSms {
  color: #101014;
  font-weight: bold;
  font-size: 1.3rem;
  padding-left: 2.5rem;
  text-align: left;
}

/* line 453, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton .withdrawalReverseButtonPhone {
  color: #101014;
  font-size: 1.5rem;
  line-height: 1.4rem;
  font-weight: bold;
  padding-top: 3rem;
  padding-left: 1rem;
}

/* line 461, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton .withdrawalReverseButtonPhone .link {
  font-size: 1.4rem;
  text-decoration: underline;
}

/* line 467, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton.selected {
  padding: 0.6rem;
  border: 2px solid #a0cd0e;
}

/* line 472, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton.selected .withdrawalSmsButtonImage .icons-icon_reverse_checked {
  display: inline-block;
}

/* line 476, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton.selected .withdrawalSmsButtonImage .icons-icon_reverse_empty {
  display: none;
}

/* line 481, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton.selected .withdrawalButtonSms {
  color: #a0cd0e;
}

/* line 486, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-sms-confirmation .withdrawalSmsButton.disabled {
  background-color: #fff;
  padding: 0.6rem;
  border: 2px dashed #c9d1d6;
  cursor: default;
}

/* line 497, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.button-ok button {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  padding: 1.3rem 3rem 1.3rem 3rem;
  cursor: pointer;
  border: none;
  border-bottom: 0.3rem solid;
  font-size: 1.8rem;
  background-color: #FFE400;
  border-bottom-color: #808080;
  color: #000000;
  margin-bottom: 2rem;
  margin-top: 5rem;
}

/* line 515, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.withdrawal-approved-wrapper .fast-border-separator {
  margin-bottom: 0rem;
  margin-left: 0;
  clear: both;
  border-bottom: 1px solid #d9d9d9;
}

/* line 522, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.confirmation-number {
  text-align: right;
}

/* line 526, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/_approvedWithdraw.scss */
.button-ok-regular {
  left: 30rem;
  position: absolute;
  bottom: 26%;
  width: 13rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .title {
  color: #9c9c9c;
  font-size: 1.2rem;
}

/* line 7, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .select-element-wrapper {
  margin-right: 1.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .select-element-wrapper .input-label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .identification-wrapper {
  margin-right: 1.4rem;
  display: inline-block;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .state {
  display: block;
  font-size: 1.1rem;
  color: #9c9c9c;
  margin-bottom: 0.4rem;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .custom-select-wrapper {
  width: 12rem;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .custom-select-wrapper .dropdown-values-list {
  max-height: 8.1rem;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .new-account {
  cursor: pointer;
  font-size: 1.1rem;
  text-decoration: underline;
}

/* line 46, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .existing-account {
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  text-decoration: underline;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .list-of-accounts-wrapper {
  width: 30rem;
}

/* line 57, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .list-of-accounts-wrapper .title {
  display: inline-block;
  font-size: 1.1rem;
  color: #9c9c9c;
  margin-bottom: 0.4rem;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .list-of-accounts-wrapper .combo {
  width: 100%;
}

/* line 69, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .new-accounts-wrapper {
  height: 5.1rem;
  margin-top: 1.5rem;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .new-accounts-wrapper .registration-fields-wrapper {
  display: inline-block;
}

/* line 76, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/globalPaymentsAch/_globalPaymentsAch.scss */
.withdrawal-global-payments-ach-details-wrapper .new-accounts-wrapper .registration-fields-wrapper .tooltip-container {
  width: 17rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/interacETransfer/_withdrawInteracETransfer.scss */
.withdrawal-wire-transfer-disabled-input {
  padding: 1.1rem 1rem 1rem 0.9rem;
  border-radius: 0.3rem;
  min-width: 14rem;
  max-width: 55rem;
  background-color: #f3f3f3;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/interacETransfer/_withdrawInteracETransfer.scss */
.interac-trademark-note {
  color: #9c9c9c;
  font-size: 1.1rem;
  line-height: 1.4rem;
  width: 50rem;
  padding-top: 0.5rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/zimpler/_withdrawZimpler.scss */
.withdrawal-zimpler-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/zimpler/_withdrawZimpler.scss */
.withdrawal-zimpler-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: none;
  vertical-align: top;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/zimpler/_withdrawZimpler.scss */
.withdrawal-zimpler-element-wrapper .account-dropdown {
  direction: ltr;
  /* we don't use the mixin here on purpose as this should always be LTR */
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/zimpler/_withdrawZimpler.scss */
.withdrawal-zimpler-element-wrapper .label, .withdrawal-zimpler-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/zimpler/_withdrawZimpler.scss */
.zimpler-note {
  color: #9c9c9c;
  font-size: 1.3rem;
  line-height: 1.4rem;
  width: 50rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  background-color: #f3f3f3;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pay4Fun/_withdrawPay4Fun.scss */
.withdrawal-pay4fun-wrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pay4Fun/_withdrawPay4Fun.scss */
.withdrawal-pay4fun-element-wrapper {
  margin-right: 1rem;
  position: relative;
  display: none;
  vertical-align: top;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pay4Fun/_withdrawPay4Fun.scss */
.withdrawal-pay4fun-element-wrapper .account-dropdown {
  direction: ltr;
  /* we don't use the mixin here on purpose as this should always be LTR */
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pay4Fun/_withdrawPay4Fun.scss */
.withdrawal-pay4fun-element-wrapper .label, .withdrawal-pay4fun-element-wrapper label {
  color: #9c9c9c;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pay4Fun/_withdrawPay4Fun.scss */
.pay4fun-note {
  font-size: 1.3rem;
  line-height: 1.4rem;
  width: 50rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-wrapper .withdrawal-pix-section:first-child .withdrawal-pix-element-wrapper {
  margin-bottom: 0.6rem;
}

/* line 10, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-wrapper .pixKeysDropdown {
  width: 100%;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-wrapper .pix-key-type {
  width: 25rem;
  margin-bottom: 1rem;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-wrapper .pix-key-type .input-label {
  color: #9c9c9c;
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper {
  margin-right: 0.5rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper .label, .withdrawal-pix-element-wrapper label {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper .label > span, .withdrawal-pix-element-wrapper label > span {
  color: #9c9c9c;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper input {
  padding: 0.8rem 1rem 0.8rem 0.9rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.3rem;
  width: 23rem;
}

/* line 46, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper .error-pix-key {
  margin-left: -1.2rem;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper .tooltip-label .input-label.error {
  margin: 0 0 0.3rem 0;
}

/* line 59, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper .invalid .custom-select-wrapper {
  border: 1px solid #df0221;
  outline: 0;
}

/* line 65, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper.pix-key {
  width: 100%;
}

/* line 70, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper.pix-key .tooltip-label .input-tooltip-error-box.above-input {
  min-width: 6rem;
  max-width: 11rem;
  white-space: normal !important;
}

/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper.terms {
  text-align: left;
}

/* line 83, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper.preferred-currencies {
  margin-top: 1rem;
}

/* line 86, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper.preferred-currencies .input-tooltip-help.above-input {
  left: -17.8rem;
}

/* line 90, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper.preferred-currencies .input-tooltip-help.above-input:before {
  left: 78%;
}

/* line 94, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper.preferred-currencies .input-tooltip-help.above-input:after {
  left: 79%;
}

/* line 100, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/withdraw/directives/pix/_withdrawPIX.scss */
.withdrawal-pix-element-wrapper div .states-dropdown {
  direction: ltr;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage {
  margin-top: -8rem;
  /* reverse withdrawals complete */
  /* reverse withdrawal partial success */
}

/* line 5, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .cbContainer input {
  display: none;
  background: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .cbContainer label {
  position: relative;
  display: inline-block;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .cbContainer label i {
  left: 0;
  display: none;
  position: absolute;
  top: -0.1rem;
  width: 1.1rem;
  height: 1.4rem;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .cbContainer label .cbFrame {
  margin: 0 0.2rem 0 0;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #9c9c9c;
  border-radius: 0.3rem;
  vertical-align: top;
}

/* line 38, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .cbContainer input[type="checkbox"]:checked + label i {
  display: block;
  cursor: pointer;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .cbContainer .cbText {
  color: #9c9c9c;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  line-height: 1.2rem;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .inline-container {
  display: inline-flex;
}

/* line 58, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .declineReverseWithdrawBRLimitsNote {
  color: red;
  font-weight: bold;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 67, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSpan {
  width: 2.2rem;
}

/* line 71, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect {
  /* icons size */
}

/* line 74, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .icons-icon_reverse_empty,
.reverseWithdrawalPage .withdrawalReverseSelect .icons-icon_reverse_checked {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  background-position-x: left;
  background-position-y: 0;
  background-repeat: no-repeat;
}

/* line 83, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseSelectTitle {
  display: table;
}

/* line 86, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseSelectTitle .icons-icon_set_deposit {
  padding-right: 1rem;
  border-right: 1px solid #bdbdbd;
  display: table-cell;
}

/* line 92, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseSelectTitle .withdrawalReverseTitleText {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 101, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseSecondTitle {
  white-space: normal;
  line-height: 2rem;
  color: #000;
}

/* line 107, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalSelectAllWithdrawals {
  text-align: left;
  position: relative;
  margin-bottom: 1.7rem;
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper {
  overflow: auto;
  max-height: 35rem;
  height: auto;
  width: 74.4rem;
}

/* line 119, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.message-banner-visible .reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper {
  height: 28rem;
}

/* line 123, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton {
  float: left;
  margin-left: 1rem;
  position: relative;
  margin-bottom: 0.9rem;
  text-align: center;
  padding: 0.7rem;
  height: 10.2rem;
  width: 13.8rem;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
}

/* line 137, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton:first-child,
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton:nth-child(5n+1) {
  margin-left: 0rem;
}

/* line 141, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton .withdrawalReverseButtonImage {
  left: 0.5rem;
  width: 1.7rem;
  height: 1.7rem;
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
}

/* line 149, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton .withdrawalReverseButtonImage .icons-icon_reverse_checked {
  display: none;
}

/* line 154, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton .withdrawalReverseButtonSum {
  color: #101014;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0.6rem 0 0.5rem 0;
}

/* line 162, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton .withdrawalReverseButtonDate,
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton .withdrawalReverseButtonConfirmation {
  color: #9c9c9c;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

/* line 168, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton .withdrawalReverseButtonDate {
  height: 2.8rem;
  margin-bottom: 0.2rem;
}

/* line 173, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton .withdrawalReverseButtonConfirmation {
  font-style: italic;
}

/* line 177, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton.selected {
  background-color: #f6fae9;
  padding: 0.6rem;
  border: 2px solid #a0cd0e;
}

/* line 183, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton.selected .withdrawalReverseButtonImage .icons-icon_reverse_checked {
  display: inline-block;
}

/* line 187, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton.selected .withdrawalReverseButtonImage .icons-icon_reverse_empty {
  display: none;
}

/* line 193, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton.selectedSecondaryColor {
  background-color: #EBEDEF;
  padding: 0.6rem;
  border: 2px solid #047C4C;
}

/* line 199, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton.selectedSecondaryColor .withdrawalReverseButtonImage .icons-icon_reverse_checked {
  display: inline-block;
}

/* line 203, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton.selectedSecondaryColor .withdrawalReverseButtonImage .icons-icon_reverse_empty {
  display: none;
}

/* line 209, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton.disabled {
  background-color: #fff;
  padding: 0.6rem;
  border: 2px dashed #c9d1d6;
  cursor: default;
}

/* line 218, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelect .withdrawal-reverse-text-container {
  overflow: auto;
  max-height: 35rem;
  height: auto;
  width: 74.4rem;
  line-height: 2rem;
  padding: 2rem 0;
  font-size: 1.6rem;
  color: black;
}

/* line 231, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseSecondTitle {
  white-space: normal;
  line-height: 2rem;
  color: #000;
}

/* line 238, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .withdrawalEditWithdrawals {
  height: 3rem;
}

/* line 241, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .withdrawalEditWithdrawals .editButton {
  padding-left: 1.7rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAASFBMVEX///+cnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJxBvTEuAAAAGHRSTlMAHNy+FNABsf5DxOs4YtujA9n4K6H0+fChtxJ1AAAAO0lEQVR4Xn3GNwKAQAgEQC7A5Wj6/09tFkunGgLTx9TaXE5trHmhrkVrUO/+KvyV0j60FK6bUXpCEvQFZLQBjIS616oAAAAASUVORK5CYII=") no-repeat 0 0;
  background-position-x: left;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5rem;
}

/* line 250, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .withdrawalEditWithdrawals .editPanel {
  padding-top: 0.1rem;
}

/* line 256, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .caption {
  padding-bottom: 1.2rem;
}

/* line 259, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .caption .title {
  color: #9c9c9c;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  display: inline-block;
  text-align: center;
}

/* line 268, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .caption .date {
  padding-left: 3rem;
  width: 14rem;
}

/* line 273, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .caption .confirmation {
  width: 15.4rem;
}

/* line 277, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .caption .amount {
  width: 14rem;
}

/* line 282, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper {
  width: 74.6rem;
  min-height: 0;
  max-height: 31.2rem;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 290, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid {
  width: auto;
  display: table;
}

/* line 294, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row {
  width: 100%;
  display: table-row;
  color: #9c9c9c;
  font-size: 1.2rem;
  line-height: 1.6rem;
  height: 2.6rem;
}

/* line 302, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .col {
  display: table-cell;
  text-align: center;
  line-height: 1;
}

/* line 308, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .title {
  font-weight: bold;
}

/* line 312, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .isMarked {
  width: 3rem;
  text-align: left;
  position: relative;
}

/* line 317, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .isMarked .defaultIcon {
  width: 1.2rem;
  height: 1.2rem;
  background-position-x: left;
  background-position-y: 0.2rem;
}

/* line 324, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .isMarked .cbContainer {
  width: 100%;
  padding-top: 0.1rem;
}

/* line 328, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .isMarked .cbContainer label {
  cursor: pointer;
}

/* line 333, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .isMarked .cbContainer.selected i {
  display: block;
  cursor: pointer;
}

/* line 341, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .date {
  width: 14rem;
}

/* line 345, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .confirmation {
  width: 16rem;
}

/* line 349, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row .amount {
  width: 14rem;
}

/* line 355, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper .dataGrid .row.error .cbContainer .cbFrame {
  width: 0.7rem;
  height: 0.7rem;
  border: 2px solid #df0221;
}

/* line 366, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .errorMessage {
  padding-left: 1.8rem;
  left: -0.1rem;
  color: #df0221;
  width: auto;
  height: auto;
  visibility: hidden;
  background-position-x: left;
  background-position-y: 0;
  position: relative;
  margin-top: 0.2rem;
}

/* line 378, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .errorMessage.show {
  visibility: visible;
}

/* line 385, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .button-wrap {
  right: 0.9rem;
  position: absolute;
  bottom: 2.9rem;
}

/* line 391, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReverseSelectTable .secondary-button {
  display: none;
}

/* line 396, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageWrapper {
  width: 74.4rem;
  display: table-cell;
  padding-top: 1.2rem;
  position: relative;
  color: #9c9c9c;
}

/* line 403, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageWrapper .border-separator {
  margin-right: 7.3rem;
  margin-left: 0;
  margin-top: 2.2rem;
  margin-bottom: 2.5rem;
}

/* line 410, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageWrapper .button-wrap {
  margin-top: 4.8rem;
}

/* line 413, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageWrapper .button-wrap button {
  margin-right: 0;
  padding: 1rem 6.6rem 1rem 6.6rem;
}

/* line 420, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageTitle {
  display: table;
  width: 100%;
  margin-bottom: 1.5rem;
}

/* line 425, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageTitle > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 430, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageTitle .icons-icon_check {
  width: 3.7rem;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 0;
}

/* line 438, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageTitle .reverse-approved-title {
  padding-left: 0.9rem;
}

/* line 442, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageTitle .reverse-approved-title .upper-text,
.reverseWithdrawalPage .reverseWithdrawalPageTitle .reverse-approved-title .lower-text {
  display: block;
}

/* line 446, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageTitle .reverse-approved-title .upper-text {
  color: #101014;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  padding-bottom: 0.2rem;
}

/* line 454, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageTitle .reverse-approved-title .lower-text {
  font-size: 1.3rem;
  font-weight: normal;
}

/* line 461, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalPageTitleText {
  color: #101014;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
}

/* line 468, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .reverseWithdrawalHelpTitle {
  color: #5d5d5d;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

/* line 474, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReversePartial {
  width: 74.4rem;
  color: #9c9c9c;
}

/* line 479, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReversePartial .withdrawalReversePartialContent > div {
  display: table;
  margin-bottom: 1.8rem;
}

/* line 483, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReversePartial .withdrawalReversePartialContent > div > span {
  display: table-cell;
  vertical-align: middle;
  color: #9b9b9b;
  line-height: 1.5rem;
}

/* line 491, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReversePartial .withdrawalReversePartialContent > div .icons-icon_reverse_success,
.reverseWithdrawalPage .withdrawalReversePartial .withdrawalReversePartialContent > div .icons-icon_reverse_failed {
  vertical-align: middle;
  width: 2.6em;
  height: 2.1rem;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 0;
  background-size: 2.2rem;
}

/* line 501, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReversePartial .withdrawalReversePartialContent > div .bi-app-text-bold {
  cursor: pointer;
}

/* line 504, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReversePartial .withdrawalReversePartialContent > div .bi-app-text-bold:hover {
  text-decoration: underline;
}

/* line 511, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReversePartial .border-separator {
  margin-top: 2.2rem;
  margin-bottom: 2.5rem;
}

/* line 516, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReversePartial .button-wrap {
  margin-top: 4.8rem;
}

/* line 519, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage .withdrawalReversePartial .button-wrap button {
  margin-right: 0;
  padding: 1rem 6.6rem 1rem 6.6rem;
}

/* line 526, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup {
  margin-top: 0;
}

/* line 529, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelect {
  width: 100%;
}

/* line 532, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelect .withdrawalReverseButtonsWrapper {
  width: 100%;
  height: auto;
  max-height: 35rem;
}

/* line 537, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton {
  width: 14.5rem;
}

/* line 540, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton:nth-child(5n+1) {
  margin-left: 1rem;
}

/* line 545, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton:first-child,
.reverseWithdrawalPage.popup .withdrawalReverseSelect .withdrawalReverseButtonsWrapper .withdrawalReverseButton:nth-child(3n+1) {
  margin-left: 0rem;
}

/* line 551, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelect .withdrawal-reverse-text-container {
  width: 100%;
}

/* line 555, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelect .button-wrap {
  margin-top: 0;
}

/* line 563, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .overflow-wrapper {
  width: 100%;
  min-height: 5.2rem;
  max-height: 10.4rem;
  height: auto;
}

/* line 570, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelectTable .withdrawalReverseMainContainer .dataContainer .errorMessage {
  margin-top: 0;
  background-position-x: left;
  background-position-y: 0.2rem;
}

/* line 578, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelectTable .button-wrap {
  right: auto;
  position: static;
  bottom: auto;
}

/* line 584, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReverseSelectTable .secondary-button {
  display: block;
}

/* line 589, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .reverseWithdrawalPageWrapper {
  width: 52rem;
  padding-top: 0;
}

/* line 593, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .reverseWithdrawalPageWrapper .button-wrap {
  width: 100%;
  margin-top: 1.5rem;
}

/* line 599, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReversePartial {
  width: 100%;
  padding-top: 0;
}

/* line 603, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .withdrawalReversePartial .button-wrap {
  width: 100%;
  margin-top: 1.5rem;
}

/* line 609, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .border-separator {
  display: none;
}

/* line 613, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .reverseWithdrawalHelpTitle {
  margin: 2rem 0 1.8rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 620, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .text-wrapper > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 625, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/reverseWithdraw/_reverseWithdrawal.scss */
.reverseWithdrawalPage.popup .text-wrapper .icons-icon_check {
  width: 2.2rem;
  height: 2.1rem;
  background-size: 2.2rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage {
  margin-top: -6.8rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageHeader {
  width: 75rem;
  margin-bottom: 2.3rem;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageHeader .historyTitle {
  color: #101014;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.9rem;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyDatesDropdown {
  width: 20rem;
}

/* line 20, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables {
  width: 75rem;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs {
  margin-bottom: 2rem;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs ul {
  display: table;
  width: 100%;
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li {
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(2%, #f7f7f7), color-stop(97%, #f2f2f2), color-stop(98%, #e8e8e8), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 2%, #f2f2f2 97%, #e8e8e8 98%, #dbdbdb 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dbdbdb' ,GradientType=0)";
  /* IE6-9 */
  text-align: center;
  border-left: none;
  display: table-cell;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  height: 3.9rem;
  border: 1px solid #bdbdbd;
  width: 100%;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li:first-child {
  border-left: 1px solid #bdbdbd;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li:first-child.selected {
  border-left: 1px solid #ffffff;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li:last-child.selected {
  border-right: 1px solid #ffffff;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li.selected {
  background: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li.selected span {
  color: #101014;
}

/* line 65, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li.col-2 {
  width: 50%;
}

/* line 69, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li.col-3 {
  width: 33.33%;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li.col-4 {
  width: 25%;
}

/* line 77, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li .selectedTab {
  position: absolute;
  top: 0;
  height: 0.3rem;
  width: 100%;
}

/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li span {
  color: #9c9c9c;
  font-size: 1.5rem;
}

/* line 90, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyPageTables .historyPageTabs li + li {
  border-left: 0 none;
}

/* line 96, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerTitles {
  margin-bottom: 1rem;
}

/* line 100, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerTitles li > span {
  color: #9c9c9c;
  font-size: 1.1rem;
}

/* line 107, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent {
  overflow-y: auto;
  overflow-x: hidden;
  height: 36.3rem;
  position: relative;
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul {
  cursor: pointer;
  border-bottom: 1px solid #ededed;
}

/* line 117, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul:hover {
  background: #efefef;
}

/* line 121, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li {
  height: 5.8rem;
  vertical-align: bottom;
}

/* line 125, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li span {
  font-size: 1.3rem;
  color: #9c9c9c;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

/* line 137, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.depositAmount span,
.historyPage .historyTableInnerContent ul > li.withdrawalAmount span,
.historyPage .historyTableInnerContent ul > li.transferAmount span {
  font-weight: bold;
}

/* line 145, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.depositStatus,
.historyPage .historyTableInnerContent ul > li.withdrawalStatus,
.historyPage .historyTableInnerContent ul > li.withdrawalAutomatic,
.historyPage .historyTableInnerContent ul > li.transferStatus {
  text-align: left;
}

/* line 148, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.depositStatus .status-icon,
.historyPage .historyTableInnerContent ul > li.withdrawalStatus .status-icon,
.historyPage .historyTableInnerContent ul > li.withdrawalAutomatic .status-icon,
.historyPage .historyTableInnerContent ul > li.transferStatus .status-icon {
  margin-left: 0.5rem;
  width: 2.2rem;
  height: 2.1rem;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 156, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.depositStatus .status-icon.icons-icon_in_process,
.historyPage .historyTableInnerContent ul > li.withdrawalStatus .status-icon.icons-icon_in_process,
.historyPage .historyTableInnerContent ul > li.withdrawalAutomatic .status-icon.icons-icon_in_process,
.historyPage .historyTableInnerContent ul > li.transferStatus .status-icon.icons-icon_in_process {
  background-size: 2.1rem;
}

/* line 162, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.inline-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 168, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.declineReverseWithdrawBRLimitsNote {
  color: red;
  font-weight: bold;
  font-size: 1.1rem;
}

/* line 177, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.depositMethod span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 183, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.depositMethod .mft-logo {
  background-position-x: left;
  left: -2.6rem;
  -webkit-transform: scale(0.7);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: scale(0.7);
  /* IE 9 */
  transform: scale(0.7);
  width: 100%;
  height: 100%;
  background-position-y: center;
  background-repeat: no-repeat;
  top: 0;
}

/* line 197, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.redeposit .tooltip-wrapper .input-tooltip-help {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
  left: auto;
  right: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  bottom: auto;
  width: 31rem;
  height: 100%;
}

/* line 208, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.redeposit .tooltip-wrapper .input-tooltip-help-on-exceeded_limits {
  /* -webkit-transform: translate(-100%, 0); */
  -ms-transform: translate(-100%, 0);
  transform: translate(40%, -55%);
  padding: 0.5rem 1.1rem 0.6rem 1.1rem;
  right: 0;
  /* top: 0.3rem; */
  bottom: auto;
  position: absolute;
  width: 30rem;
}

/* line 222, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.redeposit .button-wrap {
  text-align: right;
  padding-left: 1.5rem;
  margin-top: 1.4rem;
}

/* line 227, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableInnerContent ul > li.redeposit .button-wrap button {
  margin: 0;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  font-size: 1.3rem;
  white-space: nowrap;
}

/* line 240, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit ul {
  width: 100%;
}

/* line 243, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit ul li.rowNumber {
  width: 4.6rem;
  text-align: center;
}

/* line 248, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit ul li.depositMethod {
  width: 15.6rem;
}

/* line 252, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit ul li.depositAmount {
  width: 12rem;
}

/* line 256, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit ul li.depositDate {
  width: 14.1rem;
}

/* line 260, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit ul li.depositStatus {
  width: 6.1rem;
}

/* line 264, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit ul li.redeposit {
  float: right;
  position: relative;
}

/* line 269, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit ul li.depositOpen {
  float: right;
  text-align: right;
  width: 3.3rem;
}

/* line 274, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit ul li.depositOpen i {
  margin: 2.2rem 1rem 0 0;
  color: #9c9c9c;
  width: 1.2rem;
  height: 1.2rem;
}

/* line 283, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit .data-block {
  min-width: 16rem;
}

/* line 286, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableDeposit .data-block.short {
  min-width: 10rem;
}

/* line 293, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul {
  width: 100%;
  display: table;
}

/* line 297, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.rowNumber {
  width: 4.6rem;
  text-align: center;
}

/* line 302, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalAmount {
  width: 15rem;
}

/* line 306, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalDate {
  width: 17.1rem;
}

/* line 310, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalStatus {
  width: 9rem;
}

/* line 314, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalAutomatic {
  width: 9rem;
}

/* line 318, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalOpen {
  float: right;
  text-align: right;
  width: 3.3rem;
}

/* line 323, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalOpen i {
  margin: 2.2rem 1rem 0 0;
  color: #9c9c9c;
  width: 1.2rem;
  height: 1.2rem;
}

/* line 331, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalReverseBtn {
  float: right;
  margin: 0 0.5rem 0 0;
  position: relative;
}

/* line 336, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalReverseBtn .input-tooltip-help {
  -webkit-transform: translate(-100%, 0);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translate(-100%, 0);
  /* IE 9 */
  transform: translate(-100%, 0);
  padding: 0.5rem 1.1rem 0.6rem 1.1rem;
  left: -1.2rem;
  top: 0.3rem;
  bottom: auto;
  position: absolute;
  width: 30rem;
}

/* line 345, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalReverseBtn .input-tooltip-help span {
  -webkit-transform: translateY(0);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translateY(0);
  /* IE 9 */
  transform: translateY(0);
  position: static;
}

/* line 350, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalReverseBtn .input-tooltip-help:before {
  left: 100%;
  border-left-color: #d0d0d0;
  border-right-color: transparent;
  border-width: 0.8rem;
  top: 1.6rem;
}

/* line 358, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalReverseBtn .input-tooltip-help:after {
  left: 100%;
  border-left-color: #fafafa;
  border-right-color: transparent;
  border-width: 0.7rem;
  top: 1.7rem;
}

/* line 367, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal ul li.withdrawalReverseBtn button {
  margin: 1.4rem 0 0 0;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
}

/* line 376, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableWithdrawal .data-block {
  min-width: 10rem;
}

/* line 382, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableTransfer ul {
  width: 100%;
  display: table;
}

/* line 386, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableTransfer ul li.rowNumber {
  width: 4.6rem;
  text-align: center;
}

/* line 391, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableTransfer ul li.transferRecipient {
  width: 18rem;
}

/* line 395, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableTransfer ul li.transferAmount {
  width: 18rem;
}

/* line 399, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableTransfer ul li.transferDate {
  width: 18rem;
}

/* line 403, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableTransfer ul li.transferStatus {
  width: 9.1rem;
}

/* line 407, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableTransfer ul li.transferOpen {
  float: right;
  text-align: right;
  width: 3.3rem;
}

/* line 412, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableTransfer ul li.transferOpen i {
  margin: 2.2rem 1rem 0 0;
  color: #9c9c9c;
  width: 1.2rem;
  height: 1.2rem;
}

/* line 421, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableTransfer .data-block {
  margin-right: 4rem;
}

/* line 426, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent {
  -moz-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  -webkit-transition: max-height 0.5s ease-out;
  -ms-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  background: #f8f8f8;
  color: #9c9c9c;
  max-height: 0;
  overflow: hidden;
}

/* line 433, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent.show-item-content {
  max-height: 300px;
}

/* line 437, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent.show-item-content.money-transfer-item {
  max-height: 140px;
}

/* line 441, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent.noBottomPadding {
  padding-bottom: 0;
}

/* line 445, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .table-content-inner-padding {
  padding: 1.7rem 0 0.6rem 4.6rem;
  -webkit-box-shadow: -0.1rem 0.1rem 0.5rem #ededed inset;
  -moz-box-shadow: -0.1rem 0.1rem 0.5rem #ededed inset;
  box-shadow: -0.1rem 0.1rem 0.5rem #ededed inset;
  border-bottom: 1px solid #ededed;
}

/* line 451, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .showContentTitle {
  font-size: 1.2rem;
  margin-bottom: 1.7rem;
  font-weight: bold;
}

/* line 457, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .data-block {
  margin-bottom: 1.1rem;
  display: inline-block;
  vertical-align: top;
}

/* line 462, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .data-block.paymentInformationWrapper {
  margin-right: 0;
  width: 75%;
}

/* line 466, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .data-block.paymentInformationWrapper > div {
  margin-right: 2.9rem;
  display: inline-block;
  margin-bottom: 1.4rem;
}

/* line 473, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .data-block .block-title {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

/* line 478, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .data-block .block-content {
  font-size: 1.2rem;
  color: #000000;
}

/* line 482, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .data-block .block-content.additional-info {
  padding-top: 0.5rem;
}

/* line 490, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentInformation.withdrawal,
.historyPage .historyTableRowInnerContent .paymentMethodInformation.withdrawal {
  margin-top: 1.4rem;
}

/* line 493, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentInformation.withdrawal > div,
.historyPage .historyTableRowInnerContent .paymentMethodInformation.withdrawal > div {
  display: inline-block;
}

/* line 496, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentInformation.withdrawal > div > div,
.historyPage .historyTableRowInnerContent .paymentMethodInformation.withdrawal > div > div {
  display: block;
  margin-bottom: 1.4rem;
}

/* line 500, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentInformation.withdrawal > div > div:last-child,
.historyPage .historyTableRowInnerContent .paymentMethodInformation.withdrawal > div > div:last-child {
  margin-bottom: 0;
}

/* line 504, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentInformation.withdrawal > div > div > div,
.historyPage .historyTableRowInnerContent .paymentMethodInformation.withdrawal > div > div > div {
  margin-right: 2.9rem;
  display: inline-block;
}

/* line 512, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentInformation .exchange-rate-text-wrapper,
.historyPage .historyTableRowInnerContent .paymentMethodInformation .exchange-rate-text-wrapper {
  float: left;
}

/* line 517, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation {
  border-top: 1px dashed #d0d0d0;
  width: 68.4rem;
  padding-top: 1.4rem;
}

/* line 522, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation .paymentInfoTitle {
  line-height: 1.6rem;
}

/* line 527, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation .paymentMethodWrapper > div {
  margin-bottom: 1rem;
}

/* line 531, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation .paymentMethodWrapper .methodInfoSmall {
  display: inline-block;
}

/* line 535, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation .paymentMethodWrapper .paymentMethodContent {
  padding: 1rem 1rem 1rem 0.9rem;
  border-radius: 0.3rem;
  background-color: #e2e2e2;
}

/* line 541, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation .paymentMethodWrapper .paymentMethodContent.paymentNumber > span {
  margin-right: 1rem;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

/* line 547, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation .paymentMethodWrapper .paymentMethodContent.paymentNumber > span:last-child {
  margin-right: 0;
}

/* line 551, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation .paymentMethodWrapper .paymentMethodContent.paymentNumber > span.paymentNumberHidden {
  color: #9c9c9c;
  font-size: 1.1rem;
}

/* line 560, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation .chargeInfoWrapper {
  margin-right: 0;
  vertical-align: top;
  margin-top: 1.6rem;
  width: 28.9rem;
}

/* line 561, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paymentMethodInformation .chargeInfoWrapper > div {
  margin-bottom: 1rem;
}

/* line 573, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .mftInformation .section-title, .historyPage .historyTableRowInnerContent .paidWithdrawals .section-title {
  width: 93%;
  font-size: 1.2rem;
  margin-bottom: 1.7rem;
  padding-bottom: 0.6rem;
  font-weight: bold;
  border-bottom: 1px solid #bdbdbd;
}

/* line 583, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals {
  padding-bottom: 1.7rem;
}

/* line 586, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals ul {
  border-bottom: 0 none;
  cursor: default;
}

/* line 590, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals ul:hover {
  background-color: transparent;
}

/* line 596, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals > ul li {
  height: 1.75rem;
  cursor: default;
}

/* line 600, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals > ul li span {
  font-size: 1.1rem;
}

/* line 606, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals .content-item {
  padding-top: 0.5rem;
}

/* line 610, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals .content-item > ul li {
  height: auto;
  vertical-align: top;
}

/* line 614, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals .content-item > ul li span {
  color: #000000;
  position: static;
  top: 0;
  transform: translateY(0);
  line-height: 1.7rem;
}

/* line 625, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals .rowNumber {
  text-align: left;
  width: 3.5rem;
}

/* line 630, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals .paymentDate {
  width: 13rem;
}

/* line 634, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals .paymentTo {
  width: 9rem;
}

/* line 638, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals .paymentMftUnitId {
  width: 20rem;
}

/* line 642, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals .paymentAmount {
  width: 10rem;
}

/* line 646, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .historyTableRowInnerContent .paidWithdrawals .paymentPaidAmount {
  width: 11rem;
}

/* line 652, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .no-data-available {
  width: 20rem;
  margin: 0 auto;
  padding-top: 7rem;
  display: none;
}

/* line 658, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .no-data-available.show {
  display: block;
}

/* line 662, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .no-data-available span {
  display: block;
}

/* line 666, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .no-data-available .icon {
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
}

/* line 672, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/history/_history.scss */
.historyPage .no-data-available .text {
  text-align: center;
  padding-top: 2.2rem;
  font-size: 1.6rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage {
  margin-top: -8rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .buttonSmallFont {
  font-size: 1.2rem !important;
  max-width: 33rem;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusButton {
  margin-top: 1rem;
}

/* line 13, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusButtonBottom {
  margin-top: 0.5rem;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusButtonBottom.button-wrap button {
  min-height: 3.9rem;
  padding: 1rem 2rem 1rem 2rem;
}

/* line 24, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect {
  /* icons size */
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .icons-icon_reverse_empty,
.superSizeBonusPage .superSizeBonusSelect .icons-icon_reverse_checked {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  background-position-x: left;
  background-position-y: 0;
  background-repeat: no-repeat;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectTitle {
  display: table;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectTitle .icons-icon_set_deposit {
  padding-right: 1rem;
  border-right: 1px solid #bdbdbd;
  display: table-cell;
}

/* line 45, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectTitle .superSizeBonusTitleText {
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 54, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSecondTitle {
  white-space: normal;
  line-height: 2rem;
}

/* line 59, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectAllBonuses {
  text-align: left;
  position: relative;
  margin-bottom: 1.7rem;
}

/* line 64, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectAllBonuses input {
  display: inline;
  background: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}

/* line 73, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectAllBonuses label {
  float: none;
}

/* line 77, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectAllBonuses input[type="checkbox"] {
  display: none;
}

/* line 81, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectAllBonuses input[type="checkbox"] + label span.selectCheck {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.2rem;
  border: 1px solid #9c9c9c;
  border-radius: 0.3rem;
  vertical-align: middle;
  float: none;
  cursor: pointer;
}

/* line 93, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectAllBonuses input[type="checkbox"]:checked + label i {
  display: block;
  cursor: pointer;
}

/* line 98, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectAllBonuses input[type="checkbox"] + label i {
  left: 0;
  display: none;
  position: absolute;
  top: -0.1rem;
}

/* line 105, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusSelectAllBonuses .selectCheckText {
  color: #9c9c9c;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper {
  overflow: auto;
  height: 35rem;
  width: 74.4rem;
}

/* line 118, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton {
  float: left;
  margin-left: 1rem;
  position: relative;
  margin-bottom: 0.9rem;
  text-align: center;
  padding: 0.7rem;
  width: 13.8rem;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
}

/* line 131, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton:first-child,
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton:nth-child(5n+1) {
  margin-left: 0rem;
}

/* line 135, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusButtonImage {
  left: 0.5rem;
  width: 1.7rem;
  height: 1.7rem;
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
}

/* line 143, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusButtonImage .icons-icon_reverse_checked {
  display: none;
}

/* line 148, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox {
  margin-top: 0.3rem;
}

/* line 151, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusAdditionalAmountText {
  color: #101014;
  font-size: 1.3rem;
  margin: 0.6rem 0 0.5rem 0;
}

/* line 156, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusAdditionalAmountText span > span {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  color: #000000;
}

/* line 168, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusAdditionalAmountText,
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusType,
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusDescription,
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBox {
  color: #9c9c9c;
  font-size: 1.3rem;
  line-height: 1.4rem;
}

/* line 174, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusLineBreak {
  width: 25%;
  border-top: 1px solid #c7c7c7;
  margin: 1rem auto;
}

/* line 180, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusDescription {
  font-weight: bold;
  min-height: 4.4rem;
}

/* line 185, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusAmount {
  height: 1.8rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: black;
}

/* line 193, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusWagerText {
  color: #9c9c9c;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

/* line 199, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusType {
  margin-top: 1rem;
  font-size: 1.6rem;
}

/* line 204, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusImage {
  left: 5rem;
  width: 5.1rem;
  height: 5.1rem;
  overflow: hidden;
  position: relative;
  top: -0.5rem;
  margin-top: 10px;
}

/* line 213, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusImage .smallImage {
  position: absolute;
  bottom: 0;
  left: 1rem;
  background-size: 2.6rem 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  background-position-x: left;
  background-position-y: 0;
}

/* line 225, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusImage .mediumImage {
  position: absolute;
  bottom: 0;
  left: 0.6rem;
  background-size: 3.6rem 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  background-position-x: left;
  background-position-y: 0;
}

/* line 237, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusImage .largeImage {
  position: absolute;
  bottom: 0rem;
  left: 0;
  background-size: 4.6rem 4.6rem;
  width: 4.6rem;
  height: 4.6rem;
  display: inline-block;
  background-position-x: left;
  background-position-y: 0;
}

/* line 250, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .superSizeBonusBox .superSizeBonusBonusImageLongText {
  position: absolute;
  bottom: 1rem;
  top: auto;
}

/* line 257, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton.selected {
  background-color: #f6fae9;
  border: 2px solid #a0cd0e;
  padding: 0.6rem;
}

/* line 263, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton.selected .superSizeBonusButtonImage .icons-icon_reverse_checked {
  display: inline-block;
}

/* line 267, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton.selected .superSizeBonusButtonImage .icons-icon_reverse_empty {
  display: none;
}

/* line 273, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .offer-tag {
  left: 0;
  width: 100%;
  height: 2.2rem;
  position: absolute;
  top: -0.6rem;
  text-align: center;
}

/* line 281, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .offer-tag .ribbon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIYAAAAWCAYAAAAFH+TSAAACZklEQVRoge2Zv2sTYRiAn6+p1UTooFhQwUEkFdwc6o+Ci1NdKt0c6mpdBH8M/gM6F5c4GQSpgy6BQkHFDoodBCtCC1EUIko00EBC26TJ5V6Hu2CaXJpemjQxvg98y917x3u8z933ft+BoijKdjHVB+KRoFfcXiAaPmOutD0jpe28n5elZNq+NH5v4ztsrvnw9RwAfdu4zwHgBaBS9AipjH3qyMG+N/FIMFwvppEYx4F3wIWWZqZ0lNUc2LYcA97GI8ERr5itxBgBFoBhg8eco/zTuPU8BLwGxqrP1xPjsoF5A0MqRO/ivvD7DcSAycpzNWIYuGHgORACMObvUHoDQ01N9xh4bOB2ZcwmPrsdavkiY+DENadTlQ8haWfCyu5gTq+PAnFgBeDLwyDiVjbsrkpqxBCprb1xLVExeoNqMSprXq71dparyn+IiqF44leMQluyUHYNq0QeaNgS+BLDKpFoOiOlK1jLSQqwaSCHLzHyG7zaSVJK50kkZREoAqWt4nyJ8TNlP2p0Q6V7EcGOxqxZYB1Hjrr4EuPkRP5jOiNPdpKc0jmWvtpz0zPWMpCllWIApan7hVvZNVloOjulI/xakU8XpzYeAGkcMayt4v2KIc9eljLjNwsTP37LU5HG3a3SWUSQ5W/23Nmr+buptCSBFJCjQfPpa+ezgn5gcPrOwPmx0cDk0SFzLrSPw8bQ3/QTKC2jZJNfXZdUIimL0Zg1604faRwpar4WXjufzYoBEACCwKA7QsAAumnWDQjOkrSI02hm3ZHDY/HQajHK1wdwhChLof9huwPBkaDoDos604eXGH8AAB3SKLPFfqEAAAAASUVORK5CYII=") no-repeat;
}

/* line 286, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .offer-tag .tag-content {
  width: auto;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}

/* line 293, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .offer-tag .fold {
  width: 19px;
  height: 100%;
  overflow: hidden;
}

/* line 299, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .offer-tag .left-fold {
  float: left;
  background-position: left -0.2rem;
}

/* line 304, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .offer-tag .offer-text {
  padding: 0.5rem 0 0.5rem 0.2rem;
  display: inline-block;
  line-height: 0.9rem;
  background-color: #FFCE0A;
  vertical-align: top;
}

/* line 311, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .offer-tag .offer-text span {
  font-weight: bold;
  font-size: 1.1rem;
}

/* line 317, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton .offer-tag .right-fold {
  float: right;
  background-position: right -0.2rem;
}

/* line 324, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .superSizeBonusButtonsWrapper .long-text {
  height: 29rem;
}

/* line 330, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage .superSizeBonusSelect .second-title h2 {
  padding: 0;
  margin-top: 0.625rem;
}

/* line 337, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup {
  margin-top: 0;
}

/* line 340, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect {
  width: 100%;
}

/* line 343, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusButtonsWrapper {
  width: 100%;
  height: auto;
}

/* line 347, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton {
  width: 16.2rem;
}

/* line 350, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton:nth-child(5n+1) {
  margin-left: 1rem;
}

/* line 355, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton:first-child,
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusButtonsWrapper .superSizeBonusButton:nth-child(3n+1) {
  margin-left: 0rem;
}

/* line 361, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusFooter {
  margin-top: 1.0rem;
}

/* line 364, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusFooter .deposit-amount-converter {
  position: inherit;
}

/* line 368, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusFooter .superSizeBonusTotalAmount {
  margin-top: 0.2rem;
  font-size: 1.6rem;
  font-weight: bold;
}

/* line 377, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusFooter .superSizeBonusBonusPolicy {
  font-size: 80%;
}

/* line 380, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusFooter .superSizeBonusBonusPolicy .superSizeBonusLink {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  text-decoration: underline;
}

/* line 386, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusFooter .superSizeBonusBonusPolicy ul {
  list-style: disc;
}

/* line 389, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusFooter .superSizeBonusBonusPolicy ul li {
  display: list-item;
}

/* line 395, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusSelect .superSizeBonusFooter .superSizeBonusDepositPaymentDescr p {
  color: inherit;
}

/* line 401, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusPageWrapper {
  width: 52rem;
  padding-top: 0;
}

/* line 405, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusPageWrapper .button-wrap {
  width: 100%;
  margin-top: 1.5rem;
}

/* line 411, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusPartial {
  width: 100%;
  padding-top: 0;
}

/* line 415, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusPartial .button-wrap {
  width: 100%;
  margin-top: 1.5rem;
}

/* line 423, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .superSizeBonusHelpTitle,
.superSizeBonusPage.popup .superSizeBonusHelpText,
.superSizeBonusPage.popup .border-separator {
  display: none;
}

/* line 428, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .text-wrapper > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 433, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.superSizeBonusPage.popup .text-wrapper .icons-icon_check {
  width: 2.2rem;
  height: 2.1rem;
  background-size: 2.2rem;
}

/* line 442, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/superSizeBonus/_superSizeBonus.scss */
.floatLeft {
  float: left;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page {
  margin-top: -7rem;
  width: 75rem;
  min-height: 37rem;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page h2 {
  font-size: 1.8rem;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .brands-top-row .recipient-brand {
  cursor: pointer;
  border-top: 0.1rem solid #d9d9d9;
  border-bottom: 0.1rem solid #d9d9d9;
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .brands-top-row .recipient-brand:first-child {
  border-left: 0.1rem solid #d9d9d9;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .brands-bottom-row {
  float: left;
}

/* line 26, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .brands-bottom-row .recipient-brand {
  cursor: pointer;
  border-bottom: 0.1rem solid #d9d9d9;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .brands-bottom-row .recipient-brand:first-child {
  border-left: 0.1rem solid #d9d9d9;
}

/* line 36, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .brands-mock-row {
  float: left;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .brands-mock-row .recipientBrand {
  border-bottom: 0.1rem solid #d9d9d9;
}

/* line 44, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .recipient-brand {
  display: table-cell;
  background-color: #f8f8f8;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 12.3rem;
  height: 6.3rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-right: 0.1rem solid #d9d9d9;
}

/* line 57, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .recipient-brand.selected {
  background: #ffffff;
}

/* line 61, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .recipient-brand > span {
  display: inline-block;
}

/* line 65, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .recipient-brand .selected {
  position: absolute;
  top: 0;
  height: 0.7rem;
  width: 100%;
}

/* line 71, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .recipient-brand .selected.brandColor_MbeId_8 {
  background: #f85c02;
}

/* line 75, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .recipient-brand .selected.brandColor_MbeId_1 {
  background: #0077fe;
}

/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .recipient-brand .selected.brandColor_MbeId_0 {
  background: #66CC00;
}

/* line 85, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .brand-logo-common {
  width: 5.2rem;
  height: 4.1rem;
  background-size: 5.2rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.5rem;
}

/* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .label,
.money-transfer-page .recipient-personal-wrapper .label,
.money-transfer-page .recipient-user-wrapper .label,
.money-transfer-page .transfer-amount-wrapper .label {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

/* line 105, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .input-label.error,
.money-transfer-page .recipient-personal-wrapper .input-label.error,
.money-transfer-page .recipient-user-wrapper .input-label.error,
.money-transfer-page .transfer-amount-wrapper .input-label.error {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

/* line 110, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .input-label i,
.money-transfer-page .recipient-personal-wrapper .input-label i,
.money-transfer-page .recipient-user-wrapper .input-label i,
.money-transfer-page .transfer-amount-wrapper .input-label i {
  margin-top: -0.2rem;
}

/* line 115, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .input-tooltip-error-box,
.money-transfer-page .recipient-personal-wrapper .input-tooltip-error-box,
.money-transfer-page .recipient-user-wrapper .input-tooltip-error-box,
.money-transfer-page .transfer-amount-wrapper .input-tooltip-error-box {
  margin-left: -5.6rem;
}

/* line 118, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-brand-wrapper .input-tooltip-error-box.above-input,
.money-transfer-page .recipient-personal-wrapper .input-tooltip-error-box.above-input,
.money-transfer-page .recipient-user-wrapper .input-tooltip-error-box.above-input,
.money-transfer-page .transfer-amount-wrapper .input-tooltip-error-box.above-input {
  bottom: 2.4rem;
}

/* line 124, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper {
  margin-top: 3rem;
}

/* line 127, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms {
  text-align: left;
  font-size: 1.3rem;
  color: #5d5d5d;
}

/* line 132, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms > div {
  position: relative;
  margin-bottom: 1.2rem;
  height: 1.3rem;
}

/* line 139, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms .terms-and-conditions-tooltip,
.money-transfer-page .recipient-user-wrapper .recipient-user-terms .major-recipient-tooltip {
  display: inline-block;
}

/* line 142, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms .terms-and-conditions-tooltip .error i,
.money-transfer-page .recipient-user-wrapper .recipient-user-terms .major-recipient-tooltip .error i {
  display: inline-block;
}

/* line 147, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms input {
  display: inline;
  background: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}

/* line 156, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms input[type="checkbox"] {
  display: none;
}

/* line 160, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms input[type="checkbox"] + label span.passCheck {
  margin: -0.3rem 0.3rem 0rem 0rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #5d5d5d;
  border-radius: 0.3rem;
  vertical-align: middle;
  float: none;
  cursor: pointer;
}

/* line 172, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms input[type="checkbox"] + label i {
  right: auto;
  display: none;
  position: static;
  top: auto;
  width: 1.6rem;
  height: 1.4rem;
}

/* line 180, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms input[type="checkbox"] + label i.icon-checked {
  position: absolute;
  background-position: center;
  left: 0;
}

/* line 187, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms input[type="checkbox"]:checked + label i {
  display: block;
  cursor: pointer;
}

/* line 192, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms label {
  float: none;
  position: relative;
}

/* line 198, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms > .error .input-label.error {
  margin: 0 0 0.3rem 0;
  position: static;
  float: none;
}

/* line 204, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms > .error span, .money-transfer-page .recipient-user-wrapper .recipient-user-terms > .error a {
  color: #df0221;
}

/* line 208, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-user-terms > .error input[type="checkbox"] + label span.passCheck {
  border-color: #df0221;
}

/* line 214, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-user-wrapper .recipient-username-input {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.8rem 1rem 0.8rem 0.9rem;
  margin: 0 0 3.5rem 0rem;
  display: inline-block;
  border: 1px solid #bdbdbd;
  font-size: 1.3rem;
  width: 27.4rem;
  top: 0.1rem;
  min-height: 1.6rem;
}

/* line 228, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .custom-amount-input-wrapper {
  margin-left: 0;
}

/* line 231, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .custom-amount-input-wrapper .custom-amount-input {
  margin-bottom: 1rem;
}

/* line 235, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .custom-amount-input-wrapper .tooltip-label {
  top: -1.8rem;
}

/* line 240, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-available {
  margin: 3rem 0 2.7rem 0;
  color: #5d5d5d;
  font-size: 1.3rem;
}

/* line 245, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-available .available-amount-text {
  float: left;
}

/* line 249, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-available i {
  float: left;
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}

/* line 255, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-available .icon-question {
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 0.1rem;
  left: 0.2rem;
}

/* line 262, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-available .icon-question .input-tooltip-hotspot {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
}

/* line 270, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-available .icon-question .input-tooltip-help {
  left: -15.9rem;
  top: 2.3rem;
  bottom: auto;
  width: 30rem;
  z-index: 100;
  cursor: default;
}

/* line 278, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-available .icon-question .input-tooltip-help:after {
  left: 47%;
  -webkit-transform: rotate(90deg);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  top: -1.6rem;
  border-width: 0.9rem;
}

/* line 285, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-available .icon-question .input-tooltip-help:before {
  left: 47%;
  -webkit-transform: rotate(90deg);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  top: -1.8rem;
  border-width: 0.9rem;
}

/* line 292, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-available .icon-question .input-tooltip-help a {
  cursor: pointer;
}

/* line 299, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-input-wrapper {
  position: relative;
  display: inline-block;
}

/* line 303, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-input-wrapper .input-tooltip-help {
  left: 100%;
  margin-left: 1.4rem;
  padding: 0.6rem 1rem 0.7rem 1rem;
  top: 0.7rem;
  bottom: auto;
  width: 40rem;
  height: auto;
}

/* line 312, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-input-wrapper .input-tooltip-help:after {
  top: 1.7rem;
  border-bottom-width: 0.7rem;
}

/* line 317, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-input-wrapper .input-tooltip-help:before {
  top: 1.5rem;
  border-bottom-width: 0.9rem;
}

/* line 322, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-input-wrapper .input-tooltip-help a {
  cursor: pointer;
}

/* line 326, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-input-wrapper .input-tooltip-help .icon-no-bonus {
  float: left;
  margin-right: 0.6rem;
  width: 1.8rem;
  height: 1.9rem;
}

/* line 333, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .transfer-amount-wrapper .amount-input-wrapper .input-tooltip-help span {
  padding-left: 2.4rem;
  display: block;
}

/* line 342, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-personal-wrapper .label {
  margin-bottom: 0.7rem;
}

/* line 349, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-personal-wrapper .selected-brand-wrapper .selected-brand {
  float: left;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin-right: 1rem;
  background-color: #f3f3f3;
  height: 5rem;
  width: 27.5rem;
}

/* line 357, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-personal-wrapper .selected-brand-wrapper .selected-brand .selected-brand-content {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 362, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-personal-wrapper .selected-brand-wrapper .selected-brand .selected-brand-content .selected-brand-logo {
  vertical-align: middle;
  display: table-cell;
  width: 7rem;
  background-size: 4.2rem;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 371, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-personal-wrapper .selected-brand-wrapper .selected-brand .selected-brand-content .selected-brand-address {
  vertical-align: middle;
  display: table-cell;
  color: #6d6d6d;
  line-height: 1.5rem;
}

/* line 380, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-personal-wrapper .selected-brand-wrapper .edit-brand {
  float: left;
  padding-top: 1.8rem;
}

/* line 384, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .recipient-personal-wrapper .selected-brand-wrapper .edit-brand span {
  margin-right: 0.3rem;
}

/* line 391, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .border-separator {
  margin: 2.4rem 0 1.2rem 0;
}

/* line 395, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .button-wrap {
  margin-top: 1.9rem;
}

/* line 399, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .button-wrap.approve {
  width: 75rem;
  position: absolute;
  bottom: 2.9rem;
}

/* line 404, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-page .button-wrap.approve button {
  margin-right: 0;
}

/* line 411, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-extra-details-wrapper input {
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  width: 14rem;
  border: 1px solid #bdbdbd;
  display: block;
}

/* line 419, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.money-transfer-extra-details-wrapper .label {
  color: #b5b5b5;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 426, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.vis-hidden {
  visibility: hidden;
}

/* New Images */
/* line 432, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.brand_logo_8 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAA/CAYAAAChFpVHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5ODkwNzE5OC00NGRjLWE1NDQtOWVhYy0yMGViOTQ2MDhjMGQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjM1RUQ4MEUwQ0YyMTFFNTgyNjRBOThDNDRCNjAwOUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjM1RUQ4MEQwQ0YyMTFFNTgyNjRBOThDNDRCNjAwOUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk2NGIxM2Q1LTY5YjEtZGY0Yi1iNDU1LWJhOGNmMDZjYTA0ZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5ODkwNzE5OC00NGRjLWE1NDQtOWVhYy0yMGViOTQ2MDhjMGQiLz4gPC9y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");
}

/* line 437, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.brand_logo_1 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAA/CAYAAAChFpVHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5ODkwNzE5OC00NGRjLWE1NDQtOWVhYy0yMGViOTQ2MDhjMGQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0Q1ODRBOUUwQ0YxMTFFNTk5NTVGMzE3MDQ3QURCRTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0Q1ODRBOUQwQ0YxMTFFNTk5NTVGMzE3MDQ3QURCRTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk2NGIxM2Q1LTY5YjEtZGY0Yi1iNDU1LWJhOGNmMDZjYTA0ZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5ODkwNzE5OC00NGRjLWE1NDQtOWVhYy0yMGViOTQ2MDhjMGQiLz4gPC9y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");
}

/* line 442, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransfer.scss */
.brand_logo_0 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAA/CAYAAAChFpVHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5ODkwNzE5OC00NGRjLWE1NDQtOWVhYy0yMGViOTQ2MDhjMGQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkMyMDFEMkEwQ0YxMTFFNUIwNDBFNjVENEJDM0JCQTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkMyMDFEMjkwQ0YxMTFFNUIwNDBFNjVENEJDM0JCQTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk2NGIxM2Q1LTY5YjEtZGY0Yi1iNDU1LWJhOGNmMDZjYTA0ZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5ODkwNzE5OC00NGRjLWE1NDQtOWVhYy0yMGViOTQ2MDhjMGQiLz4gPC9y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");
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper {
  width: 75.5rem;
  color: #9c9c9c;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .money-transfer-approved-inner-wrapper {
  margin-top: -6.8rem;
  overflow-y: auto;
  max-height: 50rem;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper > div {
  margin-left: 0.5rem;
  line-height: 1.6rem;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper > div.animated-box {
  margin-left: 0rem;
}

/* line 23, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .icons-icon_verfiy_id {
  vertical-align: text-top;
  margin-right: 0.5rem;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .border-separator {
  margin: 1.2rem 0 0 0;
}

/* line 32, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .approved-money-transfer-call-to-action-loader {
  z-index: 1020;
  background-color: white;
  opacity: .7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 42, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .approved-money-transfer-call-to-action-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4.9rem;
  margin-top: -49px;
  display: block;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .approved-money-transfer-call-to-action-container {
  margin-right: 4.7rem;
  position: relative;
}

/* line 57, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .editing-mail-container {
  padding-top: 1.9rem;
  position: relative;
}

/* line 61, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .editing-mail-container .tooltip-label {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 67, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .editing-mail-container .editable-email-wrapper {
  float: left;
}

/* line 71, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-wrapper .editing-mail-container a {
  float: left;
  margin: 0.7rem 0 0 0.8rem;
}

/* line 78, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-title {
  display: table;
  width: 100%;
  margin-bottom: 0.2rem;
}

/* line 83, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-title > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 89, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-title-text {
  color: #101014;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  padding-left: 0.5rem;
}

/* line 96, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-title-text > span {
  display: block;
}

/* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-title-text > span.money-transfer-approved-title-text-verify {
  font-size: 1.3rem;
  font-weight: normal;
}

/* line 106, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.animated-box {
  background: #f8f8f8;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

/* line 111, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.animated-box > div {
  margin-bottom: 1.5rem;
}

/* line 114, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.animated-box > div.animated-box-title {
  color: #66CC00;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}

/* line 123, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.animated-box.open {
  max-height: 20rem;
  -webkit-transition: max-height 3s;
  -moz-transition: max-height 3s;
  transition: max-height 3s;
  border: 1px solid #dddddd;
}

/* line 132, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.animated-box .money-transfer-wire-transfer-verify-button button {
  font-size: 1.2rem;
}

/* line 138, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.animated-box-approved-money-transfer {
  max-height: 0rem;
  overflow: hidden;
  /* Set our transitions up. */
  -webkit-transition: max-height 1.3s;
  -moz-transition: max-height 1.3s;
  transition: max-height 1.3s;
}

/* line 146, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.animated-box-approved-money-transfer.open-div {
  padding-bottom: 2rem;
  max-height: 21rem;
}

/* line 152, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-secondary-title {
  color: #66CC00;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

/* line 158, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-summary {
  margin-top: 0rem;
}

/* line 162, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-help, .money-transfer-approved-summary, .money-transfer-approved-separator-container {
  margin-right: 4.7rem;
}

/* line 166, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-summary-item {
  border-right: 1px solid #9c9c9c;
  margin-right: 1rem;
  display: inline-block;
  color: #9c9c9c;
  padding-right: 2.5rem;
  line-height: 2.3rem;
}

/* line 175, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-summary-item:last-child {
  border: none;
  width: auto;
}

/* line 181, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-summary-item .money-transfer-approved-summary-info-title {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

/* line 186, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-summary-item .money-transfer-approved-summary-info-value {
  font-size: 1.6rem;
}

/* line 191, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-summary-info {
  margin-bottom: 0.5rem;
}

/* line 201, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-wire-charge-explanation .money-transfer-wire-recipient {
  height: 7rem;
}

/* line 205, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-wire-charge-explanation .money-transfer-wire-recipient-email {
  color: #9c9c9c;
}

/* line 208, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-wire-charge-explanation .money-transfer-wire-recipient-email:disabled {
  border-color: transparent;
  background: transparent;
}

/* line 215, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-claim-waive-bonus {
  padding-left: 1.3rem;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  margin-top: 1.3rem;
}

/* line 221, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-claim-waive-bonus .claim-waive-title {
  color: #66CC00;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
}

/* line 228, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-claim-waive-bonus .claim-waive-content {
  margin-bottom: 1.3rem;
}

/* line 232, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-claim-waive-bonus .icons-icon_claim-bonus {
  margin-right: 1.2rem;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.6rem;
}

/* line 241, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-claim-waive-bonus .button-wrap {
  margin-top: 1.3rem;
}

/* line 244, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-claim-waive-bonus .button-wrap button {
  margin-right: 1rem;
  min-width: 18rem;
  font-size: 1.5rem;
  padding: 1rem 2rem 0.8rem 2rem;
}

/* line 252, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-claim-waive-bonus .claim-waive-claimed-bonus-text {
  margin-bottom: 1.5rem;
}

/* line 256, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_approvedMoneyTransfer.scss */
.money-transfer-approved-claim-waive-bonus .claim-waive-emailTo {
  height: 4.7rem;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransferAdditionalAuth.scss */
.mt-additional-auth-form-captcha .mt-additional-auth-img-captcha {
  width: 32.7rem;
  height: 6.9rem;
}

/* line 8, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/moneyTransfer/_moneyTransferAdditionalAuth.scss */
.mt-additional-auth-popup-names {
  width: 31.4rem !important;
}

/* line 3, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-container {
  padding: 0.5rem 0rem 0.7rem 2rem;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  width: 72rem;
  margin-bottom: 1.8rem;
  box-sizing: border-box;
  margin-top: 1rem;
}

/* line 12, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-container .verification-id-details-number-container {
  position: relative;
  margin-top: 3rem;
}

/* line 16, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-container .verification-id-details-number-container .tooltip-label {
  position: relative;
  display: inline-block;
  top: 0.1rem;
}

/* line 22, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-container .verification-id-details-number-container .button-wrap button {
  padding: 1rem 2rem 1rem 2rem;
  margin-right: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

/* line 30, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-container .verification-id-details-title {
  font-weight: bold;
  margin-bottom: 1rem;
}

/* line 37, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-select label {
  display: table;
  margin-bottom: 0.9rem;
}

/* line 41, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-select label > span {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-select label .verificationLabelText {
  line-height: 1.8rem;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-select input[type="radio"] {
  display: none;
}

/* line 56, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-select input[type="radio"] + label span.icons-icon_reverse_empty {
  margin-right: 0.6rem;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
}

/* line 63, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-select input[type="radio"]:checked + label span.icons-icon_reverse_empty {
  display: none;
}

/* line 67, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-select input[type="radio"]:checked + label span.icons-icon_reverse_checked {
  margin-right: 0.6rem;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
}

/* line 74, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-select input[type="radio"] + label span.icons-icon_reverse_checked {
  display: none;
}

/* line 79, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-container {
  display: inline-block;
  margin-right: 21.3rem;
  padding-top: 1.5rem;
}

/* line 84, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-container .label {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

/* line 89, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-container .verification-input-button-container {
  width: 22.5rem;
}

/* line 92, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-container .verification-input-button-container input {
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 1rem 1rem 1rem 1rem;
  height: 100%;
  width: 21rem;
}

/* line 100, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-details-container .verification-input-button-container button {
  -webkit-border-top-left-radius: 0;
  -moz-border-topleft-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0.3rem;
  -moz-border-topright-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-bottomright-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottomleft-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.8rem 1.3rem 0.8rem 1.3rem;
  cursor: pointer;
  border: none;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #c40c0c;
  vertical-align: top;
}

/* line 113, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verify-id-image-wrapper {
  display: inline-block;
}

/* line 117, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-separator {
  float: left;
}

/* line 121, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-image-container {
  float: left;
  padding-left: 2.2rem;
}

/* line 126, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-image-container .verification-id-text > span {
  margin: 0.7rem 0 1.5rem 0;
  display: block;
  width: 15rem;
  line-height: 1.5rem;
}

/* line 132, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .verification-id-image-container .verification-id-text > span.verification-passport-text {
  margin-top: 0.3rem;
}

/* line 139, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .warning-text-wrapper {
  padding-top: 0.7rem;
}

/* line 142, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .warning-text-wrapper .icons-icon_18plus {
  width: 4.5rem;
  height: 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: table-cell;
}

/* line 150, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .warning-text-wrapper .warning-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
}

/* line 155, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .warning-text-wrapper .warning-text .warning-text-header-text {
  color: #ff0000;
  font-size: 1.8rem;
  display: block;
}

/* line 161, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.immediate-verification-main-wrapper .warning-text-wrapper .warning-text .warning-text-body-text {
  display: block;
  padding-top: 0.6rem;
}

/* line 169, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage {
  margin-top: -8rem;
  min-height: 41rem;
  color: #9c9c9c;
  /**********************
    **** upload docs *****
    **********************/
}

/* line 174, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage h1, .verifyIdPage h2 {
  padding-left: 1rem;
  font-weight: bold;
  line-height: 2.5rem;
}

/* line 180, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage h1 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/* line 186, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .immediate-verification-page-message > span {
  display: table-cell;
}

/* line 190, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .immediate-verification-page-message .icons-icon_18plus {
  width: 4.5rem;
  height: 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 197, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .immediate-verification-page-message .page-message-text {
  color: #ff0000;
  font-size: 1.9rem;
  vertical-align: middle;
  padding-left: 1rem;
}

/* line 205, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .switch-to-upload-docs-container {
  padding-left: 1rem;
}

/* line 209, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .switch-to-upload-docs {
  padding-top: 0.3rem;
  font-weight: bold;
}

/* line 213, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .switch-to-upload-docs > a {
  cursor: pointer;
}

/* line 216, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .switch-to-upload-docs > a:hover {
  text-decoration: underline;
}

/* line 222, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .verificationBottomText {
  padding-left: 1rem;
  line-height: 1.5rem;
}

/* line 226, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .verificationBottomText a {
  font-weight: bold;
  cursor: pointer;
}

/* line 234, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .form_input_file {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity= 0);
  opacity: 0;
}

/* line 238, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .form_document_list {
  display: none;
}

/* line 243, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .sub_title_verification_upload {
  padding-left: 1rem;
  line-height: 1.5rem;
}

/* line 247, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .sub_title_verification_upload a {
  font-wieght: bold;
  cursor: pointer;
}

/* line 253, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .container_verification_upload {
  width: 54.4rem;
  min-height: 31rem;
  border: 1px dashed #bcbcbc;
  margin-bottom: 1.9rem;
  box-sizing: border-box;
}

/* line 261, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .button_upload_docs {
  width: 54.6rem;
}

/* line 264, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .button_upload_docs button {
  margin-right: 0;
  padding: 1.3rem 1.7rem 1.3rem 1.7rem;
}

/* line 269, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .button_upload_docs .verificationBottomText {
  width: 28.4rem;
}

/* line 274, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .browse_new_file {
  opacity: 0;
  height: 0.1rem;
  margin-top: 1.6rem;
}

/* line 280, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs {
  height: 21rem;
}

/* line 283, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_verification_dragdrop {
  text-align: center;
  margin-top: 0.8rem;
  position: relative;
}

/* line 288, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_verification_dragdrop .wrapper_verification_title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0.9rem;
}

/* line 294, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_verification_dragdrop > div {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

/* line 298, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_verification_dragdrop > div label {
  text-decoration: underline;
  cursor: pointer;
}

/* line 304, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_verification_dragdrop .icons-icon_upload_file_new {
  width: 7.8rem;
  height: 7.8rem;
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}

/* line 311, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_verification_dragdrop .icons-icon_driving_license, .verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_verification_dragdrop .icons-icon_identity_card {
  width: 11rem;
  height: 7.8rem;
  padding-top: 3rem;
}

/* line 317, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_verification_dragdrop .icons-icon_passport {
  width: 8.2rem;
  height: 10.8rem;
}

/* line 323, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_verification_dragdrop_ie9 {
  padding-bottom: 6.5rem;
}

/* line 327, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files {
  min-height: 23rem;
}

/* line 330, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .files {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 0.5rem;
  list-style-type: none;
  transition: all 0.5s;
}

/* line 338, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .files li {
  float: left;
  width: 16rem;
  height: 10rem;
  padding: 0.1rem;
  position: relative;
  margin: 0.5rem;
}

/* line 347, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .files li img.droplet-preview {
  max-width: 14rem;
  background-size: cover;
  background-repeat: no-repeat;
  height: 7rem;
  width: 14rem;
  background-color: white;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  border: 1px solid white;
  display: block;
}

/* line 359, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .files li div.delete {
  left: 4.5rem;
  background-color: rgba(0, 0, 0, 0.25);
  width: 5rem;
  height: 5rem;
  font-family: Lato, Arial, Tahoma, Helvetica, sans-serif;
  color: white;
  font-size: 2.5rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  cursor: pointer;
  line-height: 5rem;
  position: absolute;
  border-radius: 50%;
  z-index: 101;
  top: 1.5rem;
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0.5);
}

/* line 380, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .files li:hover div.delete {
  opacity: 1;
  transform: scale(1);
}

/* line 385, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .files li div.delete:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

/* line 389, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .files li div.fileName {
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
  text-align: center;
  word-break: break-word;
  width: 13rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0.5rem;
  pointer-events: none;
  font-size: 0.9rem;
  font-family: Lato, Arial, Tahoma, Helvetica, sans-serif;
}

/* line 403, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .add_new_file_image {
  float: left;
  width: 13rem;
}

/* line 407, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .add_new_file_image .add_new_file_image_thumbnail {
  width: 14rem;
  height: 7rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  border: 1px solid white;
  background-color: #dfdfdf;
  cursor: pointer;
}

/* line 416, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs .wrapper_selected_verification_files .add_new_file_image .add_new_file_image_title {
  text-align: center;
  margin-top: 1rem;
}

/* line 424, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs_comment {
  padding: 0 0.7rem 0.6rem 0.7rem;
}

/* line 427, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs_comment textarea {
  padding: 0.6rem 0.6rem 0.6rem 0.6rem;
  border: 1px solid #bcbcbc;
  width: 100%;
  height: 4.5rem;
  resize: none;
  margin: 0;
  font-family: Arial;
  box-sizing: border-box;
}

/* line 438, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs_comment .verification_docs_comment_close {
  text-align: right;
  cursor: pointer;
  padding-bottom: 0.6rem;
}

/* line 443, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs_comment .verification_docs_comment_close:hover {
  text-decoration: underline;
}

/* line 448, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs_comment .verification_docs_comment_add {
  margin-top: 5rem;
}

/* line 451, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .title_verification_upload .wrapper_verification_docs_comment .verification_docs_comment_add:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 459, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .document-type-section {
  margin: 0 1rem 0 1rem;
  text-align: center;
  float: left;
  border: 0.1rem solid #e1e1e1;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

/* line 467, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .document-type-section .document-type-icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 473, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .document-type-section .document-type-text {
  color: #4c4c4c;
  border-top: 0.1rem solid #e1e1e1;
}

/* line 479, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .max-file-size-message {
  margin-left: 1rem;
}

/* line 483, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .document-type {
  width: 53rem;
}

/* line 486, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .document-type .document-type-section {
  height: 18.2rem;
  width: 15rem;
  opacity: .90;
  cursor: pointer;
}

/* line 492, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .document-type .document-type-section .document-type-text {
  font-size: 1.6rem;
  padding-top: 0.5rem;
}

/* line 497, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .document-type .document-type-section .document-type-icon {
  margin: 1rem auto 1rem auto;
  width: 10rem;
  height: 12rem;
  background-size: 100%;
}

/* line 504, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .document-type .document-type-section:hover {
  background: #f8f8f8;
  opacity: 1;
}

/* line 510, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .document-type .document-type-section.document-type-centralized {
  margin: 0 auto;
  float: none;
}

/* line 516, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .other-document-type {
  text-align: center;
  clear: both;
}

/* line 520, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .other-document-type div {
  margin-top: 2rem;
}

/* line 524, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verifyIdPage .other-document-type a {
  font-size: 1.6rem;
}

/****** IMAGES *******/
/* line 532, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verification-separator {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAACVCAYAAAC+TBE0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDQ3NDc1ODU0NDFFMTFFNUI5QUJFNzVGMEZGQ0FFMjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDQ3NDc1ODY0NDFFMTFFNUI5QUJFNzVGMEZGQ0FFMjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENDc0NzU4MzQ0MUUxMUU1QjlBQkU3NUYwRkZDQUUyMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENDc0NzU4NDQ0MUUxMUU1QjlBQkU3NUYwRkZDQUUyMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhBAN1wAAAJlSURBVHja7JhNa9RAGMcz2alL0sR9k66uh0qsFz2IHkSk9SJ+CE968eBX8NsIgp9GwYVl2V0behFpdaHY1mzz6n/CMzLE7W6EHjw8Az+SzT7zy2SeZyYQURSFVaeFYahPdQcRBEF5YluX0FjCEpawhCUsYQlLWMISlrCEJSxhCUsuXSJqfPqwCaEIw/BcXQyCYAOHXCHXCBpABUs6Noz/roBUIdcImsAlHBLptgl+gUyuEKg7+aAHuqCVJIlrxFxVAhDLFQIVdB1sg5tZlm0Nh8MXnU5Hx7VBBM7kihH0wR1wD5O/MxqNnnue1zdiW2CuJl2uETyE4NF4PH7cbDY30aw4jnW8R3MkZCULHgl2wAOwO5lMdm3bFr7vVx/boX6lRNAPlybxFrgPnkyn071y3K1W2atSU1IXqy4iSSnbArfVKGaz2dM0Ta12u21hJJYQomRZtWvJBkmuqWxAsIdnb3S73WrHC0taGIXlYw6eLRaLjhLUbX/VCSawn+f5P6/igipPLayTwWBwoDJR95ukKUlU5YEf4AOyse+6rqVGVEemJSlJjsA+eI+sfHUcpxRpWUWYL3uciMr4AAzBO6yTQyVaIrDoxrk5seVqBKfgUG9ACoheQXAjiqKqaEH9CjM7WnSidz0iQbpfzufzbSUy2inNZVFNsSn6IwHfIXoD0V1jAR5TbL5sozZF38AX8BmV+7bX630y4o7pkS7cY3Xd6HMlPILoNY4f6fpPilm5UWtRTnesbtRnlKFi3W6fGXV0XnlPxfqVIfiTO0tYwhKWsIQlLGEJS1jCEpawhCUs+S8lvwUYANFL3wQegFBpAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  display: block;
  width: 1.7rem;
  height: 14.9rem;
}

/* line 540, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verification-license-image {
  background-image: url("../Images/identityVerification/document_license.png");
  background-repeat: no-repeat;
  display: block;
  width: 18.5rem;
  height: 9.9rem;
}

/* line 548, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verification-passport-image {
  background-image: url("../Images/identityVerification/document_passport.png");
  background-repeat: no-repeat;
  display: block;
  width: 17.5rem;
  height: 10.5rem;
  margin-top: -0.2rem;
}

/* line 557, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verificationDragFiles {
  margin: 0 auto !important;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

/* line 565, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.add_new_file {
  display: block;
  margin: 0 auto;
  width: 3.3rem;
  height: 3.7rem;
  position: relative;
  top: calc(50% - 1.85rem);
}

/* line 574, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verify-id-failed-popup {
  line-height: 1.5rem;
}

/* line 577, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verify-id-failed-popup li {
  color: #9c9c9c;
}

/* line 581, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.verify-id-failed-popup span {
  color: #9c9c9c;
}

/**********************
**** upload docs successfully*****
**********************/
/* line 588, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.uploadFilesSuccessfully {
  margin-top: -7rem;
}

/* line 591, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.uploadFilesSuccessfully .uploadFilesSuccessfullyImage {
  height: 23.5rem;
  width: 29rem;
  margin: 0 auto;
  background-size: contain;
  margin-top: 7rem;
}

/* line 600, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.uploadFilesSuccessfullyPageTitle {
  padding-bottom: 1rem;
}

/* line 603, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.uploadFilesSuccessfullyPageTitle .upper-text {
  display: block;
  color: #101014;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  padding-bottom: 0.2rem;
}

/* line 613, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.uploadFilesSuccessfullyPageSubTitle {
  display: table;
  width: 100%;
  margin-bottom: 1.5rem;
}

/* line 618, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.uploadFilesSuccessfullyPageSubTitle > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 623, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.uploadFilesSuccessfullyPageSubTitle .icons-icon_in_process {
  width: 3.7rem;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 0;
}

/* line 631, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.uploadFilesSuccessfullyPageSubTitle .uploadFileSuccessTitle {
  padding-left: 0.9rem;
}

/* line 634, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.uploadFilesSuccessfullyPageSubTitle .uploadFileSuccessTitle .lower-text {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
}

/* line 643, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents {
  position: relative;
}

/* line 646, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents .text {
  display: block;
  color: #101014;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  padding-bottom: 0.2rem;
  float: left;
}

/* line 656, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents a {
  text-decoration: underline;
}

/* line 660, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents .icons-help_icon {
  height: 4rem;
  width: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: -0.5rem;
  margin-left: 0.5rem;
}

/* line 669, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents .tooltip {
  right: 0;
  top: 5.8rem;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  z-index: 2;
}

/* line 678, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents .tooltip .input-tooltip-help.above-input {
  left: -8.9rem;
  bottom: 2.9rem;
  cursor: default;
}

/* line 686, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents .icon-tooltip {
  display: inline-block;
  position: relative;
  background-position: center;
  background-size: 100%;
  top: 0.4rem;
}

/* line 693, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents .icon-tooltip .hotspot {
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

/* line 702, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents .icon-tooltip span {
  padding: 0 0 0 0;
}

/* line 706, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents .icon-tooltip .input-tooltip-help.above-input {
  left: -9.2rem;
  padding: 1rem 1rem 1rem 1rem;
  bottom: 2.5rem;
  font-size: 1.2rem;
  color: #7d7d7f;
  text-transform: none;
  font-weight: normal;
  z-index: 101;
}

/* line 716, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.upload-additional-documents .icon-tooltip .input-tooltip-help.above-input span {
  padding: 0 0 0 0;
}

/* line 723, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.old-browser-browse-button {
  margin-right: 1rem;
  margin-left: 1rem;
}

/* line 729, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.approved-age-verification-wrapper .approved-age-main-container {
  margin-top: -6.8rem;
}

/* line 732, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.approved-age-verification-wrapper .approved-age-main-container .icons-icon_check {
  width: 4.1rem;
  height: 3.6rem;
  background-repeat: no-repeat;
}

/* line 738, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.approved-age-verification-wrapper .approved-age-main-container .approved-age-page-title {
  display: table;
  width: 100%;
  margin-bottom: 0.2rem;
}

/* line 743, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.approved-age-verification-wrapper .approved-age-main-container .approved-age-page-title > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 748, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.approved-age-verification-wrapper .approved-age-main-container .approved-age-page-title .approved-age-page-title-text {
  color: #101014;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7rem;
  padding-left: 0.5rem;
}

/* line 758, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.approved-age-verification-wrapper .approved-age-verification-center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15rem;
  margin-top: -10rem;
  width: 18rem;
  height: 18rem;
}

/**** Quick verification failed*****/
/* line 769, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.quick-verification-failed {
  margin-top: -7rem;
}

/* line 772, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.quick-verification-failed .quick-verification-failed-title {
  padding-bottom: 1rem;
}

/* line 775, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.quick-verification-failed .quick-verification-failed-title .upper-text {
  display: block;
  color: #101014;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  padding-bottom: 0.2rem;
}

/* line 785, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.quick-verification-failed .quick-verification-failed-sub-title {
  display: table;
  width: 100%;
  margin-bottom: 1.5rem;
}

/* line 790, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.quick-verification-failed .quick-verification-failed-sub-title .icons-icon_reverse_failed {
  width: 3.7rem;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 0;
  background-size: cover;
  float: left;
  margin-right: 1rem;
}

/* line 801, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.quick-verification-failed .quick-verification-failed-sub-title .description {
  padding-left: 0.9rem;
}

/* line 804, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.quick-verification-failed .quick-verification-failed-sub-title .description .lower-text {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
}

/* line 813, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.quick-verification-failed .button-wrap {
  margin-top: 5rem;
}

/* line 817, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerification.scss */
.quick-verification-failed .uploadFilesSuccessfullyImage {
  height: 19.5rem;
  width: 29rem;
  margin: 0 auto;
  background-size: contain;
  margin-top: 7rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage {
  margin-top: 0;
  color: #AEAEAE;
  padding-left: 1rem;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__maintitle {
  font-size: 2.2rem;
  line-height: 2.8rem;
  padding-bottom: 1rem;
  font-weight: bold;
  width: 60%;
}

/* line 14, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__infoUpload {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

/* line 19, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__uploadDocSection {
  display: flex;
  width: calc(100% - 5.5rem);
  flex-wrap: nowrap;
  margin-top: 5rem;
  justify-content: space-between;
}

/* line 28, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__uploadDocSection h2 {
  font-size: 1.6rem;
  padding: 0;
}

/* line 33, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__uploadDocSection h3 {
  font-size: 1.5rem;
  color: #707070;
  font-weight: normal;
  position: relative;
  padding-right: 2rem;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .open--bank-icon h3:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../../Images/identityVerification/open-banking-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 55, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .open--bank-icon h3:after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../../Images/identityVerification/external-link-icon-pc.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -3px;
}

/* line 69, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .other--icon h3:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../../Images/identityVerification/other-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 83, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .upload--icon h3:after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../../Images/identityVerification/upload-icon-casino.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -3px;
}

/* line 97, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .document--upload h3:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../../Images/identityVerification/pay-slip-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 111, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .driving--license-icon h3:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../../Images/identityVerification/driving-license-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 125, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .passport--icon h3:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../../Images/identityVerification/passport-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 139, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .identity--card-icon h3:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../../Images/identityVerification/ID-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 153, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__uploadSourceFound,
.newVerifyIdPage .iv__uploadDocuments {
  width: 100%;
  max-width: 33.6rem;
}

/* line 158, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__uploadSourceFound {
  margin-right: 1rem;
}

/* line 162, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__uploadDocuments {
  margin-left: 1rem;
}

/* line 167, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .uploadDocSection__subtitle {
  margin: 1.5rem 0;
}

/* line 171, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__boxDoc {
  background: #F6F6F6;
  border: solid 1px #AEAEAE;
  box-sizing: border-box;
  padding: 1.5rem;
  padding-left: 5rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* line 180, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__boxDoc:hover {
  background: #FFF;
  transition: all 0.25s ease;
}

/* line 186, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__uploadDocuments .iv__boxDoc {
  margin-bottom: 1rem;
  max-width: 22rem;
}

/* line 190, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv__uploadDocuments .iv__boxDoc:last-child {
  margin-bottom: 0;
}

/* line 195, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .iv--hr {
  padding: 0;
  margin: 0;
  width: 1px;
  border-width: 0;
  background: #e4e4e4;
}

/* line 203, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .info__document {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 1rem;
}

/* line 209, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .or__text {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: relative;
  height: 1.5rem;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

/* line 219, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .or__text:before {
  content: "";
  width: 100%;
  background: #e4e4e4;
  height: 1px;
  margin-right: 1rem;
}

/* line 227, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .or__text:after {
  content: "";
  width: 100%;
  background: #e4e4e4;
  height: 1px;
  margin-left: 1rem;
}

/* line 236, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .more__options__text {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: relative;
  height: 1.5rem;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  padding: 1.5rem 0;
  white-space: nowrap;
}

/* line 248, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .more__options__text span {
  cursor: pointer;
}

/* line 252, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_newIdentityVerification.scss */
.newVerifyIdPage .more__options__text:before {
  content: '';
  width: 100%;
  background: #e4e4e4;
  height: 1px;
  margin-right: 0.6rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_autoScanDocumentUpload.scss */
.jumio-section {
  padding-left: 1rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_autoScanDocumentUpload.scss */
.jumio-section .jumio-iframe {
  width: 100%;
  height: 55rem;
  background-color: white;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 100;
}

/* line 15, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_autoScanDocumentUpload.scss */
.jumio-section .jumio-iframe iframe {
  width: 100%;
  height: 100%;
}

/* line 21, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_autoScanDocumentUpload.scss */
.jumio-section .continue-verification {
  width: 56rem;
  background-color: #F2F2F2;
  padding: 2.3rem;
  border: 1px solid #bcbcbc;
}

/* line 27, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_autoScanDocumentUpload.scss */
.jumio-section .continue-verification button {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  background-color: #91b60d;
  border-color: #79980a;
}

/* line 34, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_autoScanDocumentUpload.scss */
.jumio-section .continue-verification .quick-verification-description {
  line-height: 3rem;
  vertical-align: bottom;
  margin-left: 1rem;
}

/* line 40, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_autoScanDocumentUpload.scss */
.jumio-section .continue-verification .icons-icon_doc {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 50, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_autoScanDocumentUpload.scss */
.jumio-loader-image {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAC0CAMAAAB4+cOfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMAUExURQAAAAAACw0OERMTFBUUGhoaGx8fIScmKSgoKCwsLjU1Njs6PkBAQUdHR05OTlBQUFJSVFlZXGRkZmlpanBxc3Z2d3H/AH7/BIr/JZL/NZn/Uqj/Zqz/brH/eIKCgoyMjI+MkJSUlZiYmpucnaamp6mpqrGwsrn/hwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHOWgogAAAEAdFJOU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wBT9wclAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQBQYWludC5ORVQgdjMuNS4xTuc4+QAACB9JREFUeF7tnOl62kgQRZk4xvFuvGSZZPCGyfs/oaar6larG/piRExCTJ0fcfUKOki9SPoy6oImIYYQYgghhhBiCCGGEGIIIYYQYgghhhBiCCGGEGIIIYYQYgghhhBiCCGGEGIIIYYQYgghhhBiCCGGEGIIIYYQYgghhhBiCCGGEGIIIYYQYgghhhBiCCGGEGIIIYYQYgghhhBiCCGGEGIIIYYQYgghhhBiCCGGEGIIIYYQYgghhhBiCCGGEGII+ylmMir5MNXM6Wh6fdl1p5rYTzEQ0nOo2SeqA0b2UQxslJxLfhJzc3t9p3X2UcwFZFRIwadu3p1dpX+EPRQDFTViY2blxt6KOZ0UXD2jrGdvxSBBCTHdZwFxT4j594vwDalMiAkxToghhBjCIDH34/HReCyz+f3V+EgYH91Vk/v0H+swc6zZV6dtrqVQ9mrYkxVMpfWTxXcSl+jaPH2LE6SVyaPlJp4lfYVE6uujVsh8THkv8k2xsHfmUs8X+4rFidVirPKou0IA8PUTyCg5a2eDSZJmkXWQubFcWWreW1ihRhEX3Et2OkBLpV2N8GKpCm8Mw8bM8syMxRoKa4lZ4taKm+VHJN+46LoPOSqxTBHXbC21EVbcaGNXqYlmvZz7YnUUZJksizUUNhOD7m+Rqlgt5rLfrWkXDn5zOWPOEVakdu1e9eytxBwgUdG31jqKX7B2RVqsobChGCs/RKLiVTHuQLtwrvtMRDWpnVdZQFpXYhDX5CtYL1YDGfgiZZzYVIx2j7jm08p2xSVRDYTIY1eMnO71/bWMTg2IpacnxDV9vzIGKt4IQ7glLE5sKkZnAMQ1ckMQw0gDKfWpRbpwkJUuUYyIC6QCIkZGiFLMI+IK+RGKk1JB0tNVYk0x/bSYR3y55r34eF6gtbrnR+XpGFWunyxDi3VuTWhNw0erFHrppEOPgtSBGEw9eSySdEuMxDUowMTkP4AfnKWQWFNMf1nmrFKMxm38wi7ngtzObjYrnyxHzkMXU90fEhbF4AyQMW09MfWoj0SuV6d+l5j6KM8sMx9i7kn8uZilm0S/LMY/Rad4nwL6q+EhgTDxR8T4WYxkfWBbFOOjlMQ4R1vVlG9/Qow3zCtopPXq36IY/xwZihEWw6femcqoly8/UJbZshjMS7avSljSam1TTD/KHOXI+WoqKugdPLR+czF+8EhWlxYVg75+RYx/43sPihOmw0lS8hVFPVsWs9AxJl7bPbmYxSZDxRRItoGz7ri1lPq+bAYlBYPEjO9uQbWYFZgYzEuyZUxYApVczFnuFdM6+jp8eLgXplhFrrPAk3wDGaA8YbruPx9ZjM/L50tqjz/GK2JKtE4PE1NdPL5o1EQWU6IF3tcCInd9MfUOFZk9P75nfiKrBk3Q/u3FeFONcU3gGhkqRorWF1N9Z9zNGQK6QgdbEIO9gl57FnqdgWIOpGiAGF/LCMgaAtqggy2I8T2wxEWYGChGi14Rk5cFAvISG5ww2xdT2MBNTeztBorRkqaY80twgSEe9KMMMgaBRuhhG2IwL6UZB4tzrzJEjN4JTrTEaEELlG90wgwTM765Bn4vOMPF4PjTiGtBPhAXc5p7rafr8kaYf7FBYrD8/YDkMAaJ0bgNF5N94EBknaa4mKUm6EsmL79bqyNvYpAYDL9+6Q7jN4gZowTrtLwDcDErtwQW5sthEzH5FucgfoMYHMDS4nwtMV4Jzd6VGG9t9F9zLTH5AYWNajsqpn80usQqMacoU3oNLqbexyQqMVmrJnZUTIU8Ju5ZJcaPQEFeIl8lJXIUtRjsI2wM/RvE1I/rV4mpmiMr0RQjW8VLiyAmt5b4rxCT511hXTHFddN+YHaxJMZlyLrmnYnxw0kgR2i9q6CftyAmf3oKd00MlvU164vpxeaDFZBX0xCTDe6UGFs3IlHRFFM/cHPya0D11IzMivR5xZNHw6fsWky5b2/ydmKqXQVmA5wCjRdB6r0ZMpFaBKX2kksPvnqJ/DYWFf1bhuwkLbJ+LK5nxwqrsNEe0sW8Af7kuY2c9ycrymvkVm91UU5Thp1tUuSPqSReWgWVSIX2xf0qbyfmnRFiCCGGEGIIIYYQYgghhhBiCLsoZibrMlvQzfz1vWm/fp1Knhfon/mpVzvSwAull/Ye5XV2UUx+UpZibDLO88v7yDq3/Hv9k6raohrBsea+updayYbNtsqlbkXnh3KQt3o/dV4ensaXlpHF6BM5eQ9RzqxT5Eo8sfsDgyk+cGfAQT/qgamG6mdviEl7e/l7MxqXYnBjoLrVsTbW/25RiZmPDtKvXm7LG2KuJ/Z39FCKsbeb6tsja2P97xY46IkNHGeji+qEaYmZzPQl69HZyzsXY9j/0ZFE1F+yIeYqOZHnuc+zvRCD7zZdePrcFCMuTkbd8z5cSrd4b3peTNVCU8x0NJNhdi/EPI7sjf+1xKQBeJZMtMTIY5fhWP+7RT5j7K4kEaNL2rtezEjWfJUYu4X9azfDd4pLfXssz0W1mNlYNMhrsvJ2mdWRHLlbX4s5Hp2kGgc4cYayi2L8KRZ8vFSrmCnOALxSpLFm6ZuhTzptH1m2PYPwt9QGsotidoIQQwgxhBBDCDGEEEMIMYQQQwgxhBBDCDGEEEMIMYQQQwgxhBBDCDGEEEMIMYQQQwgxhBBDCDGEEEMIMYQQQwgxhBBDCDGEEEMIMYQQQwgxhBBDCDGEEEMIMYQQQwgxhBBDCDGEEEMIMYQQQwgxhBBDCDGEEEMIMYQQQwgxhBBDCDGEEEMIMU267n9prkQntuYlbgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  width: 28rem;
  height: 18rem;
  position: absolute;
  margin-left: 36.5rem;
  margin-top: -30rem;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_autoScanDocumentUpload.scss */
.jumio-loader-text {
  margin: -3rem auto 0 0.5rem;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 90rem;
  z-index: 2;
}

/* line 2, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/identityVerification/_identityVerificationWebClient.scss */
.web-client-upload-section .webClientVerificationContainer {
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  bottom: 0.3rem;
}

/* line 1, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/bankDetails/_bankDetails.scss */
.bank-details-new-page {
  margin-top: 1rem;
}

/* line 4, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/bankDetails/_bankDetails.scss */
.bank-details-new-page .header {
  padding-bottom: 3.5rem;
  display: inline-flex;
}

/* line 9, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/bankDetails/_bankDetails.scss */
.bank-details-new-page .disabled-input {
  padding: 1.1rem 1rem 1rem 0.9rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  width: 14rem;
  background-color: #f3f3f3;
  font-size: 1.6rem;
  display: inline;
}

/* line 18, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/bankDetails/_bankDetails.scss */
.bank-details-new-page .buttons {
  display: flex;
  float: right;
  margin-top: 6.8rem;
  margin-right: 5rem;
}

/* line 25, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/bankDetails/_bankDetails.scss */
.bank-details-new-page .undo {
  margin-right: 0.5rem;
}

/* line 29, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/bankDetails/_bankDetails.scss */
.bank-details-new-page .blue {
  padding-top: 1rem;
  padding-left: 1rem;
  color: #007cf7;
}

/* line 35, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/bankDetails/_bankDetails.scss */
.bank-details-new-page .red {
  padding-top: 1rem;
  padding-left: 1rem;
  color: red;
}

/* line 41, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/bankDetails/_bankDetails.scss */
.bank-details-new-page .state-region-dd-container {
  width: 20rem;
}

/* line 45, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/bankDetails/_bankDetails.scss */
.bank-details-new-page .button-disabled {
  background-color: #DDDDDD;
}

/* ==========================================================================
   Reverse Withdrawal Settings Page
   ========================================================================== */
/* line 6, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55.5rem;
  background-color: #fff;
  /*.back-to-deposit {
        text-align: right;
        margin-right: -2rem;
        margin-left: -2rem;
        padding-bottom: 2rem;
        padding-right: 1rem;
        border-bottom: 1px solid #c4c4c4;
    }*/
}

/* line 17, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .reverseWithdrawalSettingsTitle {
  color: #101014;
  font-size: 1.6rem;
  padding-top: 2rem;
  margin-bottom: 2.3rem;
}

/* line 31, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .back-to-deposit {
  text-align: right;
  margin-right: -2rem;
  margin-left: -2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  border-bottom: 1px solid #c4c4c4;
}

/* line 39, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .back-to-deposit a {
  display: inline-block;
}

/* line 43, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .back-to-deposit .back-to-deposit-x {
  float: right;
}

/* line 47, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .back-to-deposit a:hover span {
  text-decoration: underline;
}

/* line 52, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedTitle {
  color: #101014;
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

/* line 60, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .reverseWithdrawalSettingsText {
  line-height: 1.5rem;
  overflow: auto;
  max-height: 35rem;
  height: auto;
  width: 74.4rem;
  line-height: 2rem;
}

/* line 70, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer {
  margin-top: 2rem;
  margin-right: 7rem;
  margin-left: 1rem;
}

/* line 75, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .title-and-text {
  border: 1px solid #bdbdbd;
  background-color: #F2F2F2;
  padding: 1rem;
}

/* line 82, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedIcon .icons-icon_check {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  height: 3.6rem;
  width: 3.1em;
}

/* line 90, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedIcon .icons-icon_triangle_red {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  height: 3.2rem;
  width: 3.2rem;
}

/* line 99, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedText {
  margin-left: 1rem;
  width: 70rem;
  margin-top: 0.4rem;
  color: #101014;
  font-size: 1.3rem;
}

/* line 106, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedText > div {
  margin-bottom: 2rem;
  line-height: 1.5rem;
}

/* line 110, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedText > div.button-wrap {
  margin-top: 0;
}

/* line 115, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .requestReceivedText .phone-number {
  display: inline-block;
  direction: ltr;
  /* we don't use the mixin here on purpose as this should always be LTR */
}

/* line 121, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .amandaRequestWrapper {
  text-align: center;
  clear: both;
}

/* line 125, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .amandaRequestWrapper .amanda-in-process {
  display: inline-block;
}

/* line 129, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .requestReceivedPage .requestReceivedContainer .amandaRequestWrapper .amanda-request-approved {
  display: inline-block;
}

/* line 138, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .button-wrap .reverseWithdrawalSettingButton {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 1rem 0.7rem 1.1rem;
  text-align: left;
  min-width: 17rem;
}

/* line 147, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .amanda-in-process {
  background-size: cover;
  margin-top: 5rem;
  width: 20rem;
  height: 20rem;
}

/* line 154, D:/W/1/233/a/app/_PublishedWebsites/Cashier/Styles/default/settings/_reverseWithdrawalSettings.scss */
.settings-wrapper .amanda-request-approved {
  width: 12.1rem;
  height: 11.9rem;
}

/*# sourceMappingURL=cashier-ltr.css.map */