@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialicons.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconsoutlined.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconsround.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconssharp.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconstwotone.woff2") format("woff2");
}
/*------------------------Font Awesome Shortcut--------------------------*/
.section-luckywheel {
  font-family: "Roboto";
}
.section-luckywheel .limiter {
  max-width: 1104px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-luckywheel .luckywheel-wrapper {
  width: 100%;
  position: relative;
}
.section-luckywheel .luckywheel-wrapper .luckywheel-background {
  width: calc(100% + 1.4rem + 1.4rem);
  height: calc(100% + 1.4rem);
  position: absolute;
  left: -1.4rem;
  right: -1.4rem;
  top: -1.4rem;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: var(--luckywheel-bg-image, url("https://resources.egoffice4u.com/minigame/luckywheel/background.webp"));
}
.section-luckywheel .luckywheel-wrapper .animated-background {
  aspect-ratio: 1/0.48;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: var(--luckywheel-glow-bg-image, url("https://resources.egoffice4u.com/minigame/luckywheel/bg-glow.gif"));
}
.section-luckywheel .luckywheel-wrapper .luckywheel-maincourse {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.section-luckywheel .luckywheel-wrapper .luckywheel-maincourse .luckywheel-title {
  aspect-ratio: 1/0.18;
  width: 75%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: var(--luckywheel-title-image, url("https://resources.egoffice4u.com/minigame/luckywheel/title.webp"));
}
.section-luckywheel .luckywheel-wrapper .luckywheel-maincourse .luckywheel-wheel-wrapper {
  position: relative;
  overflow: hidden;
}
.section-luckywheel .luckywheel-wrapper .luckywheel-maincourse .luckywheel-wheel-wrapper .wheel-wrapper {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .section-luckywheel .luckywheel-wrapper .luckywheel-maincourse .luckywheel-wheel-wrapper .wheel-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .luckywheel-wrapper .luckywheel-maincourse .luckywheel-wheel-wrapper .wheel-wrapper {
    width: 183%;
    translate: -23% 0;
  }
}
.section-luckywheel .luckywheel-wrapper .luckywheel-maincourse .luckywheel-wheel-wrapper .wheel-wrapper .wheel-board {
  aspect-ratio: 1/1;
  width: 45%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: var(--luckywheel-spinboard-image, url("https://resources.egoffice4u.com/minigame/luckywheel/spinboard-8.webp"));
}
.section-luckywheel .luckywheel-wrapper .luckywheel-maincourse .luckywheel-wheel-wrapper .wheel-wrapper .wheel-frame {
  aspect-ratio: 1/0.544;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: var(--luckywheel-spinframe-image, url("https://resources.egoffice4u.com/minigame/luckywheel/spinframe-8.webp"));
}
.section-luckywheel .luckywheel-wrapper .luckywheel-maincourse .luckywheel-wheel-wrapper .wheel-wrapper .wheel-button {
  aspect-ratio: 1/1;
  width: 13%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 3;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: var(--luckywheel-spinbutton-image, url("https://resources.egoffice4u.com/minigame/luckywheel/spinbutton.gif"));
}
.section-luckywheel .spinningInfo-wrapper {
  position: relative;
  padding: 1.4rem 0;
  margin-bottom: 1.4rem;
}
.section-luckywheel .spinningInfo-wrapper .spinningInfo-background {
  width: calc(100% + 1.4rem + 1.4rem);
  height: 100%;
  position: absolute;
  left: -1.4rem;
  right: -1.4rem;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  background-image: var(--spinningInfo-bg-image, url("https://resources.egoffice4u.com/minigame/luckywheel/deposit-background.webp")); /** Config Here **/
}
.section-luckywheel .spinningInfo-wrapper .timer {
  position: relative;
  z-index: 2;
  width: 260px;
  margin: 1rem auto;
}
.section-luckywheel .spinningInfo-wrapper .timer .startEndDate-title {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--timer-maintitle-textcolor, #fff);
}
.section-luckywheel .spinningInfo-wrapper .timer ul {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.section-luckywheel .spinningInfo-wrapper .timer ul li {
  border-width: 4px;
  border-style: solid;
  border-color: var(--timer-box-bordercolor, #FEA827);
  border-radius: 1rem;
  background-color: var(--timer-box-bgcolor, #000);
  padding: 0.5rem;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.section-luckywheel .spinningInfo-wrapper .timer ul li span {
  align-self: flex-start;
  display: block;
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--timer-box-num-textcolor, #FEA827);
  text-align: center;
}
.section-luckywheel .spinningInfo-wrapper .timer ul li label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  padding: 0.3rem;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: var(--timer-box-label-textcolor, #000);
  border-radius: 1rem;
  background-color: var(--timer-box-label-bgcolor, #fff);
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .deposit-form {
  padding: 1.4rem;
  background-color: var(--depositbox-first-bgcolor, #646464);
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .deposit-form .title {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #fff; /** config here **/
  color: var(--depositbox-first-title-textcolor, #fff);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .spinningInfo-wrapper .deposit-wrapper .deposit-form .title {
    font-size: 1.6rem;
  }
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .deposit-form .title span {
  font-weight: bold;
  color: #FEA827; /** config here **/
  color: var(--depositbox-first-titlehighlight-textcolor, #FEA827);
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .deposit-form .depositinput-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .spinningInfo-wrapper .deposit-wrapper .deposit-form .depositinput-wrapper {
    flex-wrap: wrap;
  }
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .deposit-form .depositinput-wrapper button {
  width: 135px;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  text-align: center;
  border: 0;
  border-radius: 10rem;
  background-color: var(--depositbox-first-input-button-bgcolor, #FEA827);
  color: var(--depositbox-first-input-button-textcolor, #000);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .spinningInfo-wrapper .deposit-wrapper .deposit-form .depositinput-wrapper button {
    border-radius: 10rem;
    flex: 1 1 100%;
    margin-top: 1rem;
  }
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .spinchance-wrapper {
  padding: 1.4rem;
  background-color: var(--depositbox-second-bgcolor, #3C3C3C);
  color: var(--depositbox-second-textcolor, #fff);
  border-bottom-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .spinchance-wrapper:first-child {
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .spinchance-wrapper .spinchance-title {
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .spinningInfo-wrapper .deposit-wrapper .spinchance-wrapper .spinchance-title {
    font-size: 1.6rem;
  }
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .spinchance-wrapper .spinchance-title span {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  padding: 0.3em 1em;
  margin: 0 0.2em;
  font-weight: bold;
  background-color: var(--depositbox-second-highlight-bgcolor, #FEA827);
  color: var(--depositbox-second-highlight-textcolor, #000);
}
.section-luckywheel .spinningInfo-wrapper .deposit-wrapper .spinchance-wrapper .spinchance-sub {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.section-luckywheel .prize-wrapper {
  background-color: var(--prizebox-bgcolor, #3C3C3C);
  border-color: var(--prizebox-bordercolor, #FEA827);
  border-width: 4px;
  border-style: solid;
  border-radius: 1.4rem;
  padding: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso {
  flex: 1 1 100%;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso > .title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--prizebox-title-textcolor, #FEA827);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso > .title {
    font-size: 1.6rem;
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-physical .prize-list {
  width: 100%;
  max-width: 800px;
  margin: 1.4rem auto 0rem auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-physical .prize-list .prizelist-iso {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(33.33% - 0.7rem);
  gap: 1rem;
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-physical .prize-list .prizelist-iso {
    flex: 0 0 calc(50% - 0.7rem);
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-physical .prize-list .prizelist-iso .prize-img {
  flex: 0 0 7rem;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-physical .prize-list .prizelist-iso .prize-img img {
  width: 100%;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-physical .prize-list .prizelist-iso .prizelist-name {
  flex: 0 0 1%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: var(--prizebox-physicalprize-name-textcolor, #fff);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-physical .prize-list .prizelist-iso .prizelist-name {
    font-size: 1.2rem;
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .notice {
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 1.2rem;
  color: var(--prizebox-titlenotice-textcolor, #999);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .notice {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
  gap: 1.4rem;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso {
  width: 100%;
  min-width: 70px;
  flex: 0 0 calc(25% - 0.9rem);
  padding: 1rem 0;
  border-radius: 0.8rem;
  background-color: var(--prizebox-cashprize-onetothree-bgcolor, #FEA827);
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso {
    flex: 1 1 calc(30% - 0.9rem);
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso .title {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: none;
  color: var(--prizebox-cashprize-onetothree-textcolor, #000);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso .title {
    font-size: 1.2rem;
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso .amount {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--prizebox-cashprize-onetothree-textcolor, #000);
  margin-top: 0.5rem;
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso .amount {
    font-size: 1.8rem;
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso:nth-child(2) {
  order: 1;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso:nth-child(1) {
  order: 2;
  flex: 0 0 calc(50% - 0.7rem);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso:nth-child(1) {
    flex: 1 1 calc(40% - 0.7rem);
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso:nth-child(1) .amount {
  font-size: 4rem;
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso:nth-child(1) .amount {
    font-size: 3rem;
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-main .prizelist-main-iso:nth-child(3) {
  order: 3;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-others {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 1.4rem;
  gap: 1.4rem;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-others .prizelist-others-iso {
  background-color: var(--prizebox-cashprize-others-bgcolor, #646464);
  flex: 0 0 calc(25% - 2.1rem);
  padding: 0.8rem 0.5rem;
  border-radius: 0.8rem;
  text-align: center;
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-others .prizelist-others-iso .title {
  font-size: 1rem;
  font-weight: bold;
  color: var(--prizebox-cashprize-others-textcolor, #fff);
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-others .prizelist-others-iso .title {
    font-size: 0.8rem;
  }
}
.section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-others .prizelist-others-iso .amount {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--prizebox-cashprize-others-textcolor, #fff);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .prize-wrapper .prizewrapper-iso.prize-cash .prize-list .prizelist-others .prizelist-others-iso .amount {
    font-size: 1.4rem;
  }
}
.section-luckywheel .winnerlist-wrapper {
  margin-top: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.section-luckywheel .winnerlist-wrapper .winner-list {
  flex: 1 1 calc(50% - 1.9rem - 1.8rem);
  align-self: stretch;
  border-radius: 1.4rem;
  border-width: 4px;
  border-style: solid;
  border-color: var(--winnerlist-bordercolor, #FEA827);
  background-color: var(--winnerlist-bgcolor, #3C3C3C);
  padding: 1rem;
}
@media only screen and (max-width: 991px) {
  .section-luckywheel .winnerlist-wrapper .winner-list {
    flex: 1 1 calc(100% - 1.9rem - 1.8rem);
  }
}
.section-luckywheel .winnerlist-wrapper .winner-list > .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: var(--winnerlist-title-textcolor, #FEA827);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .winnerlist-wrapper .winner-list > .title {
    font-size: 1.6rem;
  }
}
.section-luckywheel .winnerlist-wrapper .winner-list .namelist-wrapper {
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
}
.section-luckywheel .winnerlist-wrapper .winner-list .namelist-wrapper .namelist-nothing {
  font-size: 1.2rem;
  text-align: center;
  color: var(--winnerlist-winnernamereward-textcolor, #fff);
}
.section-luckywheel .winnerlist-wrapper .winner-list .namelist-wrapper .namelist-title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.section-luckywheel .winnerlist-wrapper .winner-list .namelist-wrapper .namelist-title .title {
  text-align: center;
}
.section-luckywheel .winnerlist-wrapper .winner-list .namelist-wrapper .namelist-title .title span {
  display: block;
  width: 100%;
  max-width: 145px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5em 1em;
  margin: 0 auto;
  border-radius: 3rem;
  background-color: var(--winnerlist-winnertitle-bgcolor, #FEA827);
  color: var(--winnerlist-winnertitle-textcolor, #000);
}
@media only screen and (max-width: 550px) {
  .section-luckywheel .winnerlist-wrapper .winner-list .namelist-wrapper .namelist-title .title span {
    font-size: 1.2rem;
    max-width: 115px;
  }
}
.section-luckywheel .winnerlist-wrapper .winner-list .namelist-wrapper .namelist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  color: var(--winnerlist-winnernamereward-textcolor, #fff);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--winnerlist-winnernamereward-bordercolor, #FEA827);
}
.section-luckywheel .winnerlist-wrapper .winner-list .namelist-wrapper .namelist .namelist-name {
  padding: 0.5em;
}
.section-luckywheel .winnerlist-wrapper .winner-list .namelist-wrapper .namelist .namelist-reward {
  padding: 0.5em;
}
.section-luckywheel .pageactions-wrapper {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.section-luckywheel .pageactions-wrapper button {
  font-size: 1.4rem;
  padding: 0.5em 1.5em;
  border: 0;
  border-radius: 3rem;
  border-width: 4px;
  border-style: solid;
  border-color: var(--pageactions-button-bordercolor, #FEA827);
  background-color: var(--pageactions-button-bgcolor, #3C3C3C);
}
.section-luckywheel .pageactions-wrapper button a {
  color: var(--pageactions-button-textcolor, #fff);
  text-decoration: none;
}
.section-luckywheel .pageactions-wrapper button:hover, .section-luckywheel .pageactions-wrapper button:active {
  outline: none;
}

@keyframes rotateWheel {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 3600deg;
  }
}
.swal2-container .bankFormWrapper .bankFormTitle .title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .swal2-container .bankFormWrapper .bankFormTitle .title {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.swal2-container .bankFormWrapper .bankFormTitle .bankMemberInfo .title {
  font-size: 1.6rem;
  margin: 1rem 0;
}
@media screen and (max-width: 550px) {
  .swal2-container .bankFormWrapper .bankFormTitle .bankMemberInfo .title {
    font-size: 1.4rem;
  }
}
.swal2-container .bankFormWrapper .bankFormTitle .bankMemberInfo .memberName {
  font-size: 1.6rem;
  margin: 1rem 0;
}
@media screen and (max-width: 550px) {
  .swal2-container .bankFormWrapper .bankFormTitle .bankMemberInfo .memberName {
    font-size: 1.4rem;
  }
}
.swal2-container .bankFormWrapper .bankFormTitle img {
  margin-top: 2rem;
}
.swal2-container .swal2-popup .swal2-header button.swal2-close {
  border: none !important;
}
.swal2-container .swal2-popup .swal2-content .swal2-html-container .fakeDropdownPhoto {
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.swal2-container .swal2-popup .swal2-content .swal2-html-container .fakeDropdownPhoto::after, .swal2-container .swal2-popup .swal2-content .swal2-html-container .fakeDropdownPhoto::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.swal2-container .swal2-popup .swal2-content .swal2-html-container .fakeDropdownPhoto::after {
  content: "\f078";
  font-size: 1rem;
  color: #999;
  position: absolute;
  width: 1rem;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
}

.swal2-styled:focus {
  box-shadow: none !important;
}