@keyframes loading-spinner-animation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.coin-selector {
  background-color: rgb(249, 250, 250);
  border-radius: 0.5rem;
  position: relative;
}

.coin-selector__top {
  position: relative;
}

.coin-selector__top-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #8f96a1 #8f96a1 transparent;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: 50% 50%;
}

.coin-selector__item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0 0.5rem 0.5rem;
  min-height: 3.6rem;
}

.coin-selector__item--usdc {
  order: 1;
}

.coin-selector__item--eth {
  order: 2;
}

.coin-selector__item--btn {
  order: 3;
}

.coin-selector__item--bnb {
  order: 4;
}

.coin-selector__item--usdt {
  order: 5;
}

.coin-selector__item--xrp {
  order: 6;
}

.coin-selector__item--matic {
  order: 7;
}

.coin-selector__item--eurt {
  order: 8;
}


.coin-selector__item-icon {
  margin-right: 0.5rem;
}

.coin-selector__item-icon svg {
  width: 2rem;
  height: 2rem;
}

.coin-selector__item-name {
  font-size: 1.8rem;
  font-family: TTCommons-DemiBold, sans-serif;
  line-height: 2.4rem;
  margin-right: 0.5rem;
}

.coin-selector__item-code {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgb(143, 150, 161);
}

.coin-selector__menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc( 100% + 0.5rem );
  left: 0;
  width: 100%;
  background-color: rgb(249, 250, 250);
  border-radius: 0.5rem;
  box-shadow: rgb(25 30 41 / 10%) 0 3px 16px;
  max-height: 0;
  overflow: hidden;
  z-index: 5;
  transition: 0.5s max-height;
}

.coin-selector--expand .coin-selector__top-arrow{
  transform: translateY(-50%) rotate(-135deg);
}

.coin-selector--expand .coin-selector__menu {
  max-height: 50rem;
}

.loading-spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.loading-spinner--show {
  display: flex;
}

.loading-spinner__icon {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loading-spinner__icon:after {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  margin: 8px;
  border-radius: 50%;
  border: 8px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading-spinner-animation 1.2s linear infinite;
}

.error-message {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  transition: transform 1s;
}
.eSYpOn {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  column-gap: 0.5rem;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(249, 250, 250);
  border-radius: 0.5rem;
  padding-left: 1rem;
  font-size: 2.4rem;
  cursor: pointer;
}
.fFjHNl {
  background: rgb(255, 255, 255);
  color: rgb(25, 30, 41);
  z-index: 0;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}
.gkhzIh svg {
  width: 2rem;
  height: 2rem;
}
.bBaomQ {
  margin: 0px;
  font-size: 1.8rem;
  font-family: TTCommons-DemiBold, sans-serif;
  line-height: 2.4rem;
}

.fkijLP {
  position: absolute;
  right: 0px;
  height: 4rem;
  min-width: 5rem;
  background: transparent;
  border: none;
}
.cVtqxL {
  border-style: solid;
  border-color: rgb(143, 150, 161);
  border-image: initial;
  border-width: 0px 1.5px 1.5px 0px;
  padding: 4px;
  position: absolute;
  top: 32%;
  right: 1.8rem;
  transform: rotateZ(45deg);
  transition: all 0.3s ease 0s;
}
.cRBulS {
  background-color: rgb(249, 250, 250);
  border-radius: 0.5rem;
  min-height: 3.6rem;
  margin-bottom: 2rem;
  padding: 0px 1rem 0px;
  font-size: 1.6rem;
  font-family: TTCommons-DemiBold, sans-serif;
  font-weight: 500;
  outline: none;
  border: none;
  box-sizing: border-box;
  width:100%;
}
.hqZSUo {
  position: absolute;
  right: 0px;
  top: 33%;
}
.edvPTA {
  border: 1px solid rgb(143, 150, 161);
  border-radius: 0.4rem;
  background: rgb(143, 150, 161);
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.4rem 0.6rem 0.2rem;
  margin-right: 1rem;
  cursor: pointer;
}
.gxltva {
  border: 1px solid rgb(143, 150, 161);
  border-radius: 0.4rem;
  background: rgb(255, 255, 255);
  color: rgb(143, 150, 161);
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.4rem 0.6rem 0.2rem;
  margin-right: 1rem;
  cursor: pointer;
}
.sc-d583m2-4 .RMozK {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0px;
  width: 100%;
  max-height: 50rem;
  background: rgb(249, 250, 250);
  overflow: hidden;
  padding: 0px 1rem;
  z-index: 100;
  transition: max-height 0.3s ease 0s;
  box-shadow: rgb(25 30 41 / 10%) 0px 3px 16px;
}
.gufvmx {
  margin: 1rem 0px;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  column-gap: 0.5rem;
}
.gufvmx:hover {
  cursor: pointer;
}
.htqHzl {
  margin: 0px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgb(143, 150, 161);
}
div#expand-currency-menu {
  position:inherit;
  background: rgb(249, 250, 250);
  overflow: hidden;
  margin: 20px 0px;
  width: 100%;
  padding-right: 5rem;
  padding-left: 1rem;
  z-index: 100;
  transition: max-height 0.3s ease 0s;
  box-shadow: rgb(25 30 41 / 10%) 0px 3px 16px;
}

.radio-toolbar.two-btn{
  position: absolute; 
  top: 31px; 
  right: 6%;
}
.radio-toolbar.period-toogle{
  position: absolute; 
  right: 6%;    
  margin-top: -33px;
}
.calculator-section .align-results {
  padding: 10% 0px;
}
.calculator-section .radio-toolbar input[type="radio"] {
  display: none;
}
.calculator-section .radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 7px 14px;
  font-family: Arial;
  font-size: 16px;
  border: 2px solid #444;
  border-radius: 4px;
  color: #000000;
  font-weight: 500 !important;
}
.calculator-section .radio-toolbar input[type="radio"]:checked + label {
  background-color: #43e2cf;
  border-color: #43e2cf;
  color: #fff;
  font-weight: 700 !important;
}
.calculator-section .radio-toolbar label:hover {
  background-color: #e5e5e5;
  cursor: pointer;
}
.calculator-section-period .align-results {
  padding: 10% 0px;
}
.calculator-section-period .radio-toolbar input[type="radio"] {
  display: none;
}
.calculator-section-period .radio-toolbar label {
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 500 !important;
}
.calculator-section-period .radio-toolbar input[type="radio"]:checked + label {
  color: #01c38d;
}
.calculator-section-period .radio-toolbar label:hover {
  cursor: pointer;
  color: #01c38d;

}
@media screen and (min-width: 992px) {
  .calculator-section .align-results {
    padding: 20% 0px;
  }
  .calculator-section .align-results {
    padding: 20% 0px;
  }
}

@media (max-width: 600.95px){
  .radio-toolbar.period-toogle{
      position: inherit; 
      right: 0px; 
      margin-top: 0px;
    }
}