#chooseCreditMenuSection {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: 100;
  font-family: 'Roboto Condensed';
  /* background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); */
}

#chooseCreditMenuContainer {
  position: fixed;
  width: 600px;
  height: 300px;
  left: 50%;
  top: 15%;
  font-family: sans-serif;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  perspective: 500px;
  -webkit-perspective: 500px;
}

.CreditMenu_Title {
  width: 100%;
  height: 30px;
  text-align: center;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 2px black;
  font-size: 20px;
}

#CreditMenu_Button {
  margin-top: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #D7355C;
  color:white;
  width: 120px;
  height: 40px;
  margin: auto;
  border-radius: 20px;
  text-transform: uppercase;



}

/* #CreditMenu_Button:hover {
  background-color: #303030;
  color: white;
} */

#CreditMenu_List {
  width: 100%;
  height: 220px;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  -webkit-transform: rotateX(10deg);
  transform: rotateX(10deg);
  margin-bottom: 20px;
}

.CreditMenu_Card {
  width: 140px;
  height: 200px;
  flex: 0 0 auto;
  margin: 0px 20px;
}

.choosenCredit {
  border: 5px solid #39c747;
}

.CreditMenu_Card_title {
  width: 100%;
  height: 65px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
  line-height: 80%;
}

.CreditMenu_Card_amount {
  text-align: right;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #303030;
  font-size: 30px;
  line-height: 80%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.CreditMenu_Card_line {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 100;
  font-family: 'Roboto Condensed';
}

.CreditMenu_Card_line-span {
  font-weight: normal;
}

.creditColor-basic {
  color: #C4C4C4;
}

.creditColor-longPause {
  color: #539D5A;
}

.creditColor-huge {
  color: #DDA653;
}
