html {
  box-sizing: border-box;
}
/* csslint ignore:start */
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* csslint ignore:end */
/* Setting these elements to height of 100% ensures that
 * .vx_foreground-container fully covers the whole viewport
 */
html,
body {
  height: 100%;
}
/* This is for mounting your React application to,
 * it should be the direct child of the body element.
 * Yes, this has an ID, but that is mostly because I
 * want the ID option for those that want perf. Don't
 * normally do this.
 */
#vx_root,
.vx_root {
  height: 100%;
}
/* This wraps the foreground or main part of the app.
 * It's purpose is to provide the "front" layer of the app and
 * allow the "back" layer to exist behind it.
 */
.vx_foreground-container {
  position: relative;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 800;
  background: #f5f7fa;
  -webkit-transition: left 250ms, right 250ms;
  -o-transition: left 250ms, right 250ms;
  transition: left 250ms, right 250ms;
}
.vx_mainContent {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 0 9rem;
  position: relative;
}
.vx_a11yText {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  .vx_hidden-phone {
    display: none !important;
  }
  .vx_foreground-container {
    width: 100%;
    min-height: 100%;
  }
  .vx_foreground-container.vx_hasNavAlert {
    padding-top: 0;
  }
  .vx_mainContent {
    padding-top: 0;
  }
}
@font-face {
  font-family: 'paypal-vx-icons';
  src: url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-2/PayPalVXIcons-Regular.eot');
  src: url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-2/PayPalVXIcons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-2/PayPalVXIcons-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-2/PayPalVXIcons-Regular.woff') format('woff'), /* Modern Browsers */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-2/PayPalVXIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-2/PayPalVXIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.vx_alert,
.vx_alert_inline {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  padding: 1rem;
  border: 1px solid #9da3a6;
  border-left-width: 0;
  border-right-width: 0;
  color: #9da3a6;
}
.vx_alert_inline {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.vx_alert-help:before,
.vx_alert-success:before,
.vx_alert-warning:before,
.vx_alert-critical:before {
  display: inline-block;
  vertical-align: top;
  width: 1.5em;
  padding: 0.6rem 0 0;
  margin-left: -0.1em;
  font-size: 1.8rem;
  line-height: 0;
  font-family: 'paypal-vx-icons';
}
.vx_alert-help {
  border-color: #009cde;
  color: #009cde;
}
.vx_alert-help:before {
  content: "\2139";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-success {
  border-color: #00cf92;
  color: #00cf92;
}
.vx_alert-success:before {
  content: "\2714";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-warning {
  border-color: #ff9600;
  color: #ff9600;
}
.vx_alert-warning:before {
  content: "\FE15";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-critical {
  border-color: #d20000;
  color: #d20000;
}
.vx_alert-critical:before {
  content: "\26A0";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_alert-icon {
  display: inline-block;
  vertical-align: top;
  width: 1.5em;
  padding: 0.6rem 0 0;
  margin-top: -2px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 0;
}
.vx_alert-text {
  margin: 0 0 0 2.5em;
  color: #2c2e2f;
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.vx_alert-text p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .vx_alert {
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 5px;
  }
}
body {
  background-color: #f5f7fa;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.blackFont {
  color: #000;
  font-weight: 300 !important;
}
.payouts-warning {
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #fff8ee;
}
.payouts-warning:before {
  padding: 0.55rem 0 0;
}
hr {
  border: none;
  border-top: 1.5px dotted #ddd;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin-top: 20px;
}
.content {
  margin: auto;
  width: 40%;
  margin-bottom: 50px;
  padding: 30px;
  font-family: PayPal Sans Big, sans-serif !important;
  font-size: 14px !important;
}
.hawkExperience {
  padding-left: 67px;
  margin-top: 110px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  max-width: 600px;
}
.furtherActions {
  width: 40%;
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 20px;
  padding-left: 25px;
}
.action {
  margin: 5px;
  padding-top: 10px;
  display: flex;
}
.action-content {
  display: flex;
  flex-direction: column;
}
.action .name {
  font-weight: 350 !important;
}
.action .detail {
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 5px;
  color: grey;
}
.action > img {
  margin-top: 3px;
  margin-left: 15px;
  margin-right: 40px;
  height: 40px;
  width: 40px;
  align-self: center;
}
.onboardingExperience {
  margin-top: 15px;
}
.review {
  width: 40%;
  margin: auto;
  margin-top: 90px;
  padding: 5px 10px 5px 10px;
}
.reviewImg {
  margin: 3px 5px 0px 5px;
  height: 50px;
  width: 50px;
}
.reviewSection {
  margin: 0px 0px 10px 50px;
}
.reviewContent {
  font-size: 12px;
  margin-top: 3px;
  color: #808080;
}
.center {
  padding-left: 30px !important;
  text-align: center;
}
.contentImg {
  height: 100px;
  width: 100px;
}
.title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 5px;
}
.smallerTitle {
  font-size: 25px;
}
.amlQuestions {
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 25px;
}
.amlAnswers {
  margin-bottom: 25px;
}
label {
  font-size: 14px !important;
}
.notSupportedImg {
  height: 120px;
  width: 120px;
}
.submit {
  font-family: PayPal Sans Big, sans-serif !important;
  font-size: 14px !important;
  width: 120px;
  text-align: center;
}
.plainHeader {
  background-color: white;
  padding: 23px;
  height: 26px;
}
.form-group .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
}
.form-group .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1.4px solid #ccc;
  border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #0070ba;
  border: 1.4px solid #0070ba;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.pypl-btn {
  margin: auto;
  outline: none !important;
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 13px 24px;
  margin-bottom: 0;
  background: #0070ba;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 25px;
  border: none;
  box-sizing: border-box;
}
.blueLink {
  color: #006FBA;
  font-weight: 400;
  background-color: transparent;
  text-decoration: none;
}
.details {
  margin: auto;
  margin-bottom: 30px;
  width: 75%;
}
.details a {
  color: #2985C5;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .content {
    width: 80%;
  }
  .reviewImg {
    width: 40px;
    height: 40px;
  }
  .action > img {
    margin-left: 5px;
    margin-right: 20px;
  }
}
