body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

#root {
  display: flex;
  justify-content: center;
  height: 100vh;
  padding: 35px;
  padding-top: 1em;
  background-color: #2f2f2f;
}

.App {
  text-align: center;
  background-color: #2f2f2f;
  width: 100%;
  height: 100vh;
}

h1,h2,h3,h4{
  color:#02428B;
  font-family: 'Montserrat', sans-serif;
}

h1{
  font-size: 40px;
  text-align: center;
  font-weight: 800;
}

h2{
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color:#103547;
}

h3{
  font-size: 15px;
  font-weight: 600;
}

h4{
  font-size: 0.9rem;
  color:#373A39;
  font-weight: 500;
}

.container{
  max-width: 768px;
  background-color: #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: linear-gradient(310deg, rgba(237, 237, 237, 0.8), rgba(211, 211, 211, 0.8)),url(/86deebaa23659e093266.jpg);
  box-shadow: 0rem 1.4375rem 2.8125rem -0.6875rem rgb(20 20 20 / 25%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.modal-content{
background-color: transparent;
border: 0;
}

.input-code{
  --bs-gutter-x: 1rem;
}

.css-rmz4vk{
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 425px) {
  .input-code{
    --bs-gutter-x: 0.5rem!important;
  }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #root {
    padding-top: 0;
  }
  .confirmation-code-box input[type="tel"] {
    width: 16% !important;
    font-size: 1.4em;
    height: 40px !important;
  }
}
.header-container {
  padding: 10px;
}

.header-container .card.secondary-card {
  width: 100%;
  border-radius: 15px;
  backdrop-filter: saturate(200%) blur(30px);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0rem 0rem 0.0625rem 0.0625rem rgb(255 255 255 / 90%),
    0rem 1.25rem 1.6875rem 0rem rgb(0 0 0 / 5%);
  position: relative;
  margin: 0 auto;
  padding: 10px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-container .logo-gbc {
  margin: 10px 0;
  text-align: center;
}

.header-container .secondary-card h6 {
  font-size: 0.7rem !important;
  justify-content: center;
  text-align: center;
}

.header-container .css-1h9z7r5-MuiButtonBase-root-MuiTab-root {
  min-height: 25px;
  font-size: 0.7rem;
  text-transform: capitalize;
  width: 100%;
  border-radius: 20px;
}

.header-container .css-heg063-MuiTabs-flexContainer {
  justify-content: center;
  height: 26px;
}

.header-container .css-1aquho2-MuiTabs-indicator {
  display: none;
}

.header-container .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected {
  color: #6c6c6c;
}

.header-container .btn-signout {
  /* font-size: 0.5rem; */
  padding: 5px;
  border-radius: 10px;
  text-transform: capitalize;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(25, 118, 210, 0.5);
  color: #1976d2;
}

.client-logo {
  aspect-ratio: 3/2;
  width: 50% !important;
  object-fit: contain;
}

@media screen and (max-width: 425px) {
  .header-container .css-1h9z7r5-MuiButtonBase-root-MuiTab-root {
    font-size: 0.5rem;
  }

  .header-container .btn-signout {
    /* font-size: 0.5rem; */
    /* padding: 5px; */
  }
  .header-container .btn-signout .btn-signout-text {
    display: none;
  }
}

@media screen and (min-width: 426px) {
  .client-logo {
    width: 25% !important;
  }
}

.card-container .card{
    min-height: 100px;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
    box-shadow: 0rem 1.25rem 1.6875rem 0rem rgb(0 0 0 / 5%);
    background: linear-gradient(310deg, rgba(20, 23, 39, 0.8), rgba(58, 65, 111, 0.8)),url(/12c9ea54425c4f1bc1d7.jpg);
    box-shadow: 0rem 1.4375rem 2.8125rem -0.6875rem rgb(20 20 20 / 25%);
    padding: 10px;
}

.card-container .MuiSwitch-colorPrimary.Mui-checked{
    color: #fba234!important;
}

.card-container .MuiSwitch-track{
    background-color: white!important;
}

.card-container .card-subtitle{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.card-container .card-subtitle h4{
    color: white;
    font-size: 11px;
}

.card-container .top-info-card{
    margin-top: 35px;
}

.card-container .number-card{
    margin-top: 30px;
}

.card-container .number-card h4{
    color: white;
}

.card-container .top-info-card h4{
    font-size: 11px;
    color: white;
    opacity: 0.8;
}

.card-container .info-card h4{
    font-size: 14px;
    color: white;
}

.card-container .copy-icon{
    font-size: 0.7rem;
    color: white;
    margin-left: 5px;
    cursor: pointer;
}
.firststep{
    position: absolute;
    top:30%;
    padding: 45px;
    left: 0;
    right: 20px;
}

/* Chrome, Safari, Edge, Opera */
.input-code input::-webkit-outer-spin-button,
.input-code input::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-code input[type=number] {
  -moz-appearance: textfield;
  padding: 5px;
  text-align:center;
}

.request-code{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 0.7rem;
}

.request-code a{
    color: #5475ca;
    text-decoration: revert;
}

.firststep .card{
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0rem 1.4375rem 2.8125rem -0.6875rem rgb(20 20 20 / 25%);
    text-align: center!important;
    padding: 3rem; 
    margin: auto;
    max-width: 30rem;
}

.firststep .button-container{
    margin-top: 20px;
}

.firststep .btn-info{
    background-color: #6a89fb;
    border-color: #6a89fb;
    color: white;
}

.firststep .btn-info:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #365FF9;
    border-color: #365ff9;
}

.firststep .btn-info:focus,
.firststep .btn-info:hover,
.firststep .btn-info:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 0.2rem rgb(120 172 255 / 50%);
}

.card-subtitle{
    font-size: 0.9rem;
}

.confirmation-code-box input[type="tel"] {
    font-family: inherit;
}

@media screen and (max-width: 425px) {
    .input-code input[type=number] {
        padding: 0;
    }

    .firststep .card{
        padding: 1rem;
    }

    .card-subtitle{
        font-size: 0.7rem;
    }
}
.secondstep-container {
  overflow: auto;
  justify-content: center;
  padding-bottom: 5rem;
  height: 72vh;
}

.logo-client-container {
  justify-content: center;
  width: 100%;
  margin: 0;
}

.welcome-name {
  margin: 30px 0 10px 0;
}

.balance-container {
  margin-top: 20px;
}

.balance-container .card {
  border-radius: 0.7rem;
  box-shadow: 0rem 1.4375rem 2.8125rem -0.6875rem rgb(20 20 20 / 25%);
}

.balance-container .card h4 {
  color: #a6aba9;
}

.balance-container .card h5 {
  font-size: 1rem;
}

.balance-container .card h6 {
  font-size: 0.7rem;
}

.balance-container .card .price p {
  font-size: 0.5rem;
}

.balance-container .discount {
  color: rgba(231, 33, 116, 0.993);
}

.balance-container .credit {
  color: rgba(60, 216, 120, 0.993);
}

.balance-container .container-last-tx {
  padding: 0 10px 0 10px;
}
.transactions-amount {
  font-size: 12px;
  font-weight: 600;
  margin: 0px;
}

@media screen and (min-width: 426px) {
  .transactions-amount {
    font-size: 14px;
  }
}

.footer {
  height: 75px;
  margin-top: 2em;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffff7a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.footer .card.primary-card {
  width: 100%;
  background-color: transparent;
  border: 0;
}

.footer .card.primary-card {
  display: flex;
}

.footer .logo-gbc {
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 13px;
}

.footer .logo-gbc h6 {
  margin-right: 5px;
}

.footer .logo-gbc h6,
.footer .logo-gbc h6 {
  color: #787878;
  font-size: 0.7rem;
}

.footer .logo-gbc.right {
  justify-content: right;
  padding-right: 3rem;
}

@media screen and (max-width: 425px) {
  .footer .logo-gbc h6,
  .footer .logo-gbc h6 {
    font-size: 0.5rem;
  }

  .footer .logo-gbc {
    justify-content: center;
    padding-right: 0;
  }
}

.css-rmz4vk{
    position: absolute!important;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    height: 90vh;
    left: 0;
    background-color: #000000a1;
}

.css-1rn30mb-MuiCircularProgress-root,
.css-ol7wxs-MuiTypography-root{
    color: white!important;

}
.welcome-component {
  position: absolute;
  background: #000000a1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1;
}

.welcome-component.show {
  opacity: 0;
  z-index: -1;
  transition: opacity 2s, z-index 0s 1.5s;
}

.welcome-component .component-centered {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.welcome-component .component-centered .card {
  height: 250px;
  border-radius: 10px;
}

.welcome-component .component-centered .card-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}

.dots-spinner :first-child {
  position: sticky !important;
  transform: translate(0, 0);
}

.welcome-component .component-centered .logo-client-container {
  margin: 0 auto;
}

.welcome-component .component-centered .hand-paper {
  font-size: 1.3rem;
  color: #133e53;
  display: inline-block;
  margin-left: -15px;
  animation: regards 1.2s infinite;
  animation-direction: alternate;
}

@keyframes regards {
  0% {
    transform: translate(25px, -50px) rotate(45deg);
  }
  100% {
    transform: translate(25px, -50px) rotate(-30deg);
  }
}

@media screen and (max-width: 425px) {
  .welcome-component .component-centered .hand-paper {
    transform: translate(0px, 0px);
    margin: auto;
    text-align: center;
  }
  @keyframes regards {
    0% {
      transform: translate(0px, -30px) rotate(45deg);
    }
    100% {
      transform: translate(0px, -30px) rotate(-30deg);
    }
  }
}

.message-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
}

.message-text {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

.message-icon {
  font-size: 26px;
}

@media (min-width: 768px) {
  .message-wrapper {
    padding: 10%;
  }

  .message-text {
    font-size: 20px;
  }

  .message-icon {
    font-size: 36px;
  }
}


/*# sourceMappingURL=app.css.map*/