@charset "UTF-8";
@font-face {
  font-family: 'hkgrotesk_black';
  src: url("../../fonts/hk-grotesk/HKGrotesk-Black.otf"); }
@font-face {
  font-family: 'hkgrotesk_extrabold';
  src: url("../../fonts/hk-grotesk/HKGrotesk-ExtraBold.otf"); }
@font-face {
  font-family: 'hkgrotesk_bold';
  src: url("../../fonts/hk-grotesk/HKGrotesk-Bold.otf"); }
@font-face {
  font-family: 'hkgrotesk_semibold';
  src: url("../../fonts/hk-grotesk/HKGrotesk-SemiBold.otf"); }
@font-face {
  font-family: 'hkgrotesk_medium';
  src: url("../../fonts/hk-grotesk/HKGrotesk-Medium.otf"); }
@font-face {
  font-family: 'hkgrotesk_regular';
  src: url("../../fonts/hk-grotesk/HKGrotesk-Regular.otf"); }
@font-face {
  font-family: 'hkgrotesk_light';
  src: url("../../fonts/hk-grotesk/HKGrotesk-Light.otf"); }
@font-face {
  font-family: 'avenir_bold';
  src: url("../../fonts/avenir/AvenirNextLTPro-Bold.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avenir_lite';
  src: url("../../fonts/avenir/AvenirNextLTPro-It.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avenir_regular';
  src: url("../../fonts/avenir/AvenirNextLTPro-Regular.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avenir_medium';
  src: url("../../fonts/avenir/AvenirNext-Medium.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserrat_medium';
  src: url("../../fonts/montserrat/Montserrat-Medium.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserrat_regular';
  src: url("../../fonts/montserrat/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 10px;
  font-family: "hkgrotesk_regular", sans-serif; }
  html body {
    margin: 0;
    overflow: auto !important; }
    html body * {
      box-sizing: border-box; }

a {
  text-decoration: none;
  color: #4eb7cd; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.purple-color {
  color: #312B61; }

.yellow-color {
  color: #FBC702; }

.green-color {
  color: #50B196; }

.rose-color {
  color: #FA9D7E; }

.red-color {
  color: #f44336; }

.grey-color {
  color: #707070; }

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

.white-color {
  color: #fff; }

.blue-color {
  color: #2273b8; }

.light-blue-color {
  color: #2BA7DE; }

.dark-blue-color {
  color: #004E74; }

.grey-blue-background {
  color: #dae6ee; }

.light-blue-background {
  background-color: #2BA7DE; }

.dark-blue-background {
  background-color: #004E74; }

.white-background {
  background-color: #fff; }

p {
  margin: 0;
  font-size: 1.5rem; }

h1 {
  font-size: 5.5rem;
  line-height: 1.0; }

h2 {
  font-size: 5rem;
  line-height: 1.0; }

h3 {
  font-size: 4rem;
  line-height: 1.0; }

h4 {
  font-size: 3rem;
  line-height: 1.0; }

h5 {
  font-size: 2rem; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: "hkgrotesk_bold", sans-serif;
  color: #393f4f;
  margin: 1rem 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #2BA7DE; }

img {
  max-width: 100%; }

hr {
  border-bottom: none;
  box-shadow: none;
  outline: none;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5rem 0;
  padding: 0; }

#ui-datepicker-div {
  width: auto; }

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse; }
  table tr th, table tr td {
    font-size: 1.5rem; }

ol, ul {
  margin: 0;
  padding-left: 0; }

.collapseomatic {
  background-position: 5px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 2px;
  padding: 5px 10px 5px 20px;
  display: block;
  background: url(./../../images/collapse-down.png) no-repeat 98% center #c7dae3;
  color: #393f4f;
  border: none; }

input,
select,
texarea,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border: 1px solid lightgrey; }

.checkbox-container {
  display: inline;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.9rem;
  color: #373b47;
  font-weight: normal;
  font-family: "hkgrotesk_regular", sans-serif; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #fff;
    border: 1px solid #6c717d; }
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 0.7rem;
    top: 0.2rem;
    width: 0.8rem;
    height: 1.3rem;
    border: solid #009688;
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .checkbox-container input:checked ~ .checkmark {
    background-color: #fff; }
  .checkbox-container input:checked ~ .checkmark:after {
    display: block; }

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc; }

.radio-container {
  display: inline;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #6c717d; }
    .radio-container .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 0.25rem;
      top: 0.25rem;
      width: 1.5rem;
      height: 1.5rem;
      border: solid #7ED6BE;
      background: #7ED6BE;
      border-radius: 100%; }
  .radio-container:hover input ~ .checkmark {
    background-color: #ccc; }
  .radio-container input:checked ~ .checkmark {
    background-color: #fff; }
  .radio-container input:checked ~ .checkmark:after {
    display: block; }

.custom-select {
  position: relative;
  width: 100%;
  height: 5rem;
  margin: 0 1rem;
  border: 1px solid #CCCCCC; }

.custom-select select {
  display: none; }

.select-selected {
  background-color: #fff; }

.select-selected:after {
  position: absolute;
  content: "";
  top: 2rem;
  right: 1.25rem;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-color: #fff transparent transparent transparent;
  z-index: 2; }

.select-selected:before {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  height: 5rem;
  width: 5rem;
  background: #7ED6BE;
  z-index: 1; }

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

.select-items div,
.select-selected {
  padding: 0 6rem 0 1rem;
  cursor: pointer;
  height: 100%;
  font-size: 2.3rem;
  font-family: "hkgrotesk_light", sans-serif;
  display: flex;
  align-items: center;
  line-height: 1.0; }

.select-selected {
  color: #7B7B7B; }

.select-items div {
  padding: 1.25rem 1rem !important;
  color: #7B7B7B; }
  .select-items div.same-as-selected {
    color: #fff; }

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 99;
  margin-top: 1px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25), inset 0 10px 20px -20px black; }

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #7ED6BE;
  color: #fff; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1.6rem; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 0.5rem; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch input:checked + .slider {
      background-color: #52B198;
      background: linear-gradient(90deg, #52b198 0%, #43917d 100%); }
    .switch input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px); }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.2); }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 30px;
      width: 30px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }

@media only screen and (max-width: 1440px) {
  html {
    font-size: 9px; } }
@media only screen and (max-width: 1280px) {
  html {
    font-size: 8px; } }
@media only screen and (max-width: 1080px) {
  html {
    font-size: 7px; } }
.slider-container {
  position: relative;
  background: lightgrey; }
  .slider-container .slider-arrow {
    position: absolute;
    font-size: 5rem;
    top: 50%;
    transform: translateY(-50%);
    color: lightgrey;
    z-index: 20;
    cursor: pointer; }
  .slider-container .slider-arrow.slider-arrow-left {
    left: 3rem; }
  .slider-container .slider-arrow.slider-arrow-right {
    right: 3rem; }
  .slider-container .slider-arrow:hover i {
    text-shadow: 1px 0px 5px white; }
  .slider-container .slider-arrow i {
    transition: text-shadow 0.2s ease-in-out; }
  .slider-container .slide-single {
    height: auto;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex !important;
    justify-content: center;
    align-items: center; }
  .slider-container .slick-slide {
    height: auto; }
  .slider-container .slide-single-content button {
    margin: 2rem 0.5rem; }
  .slider-container .slide-single {
    min-height: 600px !important; }
  .slider-container ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%); }
    .slider-container ul.slick-dots li {
      display: inline-block; }
      .slider-container ul.slick-dots li button {
        color: transparent;
        border-radius: 150px;
        padding: 0;
        width: 0.65rem;
        height: 0.65rem;
        margin: 0.25rem;
        border: 1px solid white;
        background: none; }
      .slider-container ul.slick-dots li.slick-active button {
        border: 1px solid lightgrey;
        background: lightgrey; }

button {
  background-color: #fff;
  outline: none; }
  button:focus, button:active {
    outline: none; }

.button-rectangle {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  font-family: "hkgrotesk_bold", sans-serif;
  transition: all .5s ease;
  border-width: 2px;
  cursor: pointer; }
  .button-rectangle a {
    color: inherit; }
    .button-rectangle a:hover {
      text-decoration: none;
      color: inherit; }
  .button-rectangle.button-rounded {
    font-size: 1.7rem;
    border-radius: 10rem;
    padding: 1.75rem 6rem; }

button.button-rounded {
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  width: auto;
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 200ms linear; }
  button.button-rounded.vanilla-button {
    background: #81D5BD;
    color: #42505B;
    border: 1px solid #81D5BD; }
    button.button-rounded.vanilla-button:hover {
      background: #75c5ae;
      border-color: #75c5ae; }
  button.button-rounded.vanilla-button-transparent {
    background: none;
    color: #81D5BD;
    border: 1px solid #81D5BD; }
  button.button-rounded.grey-button {
    background: none;
    color: #6A7E8D;
    border: 1px solid #6A7E8D; }
    button.button-rounded.grey-button:hover {
      border-color: #42505B;
      color: #42505B; }
  button.button-rounded.white-button {
    background: white;
    color: #42505B;
    border: 1px solid white; }
    button.button-rounded.white-button:hover {
      opacity: 0.8; }
  button.button-rounded.white-button-transparent {
    background: none;
    color: white;
    border: 1px solid white; }
    button.button-rounded.white-button-transparent:hover {
      opacity: 0.8; }
  button.button-rounded.grey-transparent-button {
    border: 1px solid #6A7E8D;
    background: transparent;
    color: #6A7E8D; }
    button.button-rounded.grey-transparent-button:hover {
      border-color: #42505B;
      color: #42505B; }
  button.button-rounded.grey-fill-button {
    border: 1px solid #6A7E8D;
    background-color: #6A7E8D;
    color: white; }
    button.button-rounded.grey-fill-button:hover {
      border-color: #42505B;
      background-color: #42505B; }

button.button-rounded,
button.btn-rounded {
  font-size: 1.8rem;
  border-radius: 10rem;
  padding: 1rem 2.5rem;
  min-height: 5rem;
  min-width: 10rem;
  font-family: "hkgrotesk_bold", sans-serif;
  transition: all .5s ease;
  border-width: 1px;
  width: auto;
  line-height: 1.0;
  cursor: pointer; }

.blue-button-rectangle {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE; }
  .blue-button-rectangle:hover {
    background: #fff;
    color: #2BA7DE;
    border: 1px solid #2BA7DE; }

.btn-purple-filled,
.dark-blue-button-rectangle {
  background: #393f4f;
  color: #fff;
  border: 1px solid #393f4f; }
  .btn-purple-filled:hover,
  .dark-blue-button-rectangle:hover {
    background: #fff;
    color: #393f4f;
    border: 1px solid #393f4f; }

.btn-purple {
  background: transparent;
  border: 1px solid #393f4f;
  color: #393f4f; }
  .btn-purple:hover {
    background: #393f4f;
    color: #fff;
    border: 1px solid #393f4f; }

.btn-vanilla,
.vanilla-button-rectangle {
  background: #7ED6BE;
  color: #393f4f;
  border: 1px solid #7ED6BE; }
  .btn-vanilla:hover,
  .vanilla-button-rectangle:hover {
    background: #fff;
    color: #7ED6BE;
    border: 1px solid #7ED6BE; }

.dark-vanilla-button-rectangle {
  background: #5b9e8c;
  color: #fff;
  border: 1px solid #5b9e8c; }
  .dark-vanilla-button-rectangle:hover {
    background: #fff;
    color: #5b9e8c;
    border: 1px solid #5b9e8c; }

.white-transparent-button-rectangle {
  background: transparent;
  color: #fff;
  border: 1px solid #fff; }
  .white-transparent-button-rectangle:hover {
    background: #2BA7DE;
    color: #fff;
    border: 1px solid #2BA7DE; }

.blue-transparent-button-rectangle {
  background: transparent;
  color: #2BA7DE;
  border: 1px solid #2BA7DE; }
  .blue-transparent-button-rectangle:hover {
    background: #2BA7DE;
    color: #fff;
    border: 1px solid #2BA7DE; }
  .blue-transparent-button-rectangle.button-rounded {
    border-width: 2px; }

.vanilla-transparent-button-rectangle {
  background: transparent;
  color: #7ED6BE;
  border: 1px solid #7ED6BE; }
  .vanilla-transparent-button-rectangle:hover {
    background: #7ED6BE;
    color: #393f4f;
    border: 2px solid #7ED6BE; }
  .vanilla-transparent-button-rectangle.button-rounded {
    border-width: 2px; }

.green-transparent-button-rectangle {
  background: transparent;
  color: #50B196;
  border: 1px solid #50B196; }
  .green-transparent-button-rectangle:hover {
    background: #50B196;
    color: #393f4f;
    border: 2px solid #50B196; }
  .green-transparent-button-rectangle.button-rounded {
    border-width: 2px; }

.white-button-rectangle {
  background: #fff;
  color: #393f4f;
  border: 1px solid #fff; }
  .white-button-rectangle:hover {
    background: #7ED6BE;
    border: 1px solid #7ED6BE; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
  padding: 0 2rem; }

.tabs-left {
  border-bottom: none !important;
  padding-top: 2px !important; }
  .tabs-left > li {
    float: none !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important; }
    .tabs-left > li > a {
      border-radius: 0 !important;
      margin-right: 0 !important;
      display: block !important;
      border: 1px solid #fff !important;
      border-bottom: 1px solid #D3D3D3 !important; }
      .tabs-left > li > a:hover {
        background-color: inherit !important; }
    .tabs-left > li.active > a {
      border-bottom: 1px solid #2BA7DE !important; }

html body .dashboard-modal {
  border-radius: 5px;
  overflow: hidden; }
html body #modal-container {
  max-height: 98%;
  overflow-y: auto;
  overflow-x: hidden !important;
  max-width: 98%;
  width: 81.5rem !important;
  border-radius: 5px; }
  html body #modal-container span.subtitle {
    font-size: 2rem; }
  html body #modal-container label {
    font-size: 16px;
    text-align: left;
    width: 100%; }
  html body #modal-container a.modal-close.simplemodal-close {
    color: transparent !important;
    box-shadow: none !important;
    background: none !important;
    text-shadow: none;
    font-family: "hkgrotesk_light", sans-serif;
    right: 2rem !important;
    top: 1rem !important;
    position: absolute; }
    html body #modal-container a.modal-close.simplemodal-close:after {
      content: '';
      background: url("../../images/cross_grey.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 2.4rem;
      height: 2.4rem;
      display: block; }
html body #transfer_bids_popup,
html body #selling_popup {
  padding: 2rem;
  background: white; }
  html body #transfer_bids_popup h1.modal-titlef,
  html body #selling_popup h1.modal-titlef {
    font-size: 3.2rem;
    color: #415671;
    text-transform: none;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem; }
  html body #transfer_bids_popup h4.subtitle,
  html body #selling_popup h4.subtitle {
    font-family: "hkgrotesk_semibold", sans-serif;
    font-size: 2.2rem;
    margin: 1rem 0; }
  html body #transfer_bids_popup .bid-table-wrapper,
  html body #transfer_bids_popup .cancelBidTable-wrapper,
  html body #selling_popup .bid-table-wrapper,
  html body #selling_popup .cancelBidTable-wrapper {
    max-height: 14rem;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    position: relative;
    overflow-y: auto;
    height: auto; }
  html body #transfer_bids_popup .action-container,
  html body #selling_popup .action-container {
    width: 100%;
    max-width: 100%; }
    html body #transfer_bids_popup .action-container span,
    html body #selling_popup .action-container span {
      font-size: 1.8rem; }
    html body #transfer_bids_popup .action-container select#select_parts_number,
    html body #transfer_bids_popup .action-container select#_discount_premium,
    html body #selling_popup .action-container select#select_parts_number,
    html body #selling_popup .action-container select#_discount_premium {
      height: 4rem;
      border-radius: 0;
      padding: 0 1rem;
      background-color: #fff;
      font-size: 1.8rem; }
    html body #transfer_bids_popup .action-container.align-right,
    html body #selling_popup .action-container.align-right {
      justify-content: flex-end; }
    html body #transfer_bids_popup .action-container.space-between,
    html body #selling_popup .action-container.space-between {
      justify-content: space-between;
      flex-wrap: nowrap; }
    html body #transfer_bids_popup .action-container .select-wrapper,
    html body #selling_popup .action-container .select-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    html body #transfer_bids_popup .action-container label.checkbox-container,
    html body #selling_popup .action-container label.checkbox-container {
      padding-left: 3rem;
      font-size: 1.8rem; }
  html body #transfer_bids_popup span.bold,
  html body #selling_popup span.bold {
    font-family: "hkgrotesk_semibold", sans-serif; }
  html body #transfer_bids_popup .bottom-actions,
  html body #selling_popup .bottom-actions {
    width: 100%; }
    html body #transfer_bids_popup .bottom-actions .action-container,
    html body #selling_popup .bottom-actions .action-container {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: space-between; }
      html body #transfer_bids_popup .bottom-actions .action-container button,
      html body #selling_popup .bottom-actions .action-container button {
        min-height: 4.5rem; }
  html body #transfer_bids_popup .buttons-container,
  html body #selling_popup .buttons-container {
    display: flex;
    justify-content: flex-end; }
    html body #transfer_bids_popup .buttons-container button,
    html body #selling_popup .buttons-container button {
      min-height: 4.5rem; }
  html body #transfer_bids_popup .transfer-content,
  html body #selling_popup .transfer-content {
    font-size: 1.8rem; }
    html body #transfer_bids_popup .transfer-content .left-box,
    html body #transfer_bids_popup .transfer-content .bid_form,
    html body #selling_popup .transfer-content .left-box,
    html body #selling_popup .transfer-content .bid_form {
      display: inline-block;
      width: 100%;
      max-width: 48.5%;
      margin: 0 auto; }
      html body #transfer_bids_popup .transfer-content .left-box select,
      html body #transfer_bids_popup .transfer-content .bid_form select,
      html body #selling_popup .transfer-content .left-box select,
      html body #selling_popup .transfer-content .bid_form select {
        padding: 5px;
        width: 100%; }
  html body #transfer_bids_popup .modal-content,
  html body #selling_popup .modal-content {
    padding-bottom: 0; }
  html body #transfer_bids_popup table.bid-table,
  html body #transfer_bids_popup table.bidTable,
  html body #selling_popup table.bid-table,
  html body #selling_popup table.bidTable {
    width: 100%; }
    html body #transfer_bids_popup table.bid-table tr th,
    html body #transfer_bids_popup table.bidTable tr th,
    html body #selling_popup table.bid-table tr th,
    html body #selling_popup table.bidTable tr th {
      font-family: "hkgrotesk_regular", sans-serif;
      background-color: #7ED6BE;
      color: #42505B;
      font-weight: normal;
      line-height: 1.0;
      font-size: 1.75rem; }
    html body #transfer_bids_popup table.bid-table tr th,
    html body #transfer_bids_popup table.bid-table tr td,
    html body #transfer_bids_popup table.bidTable tr th,
    html body #transfer_bids_popup table.bidTable tr td,
    html body #selling_popup table.bid-table tr th,
    html body #selling_popup table.bid-table tr td,
    html body #selling_popup table.bidTable tr th,
    html body #selling_popup table.bidTable tr td {
      text-align: center;
      padding: 0.3rem 0.5rem;
      font-size: 1.6rem;
      width: 20%; }
      html body #transfer_bids_popup table.bid-table tr th label.checkbox-container,
      html body #transfer_bids_popup table.bid-table tr td label.checkbox-container,
      html body #transfer_bids_popup table.bidTable tr th label.checkbox-container,
      html body #transfer_bids_popup table.bidTable tr td label.checkbox-container,
      html body #selling_popup table.bid-table tr th label.checkbox-container,
      html body #selling_popup table.bid-table tr td label.checkbox-container,
      html body #selling_popup table.bidTable tr th label.checkbox-container,
      html body #selling_popup table.bidTable tr td label.checkbox-container {
        font-size: 1.9rem;
        padding-left: 2.5rem; }
    html body #transfer_bids_popup table.bid-table tr td,
    html body #transfer_bids_popup table.bidTable tr td,
    html body #selling_popup table.bid-table tr td,
    html body #selling_popup table.bidTable tr td {
      font-family: "hkgrotesk_regular", sans-serif;
      color: #393f4f; }
    html body #transfer_bids_popup table.bid-table thead td,
    html body #transfer_bids_popup table.bidTable thead td,
    html body #selling_popup table.bid-table thead td,
    html body #selling_popup table.bidTable thead td {
      font-family: "hkgrotesk_bold", sans-serif;
      background-color: #7ED6BE;
      color: #fff; }
  html body #transfer_bids_popup .modal-table-wrapper-s,
  html body #selling_popup .modal-table-wrapper-s {
    padding: 0; }
    html body #transfer_bids_popup .modal-table-wrapper-s select,
    html body #selling_popup .modal-table-wrapper-s select {
      padding: 0.5rem;
      border: 1px solid lightgrey;
      background-color: #fff; }
  html body #transfer_bids_popup .action-container button,
  html body #selling_popup .action-container button {
    margin: 0.5rem 0 0 0.5rem; }
html body #simplemodal-data #frmAddFunds,
html body #add_funds_modal #frmAddFunds {
  padding: 0; }
  html body #simplemodal-data #frmAddFunds #payment_form,
  html body #add_funds_modal #frmAddFunds #payment_form {
    font-size: 1.8rem; }
    html body #simplemodal-data #frmAddFunds #payment_form select,
    html body #add_funds_modal #frmAddFunds #payment_form select {
      padding: 5px !important; }
    html body #simplemodal-data #frmAddFunds #payment_form table#pop_up_payment_table tr th,
    html body #add_funds_modal #frmAddFunds #payment_form table#pop_up_payment_table tr th {
      width: 30%; }
    html body #simplemodal-data #frmAddFunds #payment_form table#pop_up_payment_table tr td,
    html body #add_funds_modal #frmAddFunds #payment_form table#pop_up_payment_table tr td {
      width: 70%; }
      html body #simplemodal-data #frmAddFunds #payment_form table#pop_up_payment_table tr td input[type="number"],
      html body #simplemodal-data #frmAddFunds #payment_form table#pop_up_payment_table tr td input[type="text"],
      html body #simplemodal-data #frmAddFunds #payment_form table#pop_up_payment_table tr td select,
      html body #add_funds_modal #frmAddFunds #payment_form table#pop_up_payment_table tr td input[type="number"],
      html body #add_funds_modal #frmAddFunds #payment_form table#pop_up_payment_table tr td input[type="text"],
      html body #add_funds_modal #frmAddFunds #payment_form table#pop_up_payment_table tr td select {
        width: 100%;
        border: 1px solid lightgrey;
        padding: 0.5rem;
        border-radius: 0;
        background: white;
        margin: 0;
        font-size: 1.8rem; }
    html body #simplemodal-data #frmAddFunds #payment_form table#pop_up_payment_table tr th, html body #simplemodal-data #frmAddFunds #payment_form table#pop_up_payment_table tr td,
    html body #add_funds_modal #frmAddFunds #payment_form table#pop_up_payment_table tr th,
    html body #add_funds_modal #frmAddFunds #payment_form table#pop_up_payment_table tr td {
      padding: 0.5rem; }
  html body #simplemodal-data #frmAddFunds .modal-content-af,
  html body #add_funds_modal #frmAddFunds .modal-content-af {
    margin: 0;
    font-size: 2rem; }
    html body #simplemodal-data #frmAddFunds .modal-content-af p,
    html body #add_funds_modal #frmAddFunds .modal-content-af p {
      margin: 1rem 0; }
    html body #simplemodal-data #frmAddFunds .modal-content-af label,
    html body #add_funds_modal #frmAddFunds .modal-content-af label {
      font-size: 1.8rem;
      align-items: center;
      margin-bottom: 0.5rem;
      display: flex; }
      html body #simplemodal-data #frmAddFunds .modal-content-af label span,
      html body #add_funds_modal #frmAddFunds .modal-content-af label span {
        min-width: 12rem; }
      html body #simplemodal-data #frmAddFunds .modal-content-af label input, html body #simplemodal-data #frmAddFunds .modal-content-af label select,
      html body #add_funds_modal #frmAddFunds .modal-content-af label input,
      html body #add_funds_modal #frmAddFunds .modal-content-af label select {
        padding: 0.5rem;
        border-radius: 0;
        border: 1px solid lightgrey;
        width: 100%;
        max-width: 15rem;
        margin: 0;
        background-color: #fff; }
  html body #simplemodal-data #frmAddFunds .modal-btn-row,
  html body #add_funds_modal #frmAddFunds .modal-btn-row {
    display: flex;
    justify-content: center;
    align-items: center; }
    html body #simplemodal-data #frmAddFunds .modal-btn-row button,
    html body #add_funds_modal #frmAddFunds .modal-btn-row button {
      margin: 0 1rem; }
html body #simplemodal-data .modal-content,
html body #add_funds_modal .modal-content {
  border-radius: 4px;
  padding: 2rem;
  background: #fff; }
  html body #simplemodal-data .modal-content h1.modal-titlef,
  html body #add_funds_modal .modal-content h1.modal-titlef {
    font-size: 3.2rem;
    text-align: left !important;
    color: #415671;
    font-family: "hkgrotesk_bold", sans-serif;
    line-height: 1.0;
    text-transform: none; }
  html body #simplemodal-data .modal-content p,
  html body #add_funds_modal .modal-content p {
    font-size: 2rem;
    line-height: 1.25; }
  html body #simplemodal-data .modal-content .modal-table-wrapper-fees,
  html body #add_funds_modal .modal-content .modal-table-wrapper-fees {
    max-height: 28rem;
    overflow-y: auto;
    margin: 2rem 0; }
  html body #simplemodal-data .modal-content .add-funds-body,
  html body #add_funds_modal .modal-content .add-funds-body {
    padding: 0; }
    html body #simplemodal-data .modal-content .add-funds-body h4,
    html body #add_funds_modal .modal-content .add-funds-body h4 {
      font-size: 2.4rem;
      font-family: "hkgrotesk_bold", sans-serif;
      line-height: 1.15;
      padding: 1.5rem 0; }
    html body #simplemodal-data .modal-content .add-funds-body p,
    html body #add_funds_modal .modal-content .add-funds-body p {
      font-size: 2.2rem;
      font-family: "hkgrotesk_regular", sans-serif;
      line-height: 1.25;
      color: #6A7E8D;
      padding: 0; }
      html body #simplemodal-data .modal-content .add-funds-body p.note,
      html body #add_funds_modal .modal-content .add-funds-body p.note {
        font-size: 1.8rem;
        padding-top: 3rem; }
    html body #simplemodal-data .modal-content .add-funds-body .tabs-container,
    html body #add_funds_modal .modal-content .add-funds-body .tabs-container {
      margin: 3rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #D9E5EE;
      padding: 0; }
      html body #simplemodal-data .modal-content .add-funds-body .tabs-container .tab-title,
      html body #add_funds_modal .modal-content .add-funds-body .tabs-container .tab-title {
        width: 100%;
        text-align: center;
        cursor: pointer;
        border-bottom: 7px solid transparent;
        font-family: "hkgrotesk_regular", sans-serif;
        color: #6A7E8D;
        font-size: 2.2rem;
        padding: 0.5rem;
        margin-bottom: -2px;
        line-height: 1.0; }
        html body #simplemodal-data .modal-content .add-funds-body .tabs-container .tab-title.active,
        html body #add_funds_modal .modal-content .add-funds-body .tabs-container .tab-title.active {
          border-color: #415671;
          font-family: "hkgrotesk_bold", sans-serif;
          color: #707070; }
    html body #simplemodal-data .modal-content .add-funds-body .amount-wrapper,
    html body #add_funds_modal .modal-content .add-funds-body .amount-wrapper {
      display: flex;
      margin-bottom: 2rem; }
      html body #simplemodal-data .modal-content .add-funds-body .amount-wrapper select#currency_code,
      html body #add_funds_modal .modal-content .add-funds-body .amount-wrapper select#currency_code {
        background: #415671;
        width: 5rem;
        height: 5rem;
        color: #fff;
        flex-shrink: 0;
        font-size: 2rem;
        font-family: "hkgrotesk_semibold", sans-serif;
        border: none;
        margin-right: -1px;
        z-index: 10;
        text-align: center; }
        html body #simplemodal-data .modal-content .add-funds-body .amount-wrapper select#currency_code:focus-visible,
        html body #add_funds_modal .modal-content .add-funds-body .amount-wrapper select#currency_code:focus-visible {
          outline: none; }
      html body #simplemodal-data .modal-content .add-funds-body .amount-wrapper .currency-code,
      html body #add_funds_modal .modal-content .add-funds-body .amount-wrapper .currency-code {
        background: #415671;
        width: 4rem;
        height: 5rem;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        font-size: 2rem;
        font-family: "hkgrotesk_regular", sans-serif; }
      html body #simplemodal-data .modal-content .add-funds-body .amount-wrapper input[type="number"],
      html body #add_funds_modal .modal-content .add-funds-body .amount-wrapper input[type="number"] {
        width: 100%;
        height: 5rem;
        border-radius: 0;
        border: 1px solid #a0a0a0;
        margin: 0;
        margin-left: -1px;
        max-width: 100%;
        font-family: "hkgrotesk_regular", sans-serif;
        color: #707070;
        font-size: 2.2rem;
        padding: 0 1rem; }
    html body #simplemodal-data .modal-content .add-funds-body .tab-content .flex-container,
    html body #add_funds_modal .modal-content .add-funds-body .tab-content .flex-container {
      display: flex;
      justify-content: space-between; }
      html body #simplemodal-data .modal-content .add-funds-body .tab-content .flex-container .content-block .label,
      html body #add_funds_modal .modal-content .add-funds-body .tab-content .flex-container .content-block .label {
        font-size: 1.8rem;
        font-family: "hkgrotesk_regular", sans-serif;
        color: #415671;
        font-weight: normal !important;
        text-transform: none !important;
        padding: 0.5rem 0; }
      html body #simplemodal-data .modal-content .add-funds-body .tab-content .flex-container .content-block .value,
      html body #add_funds_modal .modal-content .add-funds-body .tab-content .flex-container .content-block .value {
        font-size: 2rem;
        font-family: "hkgrotesk_bold", sans-serif;
        color: #6A7E8D;
        font-weight: normal !important;
        text-transform: none !important;
        padding: 0.5rem 0; }
    html body #simplemodal-data .modal-content .add-funds-body hr,
    html body #add_funds_modal .modal-content .add-funds-body hr {
      width: 6rem;
      margin: 2.5rem 0 !important; }
    html body #simplemodal-data .modal-content .add-funds-body .buttons-container,
    html body #add_funds_modal .modal-content .add-funds-body .buttons-container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      html body #simplemodal-data .modal-content .add-funds-body .buttons-container button.btn-rounded,
      html body #add_funds_modal .modal-content .add-funds-body .buttons-container button.btn-rounded {
        font-size: 2.2rem;
        line-height: 1.0; }
      html body #simplemodal-data .modal-content .add-funds-body .buttons-container #submit_deposit_btn,
      html body #add_funds_modal .modal-content .add-funds-body .buttons-container #submit_deposit_btn {
        min-width: 25rem; }
html body #simplemodal-data .modal-content p {
  margin: 2rem 0 0 0; }
  html body #simplemodal-data .modal-content p a {
    color: #415671;
    text-decoration: underline; }
html body #simplemodal-data .modal-content a.blue_btn {
  background: #81D5BD !important;
  color: white !important;
  font-size: 1.8rem !important;
  border-radius: 10rem !important;
  padding: 1.35rem 3.75rem !important;
  min-height: 5rem;
  min-width: 10rem;
  transition: all .5s ease;
  line-height: 1.0;
  cursor: pointer;
  font-weight: bold; }
html body span.cm_modal-close {
  transition: unset; }
  html body span.cm_modal-close:hover {
    transform: unset; }
html body #popup_overlay {
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 1.0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important; }
  html body #popup_overlay #popup_container {
    border-radius: 2px !important;
    max-width: 77rem !important;
    min-width: 35rem !important;
    margin: 2rem !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important; }
    html body #popup_overlay #popup_container h1#popup_title {
      background: #fff !important;
      font-size: 2.3rem !important;
      font-family: "hkgrotesk_bold", sans-serif;
      text-transform: none;
      padding: 2.2rem !important;
      color: #415671 !important;
      text-align: left !important; }
    html body #popup_overlay #popup_container button.jalert-popup-close {
      width: 2.4rem;
      height: 2.4rem;
      top: 2.5rem;
      right: 2rem; }
      html body #popup_overlay #popup_container button.jalert-popup-close span.cm_modal-close {
        width: 2.4rem;
        height: 2.4rem;
        background: url("../../images/cross_grey.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    html body #popup_overlay #popup_container .cm_break-line {
      display: none; }
    html body #popup_overlay #popup_container #popup_content {
      padding: 2rem; }
      html body #popup_overlay #popup_container #popup_content #popup_message {
        font-family: "hkgrotesk_medium", sans-serif;
        color: #373b47 !important;
        font-size: 1.9rem !important;
        line-height: 2.6rem;
        text-align: left; }
        html body #popup_overlay #popup_container #popup_content #popup_message #popup_prompt {
          height: 4rem !important;
          border: 1px solid #9E9E9E;
          width: 100%;
          font-size: 2rem;
          color: #373b47;
          border-radius: 0;
          padding: 0 2%;
          box-shadow: none; }
        html body #popup_overlay #popup_container #popup_content #popup_message #address-form-confirm-table tr th input, html body #popup_overlay #popup_container #popup_content #popup_message #address-form-confirm-table tr th select, html body #popup_overlay #popup_container #popup_content #popup_message #address-form-confirm-table tr td input, html body #popup_overlay #popup_container #popup_content #popup_message #address-form-confirm-table tr td select {
          width: 100%;
          margin: 0.25rem 0 !important;
          height: 5rem !important;
          border: 1px solid #a0a0a0 !important;
          border-radius: 0;
          color: #3A3D46;
          font-family: "hkgrotesk_regular", sans-serif;
          padding: 0 1rem;
          font-size: 2rem; }
        html body #popup_overlay #popup_container #popup_content #popup_message #address-form-confirm-table tr th {
          width: 45%;
          text-align: left; }
        html body #popup_overlay #popup_container #popup_content #popup_message #address-form-confirm-table tr td {
          width: 55%; }
    html body #popup_overlay #popup_container #popup_panel {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row-reverse;
      padding: 2rem 0 0 0; }
      html body #popup_overlay #popup_container #popup_panel button {
        font-family: "hkgrotesk_bold", sans-serif;
        font-size: 2rem !important;
        margin: 0 0 0 1rem !important;
        padding: 1rem 2.5rem !important;
        border-radius: 0 !important;
        transition: all 300ms linear;
        text-transform: none;
        height: auto !important; }
        html body #popup_overlay #popup_container #popup_panel button#popup_ok {
          background: #415671 !important;
          border: 1px solid #415671 !important;
          color: #fff !important; }
          html body #popup_overlay #popup_container #popup_panel button#popup_ok:hover {
            background: #fff !important;
            color: #415671 !important; }
        html body #popup_overlay #popup_container #popup_panel button#popup_cancel {
          background: #fff !important;
          border: 1px solid #707070 !important;
          color: #707070 !important; }
          html body #popup_overlay #popup_container #popup_panel button#popup_cancel:hover {
            background: #707070 !important;
            color: #fff !important; }
html body #modal-container {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  width: 95% !important;
  max-width: 75.7rem !important;
  overflow: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  min-height: auto;
  height: auto !important;
  max-height: 85%; }
  html body #modal-container .simplemodal-wrap {
    height: unset !important; }
  html body #modal-container button.modal-close {
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    width: auto;
    cursor: pointer; }
    html body #modal-container button.modal-close span.cm_modal-close {
      background: url("../../images/cross_grey.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  html body #modal-container .simplemodal-wrap #hnw_certification_modal .modal-content {
    padding: 2rem; }
  html body #modal-container .simplemodal-wrap .modal-content {
    border-radius: 0;
    background-color: #fff; }
    html body #modal-container .simplemodal-wrap .modal-content h1 {
      font-size: 3.2rem;
      color: #415671;
      font-family: "hkgrotesk_bold", sans-serif;
      line-height: 1.0;
      text-transform: none;
      text-align: left;
      margin: 0; }
    html body #modal-container .simplemodal-wrap .modal-content .modal-content-af {
      padding: 0 2rem 2rem 2rem; }
    html body #modal-container .simplemodal-wrap .modal-content .modal-content-af-2 {
      margin-top: 2rem;
      display: flex;
      justify-content: space-around; }
    html body #modal-container .simplemodal-wrap .modal-content table.bidTable {
      margin: 2rem 0; }
      html body #modal-container .simplemodal-wrap .modal-content table.bidTable tr th, html body #modal-container .simplemodal-wrap .modal-content table.bidTable tr td {
        padding: 0.25rem 0; }
    html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds h1 {
      padding: 2rem; }
    html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds hr {
      margin: 1.5rem 0; }
    html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds table.withdraw-table {
      width: 100%; }
      html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds table.withdraw-table tr th {
        text-align: left;
        font-family: "hkgrotesk_regular", sans-serif;
        font-weight: normal; }
      html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds table.withdraw-table tr td {
        font-size: 2rem;
        text-align: right;
        font-family: "hkgrotesk_bold", sans-serif;
        color: #2baae2; }
      html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds table.withdraw-table tr th, html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds table.withdraw-table tr td {
        padding: 0.5rem 0;
        font-size: 2.2rem; }
    html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds .withdraw-funds-message {
      font-size: 2.2rem; }
      html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds .withdraw-funds-message hr {
        margin: 1rem 0; }
    html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds #not_enough_funds_msg {
      color: #373b47 !important;
      font-size: 2.2rem !important;
      margin: 2rem 0; }
    html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds #innerContent .cm_fs-xs {
      display: none; }
    html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds .input-group {
      position: relative; }
      html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds .input-group .amount-wrapper {
        display: flex;
        align-items: center;
        justify-content: center; }
        html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds .input-group .amount-wrapper select#_currency_code {
          background: #415671;
          width: 5rem;
          height: 5rem;
          color: #fff;
          flex-shrink: 0;
          font-size: 2rem;
          font-family: "hkgrotesk_semibold", sans-serif;
          border: none;
          margin-right: -1px;
          z-index: 10;
          text-align: center; }
          html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds .input-group .amount-wrapper select#_currency_code:focus-visible {
            outline: none; }
      html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds .input-group input[type="number"] {
        border: 1px solid grey;
        height: 5rem;
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
        font-size: 2.4rem;
        border-radius: 0;
        background: white;
        font-family: "hkgrotesk_regular", sans-serif; }
      html body #modal-container .simplemodal-wrap .modal-content.withdraw-funds .input-group #currency {
        position: absolute;
        left: 1.15rem;
        top: 0.9rem;
        font-size: 2.4rem; }
    html body #modal-container .simplemodal-wrap .modal-content h1.modal-title {
      background: #707070 !important;
      font-family: "hkgrotesk_bold", sans-serif;
      font-size: 2.3rem !important;
      text-transform: none !important;
      border-radius: 0;
      padding: 2rem !important;
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      text-align: left; }
    html body #modal-container .simplemodal-wrap .modal-content hr {
      margin: 0;
      border-color: #707070;
      opacity: 0.17; }
    html body #modal-container .simplemodal-wrap .modal-content .form-content {
      padding: 3.2rem 2.5rem; }
      html body #modal-container .simplemodal-wrap .modal-content .form-content p {
        padding: 0;
        margin-bottom: 2rem; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content p.subheader {
          font-size: 2.5rem;
          line-height: 3.4rem;
          color: #707070; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content p.info-text {
          margin: 0; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content p .vanilla-text {
          color: #415671;
          font-family: hkgrotesk_bold; }
      html body #modal-container .simplemodal-wrap .modal-content .form-content .buttons-container {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content .buttons-container button {
          font-family: "hkgrotesk_bold", sans-serif;
          font-size: 2.3rem !important;
          margin: 0 0 0 1rem !important;
          padding: 0 !important;
          height: 6rem !important;
          border-radius: 100rem !important;
          transition: all 300ms linear;
          text-transform: none;
          min-width: 11.5rem;
          background: #415671 !important;
          border: 2px solid #415671 !important;
          color: #fff !important; }
          html body #modal-container .simplemodal-wrap .modal-content .form-content .buttons-container button:hover {
            background: #fff !important;
            color: #415671 !important; }
      html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container.withdraw-form .input-container {
          width: 60%; }
          html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container.withdraw-form .input-container input[type="number"] {
            width: 100%; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container.withdraw-form button {
          width: 42%; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container .input-container {
          position: relative;
          background: white; }
          html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container .input-container:before {
            position: absolute;
            left: 1.5rem;
            top: calc(50% - 1.15rem);
            line-height: 1.0;
            content: '£';
            font-family: "hkgrotesk_bold", sans-serif;
            font-size: 2.3rem;
            color: #707070 !important; }
          html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container .input-container input[type="number"] {
            width: 21rem;
            height: 6rem;
            font-size: 2.3rem;
            font-family: "hkgrotesk_bold", sans-serif;
            color: #707070 !important;
            padding: 0 0 0 3rem;
            border-radius: 4px;
            border: 1px solid #415671;
            margin: 0 !important;
            background: transparent; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container button {
          width: 100%;
          text-transform: none;
          font-size: 2.3rem;
          margin: 0 0 0 1.5rem;
          padding: 1.2rem 1rem; }
          html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container button.btn-purple {
            border: 1px solid #707070;
            font-family: "hkgrotesk_light", sans-serif; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container .content-block p.vanilla-text {
          color: #415671;
          margin-bottom: 1.5rem; }
        html body #modal-container .simplemodal-wrap .modal-content .form-content .flex-container .content-block p.purple-text {
          color: #707070;
          margin-bottom: 0; }
    html body #modal-container .simplemodal-wrap .modal-content .modal-no {
      margin: 2rem 0;
      font-size: 1.8rem; }
    html body #modal-container .simplemodal-wrap .modal-content .buttons-container.align-right {
      display: flex;
      justify-content: flex-end; }
html body .cm_modal .cm_modal-dialog .cm_modal-content {
  border-radius: 0;
  padding: 0; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-header {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-header .cm_modal-header-body {
      width: 100%;
      display: block; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-header .cm_modal-header-body .cm_modal-title {
        position: relative;
        background: #707070 !important;
        font-size: 2.3rem !important;
        font-family: "hkgrotesk_bold", sans-serif;
        text-transform: none;
        padding: 2rem !important; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-header .cm_modal-header-body button.cm_btn-close {
        width: 2.4rem;
        height: 2.4rem;
        top: 2.5rem;
        right: 2rem; }
        html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-header .cm_modal-header-body button.cm_btn-close span.cm_modal-close {
          width: 2.4rem;
          height: 2.4rem;
          background: url("../../images/cross_grey.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_break-line {
    display: none; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-messages {
    padding: 2rem 2rem 0 2rem; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-messages .cm_modal-success,
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-messages .cm_modal-error {
      font-family: "hkgrotesk_medium", sans-serif;
      font-size: 2.2rem;
      line-height: 1.25;
      padding: 0 !important;
      color: red !important;
      font-weight: normal; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-messages .cm_modal-success {
      color: #415671; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body {
    padding: 2rem !important; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .cm_modal-table-wrapper {
      border-radius: 0;
      padding: 1rem; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .cm_modal-table-wrapper table {
        margin: 0; }
        html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .cm_modal-table-wrapper table tr td {
          border-top: 1px solid #312b6133;
          text-align: center; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .input-group {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      margin-top: 2rem; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .input-group .input-group-addon {
        width: calc(100% / 3);
        height: 5rem !important;
        font-family: "hkgrotesk_medium", sans-serif;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 2rem !important;
        background: #415671 !important; }
        html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .input-group .input-group-addon:nth-child(1) {
          width: 20%; }
        html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .input-group .input-group-addon:nth-child(3) {
          width: 50%; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .input-group #_discount_premium {
        width: 30%;
        border-radius: 0; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .buttons-container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-top: 2rem; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .buttons-container button {
        margin: 0 0 0 1rem; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .cm_fs-lg {
      font-family: "hkgrotesk_medium", sans-serif;
      font-size: 2rem !important;
      color: #707070 !important;
      line-height: 2.7rem !important;
      font-weight: normal; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .cm_fs-md {
      font-family: "hkgrotesk_medium", sans-serif;
      font-size: 1.9rem !important;
      color: #707070 !important;
      line-height: 2.6rem !important; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body #term_and_condition,
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body #isa_declaration {
      border: 1px solid #415671;
      padding: 2rem;
      margin: 0;
      color: #333 !important;
      font-size: 1.75rem !important;
      line-height: 1.25 !important;
      width: 100%; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body #term_and_condition {
      margin-bottom: 3rem; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .form-group label {
      font-family: "hkgrotesk_medium", sans-serif;
      font-size: 1.9rem;
      line-height: 2.6rem;
      color: #707070; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .form-group select,
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .form-group input[type="text"],
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .form-group input[type="number"],
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .form-group input[type="email"],
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body .form-group input[type="password"] {
      width: 100%;
      height: 5rem !important;
      border: 1px solid #415671 !important;
      box-shadow: none;
      font-family: "hkgrotesk_light", sans-serif;
      font-size: 2.3rem;
      padding: 0 1.5rem;
      border-radius: 5px; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_preloader-title,
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_preloader-info {
    text-align: center;
    font-family: "hkgrotesk_bold", sans-serif;
    color: #415671; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_preloader-info {
    color: #707070; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer {
    padding: 0 2rem 2rem 2rem !important; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .cm_modal-form-group {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .cm_modal-form-group .cm_modal-checkbox {
        padding-left: 5rem; }
        html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .cm_modal-form-group .cm_modal-checkbox input[type="checkbox"]:before {
          width: 22px;
          height: 22px;
          box-shadow: none;
          border: 1px solid #888; }
        html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .cm_modal-form-group .cm_modal-checkbox span {
          font-family: "hkgrotesk_medium", sans-serif;
          font-size: 1.6rem;
          line-height: 1.25;
          color: #333; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .cm_modal-form-group button#isa_next_step {
        background: #415671 !important;
        border: 2px solid #415671;
        color: #fff;
        font-family: "hkgrotesk_bold", sans-serif;
        font-size: 2.3rem !important;
        height: 6rem !important;
        border-radius: 100rem !important;
        cursor: pointer; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
      width: 100%; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group:before, html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group:after {
        display: none; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group button {
        border-radius: 100rem;
        width: 16rem !important;
        height: 6rem !important;
        margin: 0 !important;
        font-family: "hkgrotesk_bold", sans-serif;
        font-size: 2.3rem !important;
        cursor: pointer;
        transition: all 300ms linear; }
        html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group button:first-child {
          border: 2px solid #415671;
          color: #fff;
          background: #415671; }
          html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group button:first-child:hover {
            background: #fff;
            color: #415671; }
        html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group button:last-child {
          border: 1px solid #707070 !important;
          color: #707070 !important;
          background: white; }
          html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group button:last-child:hover {
            background: #707070 !important;
            color: #fff !important; }
html body #modal-overlay {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  display: none;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 100;
  opacity: 1.0 !important; }
  html body #modal-overlay #login-modal-container {
    width: 45rem;
    max-width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    margin: 2rem;
    border-radius: 5px;
    overflow: hidden; }
    html body #modal-overlay #login-modal-container button.login-modal-close {
      width: 2.4rem;
      height: 2.4rem;
      top: 2.5rem !important;
      right: 2rem;
      position: absolute;
      border: none; }
      html body #modal-overlay #login-modal-container button.login-modal-close span.cm_modal-close {
        width: 2.4rem;
        height: 2.4rem;
        cursor: pointer;
        background: url("../../images/cross_grey.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    html body #modal-overlay #login-modal-container .cm_fs-lg {
      font-family: "hkgrotesk_bold", sans-serif;
      font-size: 2.8rem !important;
      line-height: 1.0 !important;
      color: #393f4f !important;
      font-weight: normal !important;
      text-align: center; }
    html body #modal-overlay #login-modal-container .cm_fs-md {
      font-family: "hkgrotesk_medium", sans-serif;
      font-size: 2rem !important;
      color: #004E74 !important;
      font-weight: normal !important; }
    html body #modal-overlay #login-modal-container label {
      font-family: "hkgrotesk_medium", sans-serif;
      font-size: 1.9rem;
      line-height: 2.6rem;
      color: #707070; }
    html body #modal-overlay #login-modal-container input[type="text"],
    html body #modal-overlay #login-modal-container input[type="email"],
    html body #modal-overlay #login-modal-container input[type="password"] {
      height: 5rem;
      border: 1px solid #6c717d;
      font-family: "hkgrotesk_regular", sans-serif;
      width: 100%;
      font-size: 2rem;
      color: #707070;
      border-radius: 0;
      padding: 0 2%; }
    html body #modal-overlay #login-modal-container p.link {
      font-size: 1.9rem;
      line-height: 2.6rem;
      font-weight: normal; }
      html body #modal-overlay #login-modal-container p.link a {
        font-family: "hkgrotesk_medium", sans-serif;
        color: #004E74 !important;
        cursor: pointer; }
        html body #modal-overlay #login-modal-container p.link a:hover {
          text-decoration: underline; }
    html body #modal-overlay #login-modal-container .simplemodal-wrap {
      height: auto !important; }
      html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal {
        border-radius: 5px;
        overflow: hidden; }
        html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .lwa-status-invalid {
          font-size: 1.9rem;
          font-family: "hkgrotesk_medium", sans-serif; }
        html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_login-preloader {
          opacity: 0.9;
          position: absolute;
          z-index: 1000;
          background: white;
          width: 100%;
          height: 85%;
          text-align: center;
          padding-top: 15%; }
          html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_login-preloader h1.cm_text-black {
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #707070 !important; }
          html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_login-preloader .t-center {
            font-family: "hkgrotesk_bold", sans-serif;
            color: #707070; }
          html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_login-preloader.dis-none {
            display: none; }
        html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal h1#popup_title {
          background: #fff !important;
          font-family: "hkgrotesk_bold", sans-serif;
          font-size: 3.2rem !important;
          line-height: 1.0;
          text-transform: none !important;
          border-radius: 0;
          padding: 2rem !important;
          box-shadow: none;
          text-align: left;
          color: #415671 !important;
          margin: 0; }
        html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content {
          border-radius: 0 !important;
          padding: 2rem !important;
          border: none;
          box-shadow: none; }
          html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .remember-password-container input[type="text"] {
            margin: 2rem 0; }
          html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .remember-password-container button {
            border: none; }
          html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .cm_forgot_password_link {
            margin: 1rem 0; }
            html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .cm_forgot_password_link a {
              cursor: pointer; }
          html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .cm_modal-body {
            padding: 0 !important; }
            html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .cm_modal-body .row {
              display: flex;
              align-items: center;
              border-bottom: 1px solid rgba(49, 43, 97, 0.2);
              margin-bottom: 1.5rem; }
              html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .cm_modal-body .row .col-sm-6.cm_plr-0 {
                width: 100%; }
                html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .cm_modal-body .row .col-sm-6.cm_plr-0 .cm_forgot_password_link {
                  padding: 0;
                  text-align: right;
                  font-family: "hkgrotesk_medium", sans-serif;
                  color: #415671; }
                  html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .cm_modal-body .row .col-sm-6.cm_plr-0 .cm_forgot_password_link a.cm_fs-md {
                    font-size: 1.9rem !important;
                    line-height: 2.6rem;
                    font-weight: normal !important; }
            html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .cm_modal-body input[type="submit"] {
              width: 20rem !important;
              height: 5rem !important;
              padding: 1rem 2.5rem;
              font-family: "hkgrotesk_bold", sans-serif;
              font-size: 2rem !important;
              cursor: pointer;
              transition: all 300ms linear;
              border: 1px solid #415671 !important;
              color: #fff !important;
              background: #415671 !important;
              border-radius: 100rem !important; }
              html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .cm_modal-body input[type="submit"]:hover {
                background: #fff !important;
                color: #415671 !important; }
          html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .text-center {
            text-align: center; }
            html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .text-center #register-button {
              height: 5rem !important;
              font-family: "hkgrotesk_bold", sans-serif;
              font-size: 2rem !important;
              cursor: pointer;
              transition: all 300ms linear;
              border: 1px solid #707070 !important;
              color: #707070 !important;
              background: #fff !important;
              border-radius: 100rem !important;
              padding: 1rem 2.5rem; }
              html body #modal-overlay #login-modal-container .simplemodal-wrap .dashboard-modal .cm_modal-content .text-center #register-button:hover {
                background: #707070 !important;
                color: #fff !important; }
html body .cm_modal .cm_modal-dialog .cm_modal-content {
  border: none;
  border-radius: 5px;
  overflow: hidden; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-header {
    box-shadow: none; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-header .cm_modal-header-body .cm_modal-title {
      background: #fff !important;
      font-size: 2.3rem !important;
      font-family: "hkgrotesk_bold", sans-serif;
      text-transform: none;
      padding: 2rem !important;
      color: #707070 !important;
      text-align: left !important; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-messages {
    font-size: 2rem !important;
    font-family: "hkgrotesk_semibold", sans-serif;
    padding: 0 2rem; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body {
    padding: 2rem; }
    html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body #addressBox .form-group {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body #addressBox .form-group input, html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-body #addressBox .form-group select {
        width: 30rem;
        max-width: 75%;
        margin: 0.25rem 0 !important;
        height: 5rem !important;
        border: 1px solid #a0a0a0 !important;
        border-radius: 0;
        color: #3A3D46;
        font-family: "hkgrotesk_regular", sans-serif;
        padding: 0 1rem;
        font-size: 2rem; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group button.btn-grey {
    border: 1px solid #707070 !important;
    color: #fff !important;
    background: #707070; }
  html body .cm_modal .cm_modal-dialog .cm_modal-content .cm_modal-footer .form-group button.btn-green {
    border: 1px solid #415671 !important;
    color: #707070 !important;
    background: #415671; }
html body .trustshare_modal_bg {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  html body .trustshare_modal_bg .trustshare-modal {
    background-color: #fff;
    max-width: 40rem;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    width: 90%; }
    html body .trustshare_modal_bg .trustshare-modal .modal-title {
      display: flex;
      justify-content: space-between;
      margin-bottom: 2.5rem !important; }
      html body .trustshare_modal_bg .trustshare-modal .modal-title img.logo-image {
        height: 5rem; }
      html body .trustshare_modal_bg .trustshare-modal .modal-title button.modal-close {
        background: url("../../images/cross_grey.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        cursor: pointer;
        border: none; }
    html body .trustshare_modal_bg .trustshare-modal .modal-content p.label {
      font-size: 1.3rem;
      color: #818181;
      font-family: "hkgrotesk_light", sans-serif; }
    html body .trustshare_modal_bg .trustshare-modal .modal-content p.value {
      font-size: 2.4rem;
      font-family: "hkgrotesk_regular", sans-serif;
      color: #818181;
      margin-bottom: 1.5rem; }
    html body .trustshare_modal_bg .trustshare-modal .modal-content p.note {
      font-size: 1.2rem;
      color: #707070;
      text-align: center;
      max-width: 75%;
      margin: 0 auto 2rem auto;
      line-height: 1.0; }
    html body .trustshare_modal_bg .trustshare-modal .modal-content hr {
      border-color: #cccccc;
      margin: 2rem 0; }
    html body .trustshare_modal_bg .trustshare-modal .modal-content button {
      background-color: #482ad3;
      width: 100%;
      cursor: pointer;
      height: 5.6rem;
      border-radius: 5px;
      font-size: 1.8rem;
      color: #fff;
      font-family: "hkgrotesk_light", sans-serif;
      border: 2px solid #482ad3;
      transition: all 300ms linear; }
      html body .trustshare_modal_bg .trustshare-modal .modal-content button:hover {
        background-color: #fff;
        color: #482ad3; }
html body #withdraw_mangopay_modal .modal-content {
  padding: 2rem; }
  html body #withdraw_mangopay_modal .modal-content h1.modal-titlew {
    font-size: 3.2rem;
    color: #415671;
    text-transform: none;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem; }
  html body #withdraw_mangopay_modal .modal-content p {
    font-size: 2rem;
    margin: 1rem 0; }
  html body #withdraw_mangopay_modal .modal-content table {
    width: 100%; }
    html body #withdraw_mangopay_modal .modal-content table tr th {
      width: 30%; }
    html body #withdraw_mangopay_modal .modal-content table tr td {
      width: 70%; }
    html body #withdraw_mangopay_modal .modal-content table tr th, html body #withdraw_mangopay_modal .modal-content table tr td {
      font-size: 1.8rem;
      padding: 0.5rem; }
      html body #withdraw_mangopay_modal .modal-content table tr th input[type="text"],
      html body #withdraw_mangopay_modal .modal-content table tr th input[type="number"],
      html body #withdraw_mangopay_modal .modal-content table tr th select, html body #withdraw_mangopay_modal .modal-content table tr td input[type="text"],
      html body #withdraw_mangopay_modal .modal-content table tr td input[type="number"],
      html body #withdraw_mangopay_modal .modal-content table tr td select {
        width: 100%;
        border-radius: 0;
        background-color: #fff;
        border: 1px solid lightgrey;
        font-size: 1.8rem;
        padding: 0.5rem;
        margin: 0; }
  html body #withdraw_mangopay_modal .modal-content #frmAddFunds #innerContent {
    margin-bottom: 2rem; }
    html body #withdraw_mangopay_modal .modal-content #frmAddFunds #innerContent a#showBankDetailsButton {
      font-size: 2rem;
      color: #415671;
      text-decoration: underline; }
    html body #withdraw_mangopay_modal .modal-content #frmAddFunds #innerContent .cm_fs-xs {
      font-size: 2rem !important; }
  html body #withdraw_mangopay_modal .modal-content input#id_amount {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid lightgrey;
    font-size: 1.8rem;
    padding: 0.5rem;
    margin: 0; }
  html body #withdraw_mangopay_modal .modal-content .modal-btn-row {
    display: flex;
    justify-content: center;
    align-items: center; }
    html body #withdraw_mangopay_modal .modal-content .modal-btn-row button {
      margin: 0 1rem; }
    html body #withdraw_mangopay_modal .modal-content .modal-btn-row img#img_loader2 {
      width: 3rem;
      height: 3rem; }
html body #sipp_popup .modal-content-af {
  margin: 0;
  padding: 0 2rem; }
  html body #sipp_popup .modal-content-af p {
    font-family: "hkgrotesk_regular", sans-serif;
    font-size: 2.2rem;
    color: #373b47; }
  html body #sipp_popup .modal-content-af table {
    width: 100%;
    margin: 2rem 0; }
    html body #sipp_popup .modal-content-af table tr th {
      width: 30%; }
    html body #sipp_popup .modal-content-af table tr td {
      width: 70%; }
    html body #sipp_popup .modal-content-af table tr th, html body #sipp_popup .modal-content-af table tr td {
      font-size: 1.8rem;
      padding: 0.5rem; }
      html body #sipp_popup .modal-content-af table tr th input[type="text"],
      html body #sipp_popup .modal-content-af table tr th input[type="email"],
      html body #sipp_popup .modal-content-af table tr th input[type="number"],
      html body #sipp_popup .modal-content-af table tr th select, html body #sipp_popup .modal-content-af table tr td input[type="text"],
      html body #sipp_popup .modal-content-af table tr td input[type="email"],
      html body #sipp_popup .modal-content-af table tr td input[type="number"],
      html body #sipp_popup .modal-content-af table tr td select {
        width: 100%;
        border-radius: 0;
        background-color: #fff;
        border: 1px solid lightgrey;
        font-size: 1.8rem;
        padding: 0.5rem;
        margin: 0; }
html body #sipp_popup .modal-content-af-2 {
  margin-top: 2rem; }

@media (max-width: 640px) {
  html body #add_funds_modal .modal-content .add-funds-body .tab-content .flex-container {
    flex-wrap: wrap; }
    html body #add_funds_modal .modal-content .add-funds-body .tab-content .flex-container .content-block {
      width: 50%;
      padding-right: 1rem; }
      html body #add_funds_modal .modal-content .add-funds-body .tab-content .flex-container .content-block .label,
      html body #add_funds_modal .modal-content .add-funds-body .tab-content .flex-container .content-block .value {
        word-break: break-all; } }

/*# sourceMappingURL=popups.css.map */
