.new-table--personalize {
  display: flex;
  height: 94px;
  justify-content: space-between;
  margin: auto;
  width: 972px;
}

@media (max-width: 971px) {
  .new-table--personalize {
    align-items: center;
    flex-direction: column;
    min-height: 140px;
    width: auto;
  }
}

.new-table--personalize > *.flow {
  background-color: #cef3ff;
  background-image: url("./images/icon-personalize.svg");
  background-position: 7px 12px;
  background-repeat: no-repeat;
  background-size: 50px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  height: 64px;
  min-width: 500px;
  padding: 15px 0 15px 64px;
  position: relative;
}

@media (max-width: 971px) {
  .new-table--personalize > *.flow {
    width: 80%;
  }
}

.new-table--personalize > *.flow i {
  color: #009bc6;
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 10px;
}

.new-table--personalize > *.flow i.active {
  transform: rotate(180deg);
}

.new-table--personalize > *.flow p {
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0;
}

.new-table--personalize > *.dropdown {
  align-self: center;
  font-size: 15px;
}

.new-table--personalize > *.dropdown select {
  margin-left: 15px;
}

.new-table--wrapper .rate-from,
.new-table--wrapper .rate-newlines {
  display: none;
}

.new-table--wrapper .calculator-table tbody tr.main:nth-last-child(2) {
  border-bottom: 1px solid #d5d9dc;
}

.new-table--wrapper .actual-rate {
  font-weight: normal;
}

.new-table--wrapper .new-table--heading {
  color: #262626;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 971px) {
  .new-table--wrapper .new-table--heading {
    flex-wrap: wrap;
    font-size: 20px;
  }
}

.new-table--wrapper .new-table--calculator {
  border-bottom: 0;
}

.new-table--wrapper .new-table--calculator div.new-table--calculator {
  align-items: flex-start;
  border: 1px solid #d5d9dc;
  border-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5625rem;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  max-width: 961px;
  padding: 0.5rem;
  width: 100%;
}

.new-table--wrapper .new-table--calculator .luna-button--action {
  width: 172px;
}

.new-table--wrapper .new-table--calculator.new-table--calculator__full-width {
  background-color: #cef3ff;
  border: 0;
  margin-bottom: 20px;
  width: 100%;
}

.new-table--wrapper .new-table--calculator.new-table--calculator__full-width div.new-table--calculator {
  border: 0;
  padding-bottom: 1rem;
}

.new-table--wrapper .new-table--calculator .select2-container {
  flex: 1 1 auto;
}

.new-table--wrapper .new-table--calculator .select2-selection--single {
  border-color: #d5d9dc;
  border-radius: 2px;
  height: 100%;
}

.new-table--wrapper .new-table--calculator .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
}

.new-table--wrapper .new-table--calculator .select2-selection--single .select2-selection__arrow {
  height: 0;
  top: 50%;
}

.new-table--wrapper .new-table--calculator .luna-select {
  max-width: 200px;
}

@media (max-width: 971px) {
  .new-table--wrapper .new-table--calculator {
    align-items: stretch;
    flex-direction: column;
    font-size: 16px;
    height: auto;
    max-width: 100%;
    min-height: 120px;
  }
  .new-table--wrapper .new-table--calculator .luna-select {
    max-width: 100%;
  }
  .new-table--wrapper .new-table--calculator .luna-button {
    margin-top: 15px;
    width: 100%;
  }
  .new-table--wrapper .new-table--calculator > * {
    flex: 1;
    width: 100%;
  }
  .new-table--wrapper .new-table--calculator > * input {
    width: 100%;
  }
  .new-table--wrapper .new-table--calculator > * select {
    width: 100%;
  }
}

.new-table--wrapper .new-table--calculator a {
  width: 172px;
}

@media (max-width: 971px) {
  .new-table--wrapper .new-table--calculator a {
    width: 100%;
  }
}

.new-table--wrapper .new-table--calculator > * {
  display: flex;
  margin: 0.25rem;
  white-space: nowrap;
}

@media (max-width: 971px) {
  .new-table--wrapper .new-table--calculator > * {
    margin: 0;
  }
}

.new-table--wrapper .new-table--calculator .rate-from,
.new-table--wrapper .new-table--calculator .rate-newlines {
  display: none;
}

.new-table--wrapper .new-table--calculator .actual-rate {
  font-weight: normal;
}

.new-table--wrapper .new-table--flow {
  align-content: center;
  background-color: #cef3ff;
  display: none;
  flex-wrap: wrap;
  font-size: 25px;
  justify-content: center;
}

.new-table--wrapper .new-table--flow p:first-child {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.new-table--wrapper .new-table--flow > * {
  margin: 0 8px;
}

.new-table--wrapper .new-table--flow span {
  flex: 1 1 100%;
  text-align: center;
}

.new-table--wrapper .new-table--flow span a {
  background-image: url("./images/Close.svg");
  background-repeat: no-repeat;
  color: #009bc6;
  flex: 1 1 100%;
  font-size: 12px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: center;
  text-decoration: none;
}

.new-table--wrapper .new-table--flow .progressbar-wrapper {
  flex: 1 1 100%;
}

.new-table--wrapper .new-table--flow .progressbar-wrapper .progressbar {
  border-bottom: 1px solid #009cdf;
  display: flex;
  height: 10px;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 30px;
  width: 320px;
}

.new-table--wrapper .new-table--flow .progressbar-wrapper .progressbar .off,
.new-table--wrapper .new-table--flow .progressbar-wrapper .progressbar .on {
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 15px;
  transform: translateY(50%);
}

.new-table--wrapper .new-table--flow .progressbar-wrapper .progressbar .on {
  background-image: url("./images/CircleClosed.svg");
}

.new-table--wrapper .new-table--flow .progressbar-wrapper .progressbar .off {
  background-image: url("./images/CircleOpen.svg");
}

.new-table--wrapper form[name='compareForm'] {
  margin: auto;
  max-width: 961px;
}

.new-table--wrapper form[name='compareForm'] .table-sorter-wrapper {
  align-items: center;
  background-color: #18304b;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem;
}

.new-table--wrapper form[name='compareForm'] .table-sorter-wrapper label {
  color: #fff;
  margin: 0.5rem;
}

@media (max-width: 600px) {
  .new-table--wrapper form[name='compareForm'] .table-sorter-wrapper select {
    width: 100%;
  }
}

.new-table--wrapper form[name='compareForm'] .luna-select {
  width: 300px;
}

.new-table--wrapper form[name='compareForm'] .luna-select::after {
  font-weight: normal;
}

.new-table--wrapper form[name='compareForm'] .comparison-table__sortableItems {
  margin-left: 660px;
  width: 298px;
}

.new-table--wrapper .new-table {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
}

.new-table--wrapper .new-table thead {
  display: block;
}

.new-table--wrapper .new-table tbody {
  display: flex;
  flex-direction: column;
}

.new-table--wrapper .new-table tr th {
  display: none !important;
}

.new-table--wrapper .new-table tr {
  order: 3;
}

.new-table--wrapper .new-table tr:nth-child(1), .new-table--wrapper .new-table tr:nth-child(2) {
  order: 1;
}

.new-table--wrapper .new-table tr.main {
  border: 1px solid #d5d9dc;
  border-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 20px;
}

.new-table--wrapper .new-table tr.main.border-bottom {
  border-bottom: 1px solid #d5d9dc;
}

.new-table--wrapper .new-table tr.main a.more {
  color: #009bc6;
  font-size: 14px;
  text-decoration: none;
}

.new-table--wrapper .new-table tr.main a.more:hover {
  text-decoration: underline;
}

.new-table--wrapper .new-table tr.main .luna-button--ghost.luna-button--primary {
  border-color: #009bc6;
  color: #009bc6;
}

.new-table--wrapper .new-table tr.main .luna-button--ghost.luna-button--primary:hover {
  background-color: #009bc6;
  color: #fff;
}

.new-table--wrapper .new-table tr.main td {
  box-sizing: border-box;
  flex: 0 1 16.66667%;
  order: 100;
  padding: 0 3px;
  text-align: left;
}

.new-table--wrapper .new-table tr.main td > div {
  display: inline-block;
}

.new-table--wrapper .new-table tr.main td .table-popover {
  margin-left: 5px;
}

.new-table--wrapper .new-table tr.main td:first-child {
  order: 1;
}

.new-table--wrapper .new-table tr.main td[data-title]::before {
  color: #6d7983;
  content: attr(data-title);
  display: block;
  font-size: 12px;
  margin-bottom: 0.25rem;
}

@media (max-width: 1200px) and (min-width: 971px) {
  .new-table--wrapper .new-table tr.main td[data-title='Min. Transfer Amt']::before {
    content: 'Min. Trans. Amt';
  }
}

.new-table--wrapper .new-table tr.main td.description {
  flex: 1 1 70%;
  font-size: 14px;
  padding: 20px 0;
}

.new-table--wrapper .new-table tr.main td.description span strong {
  color: #f17935;
  font-weight: normal;
}

.new-table--wrapper .new-table tr.main td.amount {
  flex: 1;
  text-align: center;
}

.new-table--wrapper .new-table tr.main td.cta {
  flex: 0 0 172px;
  padding: 3px 0;
  text-align: center;
}

.new-table--wrapper .new-table tr.main td.cta a {
  width: 100%;
}

.new-table--wrapper .new-table tr.main td.cta > * {
  margin: 0.25rem 0;
}

.new-table--wrapper .new-table tr.main td.logo {
  text-align: left;
}

.new-table--wrapper .new-table tr.main td.compare {
  flex: 1 1 300px;
  font-size: 14px;
  text-align: left;
}

.new-table--wrapper .new-table tr.main td.toggle-details {
  flex: 1;
  padding-right: 35px;
  text-align: right;
}

.new-table--wrapper .new-table tr.main td.toggle-details i {
  color: #009bc6;
  display: inline-block;
}

.new-table--wrapper .new-table tr.main td.toggle-details i.active {
  transform: rotate(180deg);
}

.new-table--wrapper .new-table tr.main td.small {
  font-size: 12px;
}

.new-table--wrapper .new-table tr.main td.align-left {
  text-align: left;
}

.new-table--wrapper .new-table tr.main td .big {
  font-size: 25px;
  font-weight: normal;
}

.new-table--wrapper .new-table tr.main td .block {
  display: block;
}

.new-table--wrapper .new-table tr.main td.details {
  background-color: #f4f5f6;
  display: none;
  flex: 1 1 100%;
  padding: 14px;
}

.new-table--wrapper .new-table tr.main td.details.active {
  display: block;
}

.new-table--wrapper .new-table tr.main td img {
  margin-top: 0;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  justify-content: space-around;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 400px;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] dl dd,
.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] dl dt {
  border-bottom: 1px dashed #d8d8d8;
  flex: 1 1 35%;
  margin: 0;
  padding: 14px 0;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] dl dt {
  text-align: left;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] dl dd {
  text-align: right;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] dl.currencies {
  flex-wrap: nowrap;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] dl.currencies dd,
.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] dl.currencies dt {
  border: 0;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] dl.currencies dd {
  flex: 10 10 auto;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] span {
  flex: 1 1 100%;
  text-align: center;
}

.new-table--wrapper .new-table tr.main .luna-tabpanel[aria-hidden='false'] span a {
  margin: 0.25rem 0;
  width: 176px;
}

.select2-results__options {
  overflow-x: hidden;
}

.js-comparison-calculator.modal-is-active form[name='compareForm'],
.js-comparison-calculator.modal-is-active #imt-country-search-calculator-form {
  filter: blur(1px);
}

.js-comparison-calculator.modal-is-active form[name='compareForm'] {
  min-height: 400px;
}

.comparison-calculator--calc-us-v2-calculator {
  margin: auto;
  max-width: 961px;
  position: relative;
}

.comparison-calculator--calc-us-v2-calculator .luna-modal {
  justify-content: flex-start;
  position: absolute;
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__content {
  margin: 1rem;
  white-space: normal;
  width: auto;
}

@media (min-width: 601px) {
  .comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__content {
    margin-top: 2rem;
    width: calc(100% - spacing('quad'));
  }
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__body {
  background-color: #f4f5f6;
  min-height: calc(3 * spacing('quad'));
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__body .luna-modal__wrapper {
  display: flex;
  min-height: 210px;
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__body .luna-modal__wrapper .imt-modal-content__item-wrapper {
  border: unset;
  display: flex;
  font-size: 1.5625rem;
  height: auto;
  margin: auto;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 971px) {
  .comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__body .luna-modal__wrapper .imt-modal-content__item-wrapper {
    flex-direction: column;
  }
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__body .luna-modal__wrapper .imt-modal-content__item-wrapper > * {
  display: flex;
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__body .luna-modal__wrapper .imt-modal-content__item-wrapper > * > * {
  margin: 0 0.25rem;
}

@media (max-width: 971px) {
  .comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__body .luna-modal__wrapper .imt-modal-content__item-wrapper > * {
    margin: 1rem 0;
  }
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__body .luna-modal__wrapper .imt-modal-content__item-wrapper .select2 {
  min-width: 7rem;
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__close {
  display: none;
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__close:focus {
  outline: none;
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__header {
  text-align: center;
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__title {
  width: 100%;
}

.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-modal__footer,
.comparison-calculator--calc-us-v2-calculator .luna-modal .luna-card__block {
  background-color: #f4f5f6;
}

@media (max-width: 971px) {
  .new-table--wrapper form[name='compareForm'] {
    width: auto;
  }
  .new-table--wrapper form[name='compareForm'] .luna-select {
    margin-left: 0;
    width: 100%;
  }
  .new-table--wrapper form[name='compareForm'] .comparison-table__sortableItems {
    margin-left: 0;
    width: 100%;
  }
  .new-table--wrapper #imtAmount {
    width: 60%;
  }
  .new-table--wrapper .new-table {
    border: 0;
    margin: 0;
    width: 100%;
  }
  .new-table--wrapper .new-table tbody tr.main.rate-alerts {
    display: none;
  }
  .new-table--wrapper .new-table tr.flex {
    align-items: center;
    border: 1px solid #d5d9dc;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
  }
  .new-table--wrapper .new-table tr.flex td {
    flex: 1;
    order: 50;
  }
  .new-table--wrapper .new-table tr.flex td.amount {
    order: 3;
    text-align: left;
  }
  .new-table--wrapper .new-table tr.flex td.logo {
    flex: 0 0 50%;
    order: 1;
  }
  .new-table--wrapper .new-table tr.flex td.cta {
    flex: 0 0 50%;
    order: 2;
  }
  .new-table--wrapper .new-table tr.flex td.compare {
    display: none;
  }
  .new-table--wrapper .new-table tr.flex td.description {
    display: none !important;
  }
  .new-table--wrapper .new-table tr.flex td.toggle-details {
    flex: 0;
    flex-basis: 100%;
    text-align: center;
  }
  .new-table--wrapper .new-table tr.flex td.details {
    padding: 14px 5px;
  }
  .new-table--wrapper .new-table tr.flex td.wrapper {
    border-bottom: 1px solid #d5d9dc;
    border-top: 1px solid #d5d9dc;
    box-sizing: border-box;
    flex: 0 0 100%;
    min-height: 90px;
    overflow: scroll;
    padding-bottom: 25px;
  }
  .new-table--wrapper .new-table tr.flex td.wrapper tr {
    display: flex;
  }
  .new-table--wrapper .new-table tr.flex td.wrapper tr td {
    order: 50;
    width: 120px;
  }
  .new-table--wrapper .new-table tr.flex td.wrapper tr td.amount {
    order: 3;
  }
  .new-table--wrapper .new-table tr.flex td.wrapper .see-more {
    background-image: url("./images/SwipeHand.svg");
    background-repeat: no-repeat;
    bottom: 50px;
    color: #a8b0b7;
    font-size: 12px;
    opacity: 1;
    padding-left: 20px;
    position: absolute;
    right: 15px;
    transition: opacity 0.5s linear;
  }
  .new-table--wrapper .new-table tr.flex td.wrapper .see-more.hidden {
    opacity: 0;
  }
}
