body {
  margin: 0;
  font-family: Inter, sans-serif!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

html, body {
  overflow: hidden;
  height: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.MuiBox-root .MuiTextField-root .MuiInputLabel-root {
  display: block;
}

/*.MuiBox-root .MuiTextField-root .MuiInputLabel-root.Mui-focused {*/
/*  position: absolute !important;*/
/*  top: 0px !important;*/
/*  color: #9f9fa5;*/
/*  font-weight: 400 !important;*/
/*  font-size: 16px !important;*/
/*  letter-spacing: 0px !important;*/
/*}*/

.rates-list {
  transition: opacity 0.5s ease-in-out;
}

.rates-list.fading {
  opacity: 0;
}

span {
  color: #9f9fa5;
}

.exchange-rate-card-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 24px;
}

.container {
  width: 344px;
  height: 748px;
  padding: 16px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

.container-rates {
  width: 344px;
  height: auto;
  padding: 16px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;

  overflow-y: auto;            /* Make it scrollable */
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE/Edge */
}

.container-rates::-webkit-scrollbar {
  display: none;               /* Chrome/Safari */
}

.exchange-rate-card {
  cursor: pointer;
  position: relative;
  top: -2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  margin-bottom: 8px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.exchange-rate-card-header {
  display: flex;
  align-items: center;
  /* Размещает элементы по краям контейнера */
}

.exchange-rate-card-title {
  position: relative;
  margin-left: 8px;
  top: -2px;
  font-size: 16px;
  font-weight: bold;
  color: #2d2a56;
  white-space: nowrap;
  overflow: hidden;
  transition: max-width 0.3s ease;
}

.exchange-rate-card-title.has-rating {
  max-width: 100%;
}

.exchange-rate-card-rating {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffd700;
}

.exchange-rate-card-notifications {
  cursor: pointer;
  margin-left: 46px;
  display: flex;
  gap: 4px;
  margin-left: auto;
}

.notification-alert {
  background-color: #ff4d4d;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
}

.notification-info {
  background-color: #03C00A;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
}

.exchange-rate-card-details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
}

.exchange-rate-card-info {
  text-align: center;
}

.currency-name {
  font-size: 14px;
  color: #2d2a56;
}

.currency-amount {
  font-size: 16px;
  font-weight: bold;
  color: #2d2a56;
}

.exchange-rate-card-arrow {
  font-size: 20px;
  color: #999;
  margin: 0 8px;
}

.exchange-rate-card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #a2a2a2;
}

/* Additional styles for RatesPage */
.sort-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0px -10px 0px;
  padding-bottom: 10px;
}

.sort-button {
  background-color: #03C00A;
  color: white;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
}

.css-gojtn1 {
  margin-bottom: 65px;
  max-height: calc(100% - 188px);
}
.sort-menu {
  position: absolute;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.sort-menu-item {
  padding: 8px;
  cursor: pointer;
}

.sort-menu-item:hover {
  background: #f0f0f0;
}

.loading {
  text-align: center;
  margin: 20px 0;
}

.no-rates {
  text-align: center;
  margin: 60px 0;
}

.back-button {
  background-color: #03C00A;
  color: white;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 8px;
}

.rates-list {
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 140px;

  max-height: calc(100vh - 200px);
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
  overflow-x: hidden;
}
.rates-list::-webkit-scrollbar {
  display: none;
}

.sort-button-1 {
  border-radius: 50px;
}

.rate-card {
  background-color: #f8f8f8;
  padding: 16px;
  margin-bottom: 8px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.info {
  cursor: pointer;
}

.rate-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rate-name {
  font-size: 16px;
  font-weight: bold;
  color: #2d2a56;
}

.changer-name {
  font-size: 14px;
  color: #a2a2a2;
}

.rate-details {
  font-size: 14px;
  color: #2d2a56;
}

.navigate-button {
  background-color: #03C00A;
  color: white;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
}

.adjusted-input input {
  text-align: right !important;
  font-weight: 500;
}

.refresh-notice {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  background-color: rgba(3, 192, 10, 0.15);
  color: #035e07;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6),
  0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(3, 192, 10, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.refresh-notice.visible {
  opacity: 1;
  visibility: visible;
}

.refresh-notice.hidden {
  opacity: 0;
  visibility: hidden;
}


/*# sourceMappingURL=main.9b5d0267.css.map*/