.exchange-calc {
    background-color: #f2f0ed;
    padding: 40px 0;
}

.exchange-calc h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 57px;
}

.exchange-calc form input[type="submit"] {
    display: block;
    margin: 0 auto;
}

.exchange-calc .calculator {
    margin-bottom: 30px;
}

.exchange-calc .calculator .action-type {
    margin-bottom: 1rem;
    background: #F5F4F2;
    border-bottom: 2px solid #920035;
}

@media screen and (min-width: 60.063em) {
    .exchange-calc .calculator .action-type {
        max-width: 165px;
        margin: 0;
    }
}

.exchange-calc .calculator .action-type .selectedTxt {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.stylish-select .action-type ul.newList a {
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a0035;
    background: none;
    border: 0;
}

.exchange-calc .calculator .ss-main.js-actiontype-select {
  line-height: 80px;
  height: 82px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  border: 0 solid var(--color-primary);
  border-bottom-width: 2px;
  margin: 0;
  background: none;
  border-radius: 0;
}

.ss-main.js-actiontype-select .ss-values .ss-single {
  line-height: 1;
}

.exchange-calc .calculator .js-actiontype2 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 80px;
    text-transform: uppercase;
    padding: 0 20px;
}

@media screen and (min-width: 60.063em) {
    .exchange-calc .calculator .js-actiontype2 {
        padding: 0;
        text-align: center;
    }
}

.exchange-calc .calculator .select-wrapper1,
.exchange-calc .calculator .select-wrapper2 {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 2px solid #7a0035;
  background: #F5F4F2;
  margin-bottom: 10px;
}

.exchange-calc .calculator .select-wrapper1 {
    margin-bottom: 50px;
}

.exchange-calc .calculator .select-wrapper1 [name="currency1-value"],
.exchange-calc .calculator .select-wrapper2 [name="currency2-value"] {
    display: inline-block;
    width: 100%;
    line-height: 80px;
    height: 80px;
    font-size: 50px;
    background: #F5F4F2;
    border: 0;
}

/*----*/


/*// Main content enlargements*/
:is(.js-currency1-select, .js-currency2-select).ss-main {
  width: 120px;
  height: 100%;
  background: transparent;
  border: 0;
  font-size: 18px;
  font-weight: bold;
}

/*// Target the class on the img*/
:is(.js-currency1-select, .js-currency2-select).ss-main .ss-single {
  align-items: center;
}

:is(.js-currency1-select, .js-currency2-select).ss-main .ss-single .flag-icon {
  width: 30px;
  padding: 0 8px 0 8px;
}

/*// Target the options*/
/*// Update sizing and alignment*/
:is(.js-currency1-select, .js-currency2-select).ss-content .ss-option {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
}

/*// Target the class on the img*/
:is(.js-currency1-select, .js-currency2-select).ss-content .ss-option .flag-icon {
  width: 30px;
  padding: 0 8px 0 8px;
}

/*----*/
.exchange-calc .calculator .tooltipstered {
    display: inline-block;
    color: #a8a8a8;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 0 5px;
    cursor: pointer;
}

.exchange-calc .calculator .tooltipstered .icon-basic_question {
    font-weight: 600;
}

.exchange-calc .calculator .current-rate {
    font-size: 12px;
    color: #737373;
    font-weight: 700;
}

/*.stylish-select .action-type .selectedTxt:after,*/
/*.stylish-select .currency1 .selectedTxt:after,*/
/*.stylish-select .currency2 .selectedTxt:after {*/
/*    font-size: 20px;*/
/*    color: #7a0035;*/
/*}*/


.stylish-select .SSContainerDivWrapper.currency1 ul.newList a,
.stylish-select .SSContainerDivWrapper.currency2 ul.newList a {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    font-size: 18px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a0035;
    background: none;
    border: 0;
}

.stylish-select .SSContainerDivWrapper.currency1 ul.newList a img,
.stylish-select .SSContainerDivWrapper.currency2 ul.newList a img {
    pointer-events: none;
}

.exchange-calc .circle-banner {
    display: flex;
    margin: 0 auto 30px;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #36b27a;
    color: #fff;
}

.exchange-calc .circle-banner .banner-icon {
    max-height: 50px;
    margin-bottom: 10px;
}

.exchange-calc .circle-banner .save-word {
    font-size: 20px;
}

.exchange-calc .circle-banner .saving-wrapper {
    text-align: center;
    max-width: 100%;
    margin: 0 5px;
}

.exchange-calc .circle-banner .saving-rate {
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    max-width: 240px;
    line-height: 1;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exchange-calc .circle-banner .saving-rate + .currency {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
}

.exchange-calc .circle-banner .show-more {
    font-size: 12px;
    color: #fff;
}

.exchange-calc .circle-banner .show-more:hover,
.exchange-calc .circle-banner .show-more:focus {
    color: #a3f7d1;
 }
