/*@font-face {
  font-family: "TokTok";
  src: url("../font/toktok.woff") format("woff");
}*/

/* Styles généraux de la barre de défilement */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #88888812;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

::-webkit-scrollbar-thumb:active {
  background-color: #333;
}

body {
  font-family: "TokTok", sans-serif;
  margin: 0;
  padding: 0;
}

body.popup-open {
  background-color: rgba(0, 0, 0, 0.5);
}

header.popup-open {
  background-color: rgba(0, 0, 0, 0.5);
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  flex-direction: column;
  margin-bottom: 0px;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

h1 {
  text-align: center;
  margin: 100px auto 20px;
  font-size: clamp(20px, 5vw, 32px);
  padding: 0 15px;
}

h2 {
  text-align: center;
  margin: 20px auto 0;
  font-size: clamp(18px, 4vw, 28px);
  padding: 0 15px;
}

.input-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.input2 {
  flex: 1;
  min-width: 200px;
  max-width: 850px;
  height: 30px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: clamp(14px, 2vw, 16px);
  font-family: inherit;
  box-sizing: border-box;
}

.buttonwaw {
  margin-bottom: 20px;
  border-radius: 4px;
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(254, 44, 85);
  min-height: 36px;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 6px 8px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03px;
  min-width: 100px;
  width: auto;
  height: 46px;
  white-space: nowrap;
}

.buttonwaw:hover {
  background-color: rgb(196, 36, 68);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
}

.popup p {
  margin: 0;
}

.popup-left {
  background-color: #ff0000;
  border-radius: 10px;
  padding: 20px;
  position: fixed;
}

.popup-right {
  background-color: green;
  border-radius: 10px;
  padding: 20px;
  position: fixed;
}

.popup-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.popup-left.loading .popup-text,
.popup-right.loading .popup-text {
  display: none;
}

.popup-left.loading .loading-spinner,
.popup-right.loading .loading-spinner {
  display: block;
}

.popup-left.loading,
.popup-right.loading {
  background-color: #e0e0e0;
}

.loading-spinner {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid #ccc;
  border-top-color: rgb(254, 44, 85);
  animation: loading 5s linear infinite;
}

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

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 20px auto;
  box-sizing: border-box;
}

.grid-item {
  background-color: transparent;
  padding: 17px 2px 15px;
  width: 100%;
  max-width: 100%;
  height: 96px;
  border: 1px solid rgba(22, 24, 35, 0.12);
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto;
  box-sizing: border-box;
}

.grid-item:focus {
  border: 2px solid rgb(250, 206, 21);
}

.grid-item:focus-within {
  border: 2px solid rgb(250, 206, 21);
}

.grid-item.invalid:focus-within {
  border: 2px solid rgb(247, 35, 35);
}

.grid-item.valide:focus-within {
  border: 2px solid rgb(250, 206, 21);
}

.grid-item.invalid,
.grid-item.active {
  border-color: red;
}

.coin-image {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  margin-left: -35px;
  margin-bottom: 2px;
  letter-spacing: 0.093px;
}

.coin-number {
  font-size: 24px;
  letter-spacing: 0.24px;
  line-height: 1.2;
  display: inline-block;
  color: rgb(22, 24, 35);
  vertical-align: middle;
  margin-right: -30px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.093px;
}

.coin-number-euro {
  text-align: center;
  color: rgba(22, 24, 35, 0.5);
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  font-family: inherit;
  letter-spacing: 0.093px;
}

.coin-image-perso {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  margin-left: -2px;
  margin-top: -4px;
}

.coin-number-perso {
  text-align: center;
  font-size: 20px;
  margin-left: 30px;
  font-weight: bold;
  letter-spacing: 0.093px;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
}

.coin-number-euro-perso {
  text-align: center;
  color: rgba(22, 24, 35, 0.5);
  margin-top: 0px;
  font-weight: bold;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  letter-spacing: 0.093px;
}

.euro {
  font-weight: bold;
}

.signeeuro {
  font-weight: bold;
}

.total-payement {
  padding-right: 5px;
  font-size: 18px;
}

.total-payement span {
  font-weight: bold;
}

.custom-button {
  display: inline-block;
  background-color: #c10f2e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-right: 10px;
  cursor: pointer;
}

.custom-button:hover {
  background-color: #ff3c6c;
}

.custom-input {
  border: none;
  background-color: transparent;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 5px;
  margin-right: 10px;
  width: 150px;
  letter-spacing: 0.093px;
}

.recharger {
  margin: 0 auto 100px;
  border-radius: 4px;
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(254, 44, 85);
  min-height: 36px;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 6px 8px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  font-family: TikTokFont, Arial, Tahoma, PingFangSC, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03px;
  min-width: 100px;
  width: 200px;
  height: 46px;
}

.tiktok-ae6u8i-SupBadge {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.093px;
  background: rgb(254, 44, 85);
  min-width: 20px;
  height: 18px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 100px;
  position: fixed;
  padding: 0px 3px;
  right: 15px;
  top: 15px;
  z-index: 1001;
}

.montant {
  width: 134px;
  background-color: transparent;
  border-bottom: 1px solid rgb(22, 24, 35);
  border: 0px;
  text-align: center;
  color: rgb(22, 24, 35);
  font-weight: 100;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.24px;
  margin-bottom: 5px;
}

.montant:focus {
  outline: none;
  border-bottom: 1px solid rgb(22, 24, 35);
}

header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  flex-wrap: nowrap;
  gap: 10px;
  box-sizing: border-box;
}

header > *:not(:last-child) {
  margin-right: 10px;
}

header > *:not(:first-child) {
  margin-left: 0;
}

.logo img {
  height: 40px;
  margin-left: 0;
  width: auto;
}

.search-bar {
  position: relative;
  border-radius: 100px;
  background-color: #f1f1f1;
  padding: 5px 15px;
  flex: 1;
  min-width: 120px;
  max-width: 400px;
  box-sizing: border-box;
}

.search-bar input {
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 8px;
  margin-right: 30px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
  font-size: clamp(13px, 2vw, 16px);
  box-sizing: border-box;
}

.search-bar input:focus {
  border-bottom: 2px solid #ccc;
  outline: none;
}

.search-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-image: url("../img/loupe.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.search-icon:hover {
  cursor: pointer;
}

.upload-button {
  display: flex;
  align-items: center;
  position: relative;
}

.upload-box {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 2px;
  transition: background-color 0.3s;
  border: solid 1px #ccc;
  white-space: nowrap;
}

.upload-box:hover {
  background-color: #efefef;
}

.upload-link {
  text-decoration: none;
  color: inherit;
}

.upload-icon {
  height: 12px;
  width: 12px;
  margin-right: 15px;
  margin-left: 10px;
}

.message-button,
.inbox-button {
  display: flex;
  align-items: center;
}

.message-icon img,
.inbox-icon img {
  height: 26px;
  width: 26px;
  margin-right: 10px;
}

.message-button button,
.inbox-button button {
  border: none;
  background-color: transparent;
  padding: 5px 10px;
}

.user-avatar img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.payment-methods {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}

.payment-methods p {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.payment-methods p img {
  width: 22px;
  height: 14px;
  margin-left: 5px;
}

.support-button {
  border: 1px solid rgba(22, 24, 35, 0.12);
  background: rgb(255, 255, 255);
  outline: none;
  position: fixed;
  inset-inline-end: 24px;
  right: 15px;
  bottom: 24px;
  padding: 10px;
  min-width: 48px;
  width: 48px;
  height: 48px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 8px;
  border-radius: 48px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  background-image: url(../img/support.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  z-index: 999;
}

.support-button:hover {
  background-color: #e3e3e3;
}

.popup-paiement {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  font-family: Proxima;
  margin: auto;
  background-color: rgb(255, 255, 255);
  width: 90%;
  max-width: 880px;
  min-width: 280px;
  padding: 20px;
  border-radius: 7px;
  z-index: 9999;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.resumer {
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.4;
  color: rgb(22, 24, 35);
  font-weight: 700;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px -20px 15px;
  padding: 0px 20px 15px;
  border-bottom: 0.5px solid rgba(22, 24, 35, 0.2);
  text-align: left;
}

.compte {
  color: rgb(22, 24, 35);
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.03px;
  font-size: clamp(14px, 3vw, 18px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.compte2 {
  color: rgb(22, 24, 35);
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  font-weight: 100;
  line-height: 21px;
  letter-spacing: 0.03px;
  font-size: clamp(14px, 3vw, 18px);
  text-align: right;
}

.compte3 {
  color: rgb(22, 24, 35);
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  font-weight: 100;
  line-height: 21px;
  letter-spacing: 0.03px;
  font-size: clamp(14px, 3vw, 18px);
  text-align: right;
}

.piece {
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 2px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  font-size: 16px;
  color: rgb(22, 24, 35);
  font-weight: 200;
}

.prix {
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 2px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  font-size: 16px;
  color: rgb(22, 24, 35);
  font-weight: 700;
}

.modepaiement {
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  margin-bottom: 14px;
  padding-bottom: 0px;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 24px;
  color: rgb(22, 24, 35);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.gerer {
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.093px;
  margin: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0px;
  height: 24px;
  line-height: 24px;
  width: auto;
  min-width: auto;
  min-height: auto;
  position: relative;
  top: 0px;
  right: 0px;
  font-weight: bold;
  color: rgb(254, 44, 85);
  text-decoration: none;
}

.gerer-span {
  margin-left: 10px;
}

.ligne {
  padding: 3px 0px;
  margin-top: 5px;
  margin-bottom: 11px;
  border-bottom: 1px solid rgb(238, 238, 240);
}

.paypal {
  color: rgb(22, 24, 35);
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.03px;
  font-size: clamp(14px, 3vw, 18px);
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 15px;
}

.pseudopp {
  font-weight: bold;
  color: #333;
  flex: 1;
  text-align: center;
}

.paypal2 {
  vertical-align: middle;
}

.paypal3 {
  vertical-align: middle;
  margin-left: 5rem;
}

.pay-button {
  border-radius: 4px;
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(254, 44, 85);
  min-height: 36px;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 6px 8px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03px;
  min-width: 140px;
  height: 36px;
  margin-inline-start: 8px;
}

.help-button {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  color: rgb(22, 24, 35);
  border-color: rgba(22, 24, 35, 0.12);
  background-color: rgb(255, 255, 255);
  min-height: 36px;
  line-height: 25px;
  font-weight: 600;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 8px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 38px;
  font-size: 16px;
  transform: none;
}

.blabla {
  font-size: 14px;
  line-height: 20px;
  color: rgba(22, 24, 35, 0.5);
  font-weight: 400;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blabla > b {
  color: rgb(22, 24, 35);
}

.offert {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-left: 10px;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.pay-button:disabled {
  border: none;
  color: rgba(22, 24, 35, 0.34);
  background-color: rgba(22, 24, 35, 0.06);
  pointer-events: none;
}

.checkbox {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  appearance: none;
  border: 1.5px solid rgba(22, 24, 35, 0.12);
  margin: 0px 4px -2.5px 0px;
  cursor: pointer;
  overflow: visible;
  background-color: transparent;
  font-family: inherit;
  line-height: 1.15;
}

.checkbox:checked {
  background-color: rgb(254, 44, 85);
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.checkbox-paypal {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  appearance: none;
  border: 1.5px solid rgba(22, 24, 35, 0.12);
  cursor: pointer;
  overflow: visible;
  background-color: rgb(254, 44, 85);
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  margin-right: 50px;
  margin-left: 30px;
}

.checkbox-paypal2 {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  appearance: none;
  border: 1.5px solid rgba(22, 24, 35, 0.12);
  cursor: pointer;
  overflow: visible;
  background-color: rgb(254, 44, 85);
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  margin-right: 50px;
  margin-left: 20px;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
}

.checkbox-wrapper {
  position: relative;
  margin-top: 5px;
  margin-right: 10px;
}

.checkbox-wrapper label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blabla-container {
  margin-top: 5px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.pp {
  margin-left: 30px;
}

/* Adicionando estilos completos para os modais de processamento e sucesso */
/* Modal de Processamento */
.processing-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  background-color: white;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  text-align: center;
  max-width: 400px;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.processing-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.processing-spinner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 6px solid #f3f3f3;
  border-top-color: rgb(254, 44, 85);
  margin: 0 auto 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.processing-modal h3 {
  font-size: 24px;
  color: rgb(22, 24, 35);
  margin: 0 0 15px 0;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  font-weight: 700;
}

.processing-modal p {
  font-size: 16px;
  color: rgba(22, 24, 35, 0.7);
  margin: 0;
  line-height: 1.5;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
}

/* Modal de Sucesso */
.success-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  background-color: white;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  text-align: center;
  max-width: 400px;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.success-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #4caf50;
  margin: 0 auto 20px;
  position: relative;
  animation: scaleIn 0.5s ease;
}

.success-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 25px;
  height: 45px;
  border: solid white;
  border-width: 0 5px 5px 0;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.success-modal h3 {
  font-size: 24px;
  color: rgb(22, 24, 35);
  margin: 0 0 15px 0;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  font-weight: 700;
}

.success-modal p {
  font-size: 16px;
  color: rgba(22, 24, 35, 0.7);
  margin: 0 0 25px 0;
  line-height: 1.5;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
}

.success-modal-button {
  background-color: rgb(254, 44, 85);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: "TokTok", Arial, Tahoma, PingFangSC, sans-serif;
  transition: background-color 0.3s ease;
}

.success-modal-button:hover {
  background-color: rgb(226, 39, 76);
}

/* Melhorias responsivas para os modais */
@media (max-width: 768px) {
  .processing-modal,
  .success-modal {
    padding: 30px 20px;
  }

  .processing-modal h3,
  .success-modal h3 {
    font-size: 20px;
  }

  .processing-modal p,
  .success-modal p {
    font-size: 14px;
  }

  .processing-spinner {
    width: 50px;
    height: 50px;
  }

  .success-icon {
    width: 70px;
    height: 70px;
  }

  .success-icon::after {
    width: 20px;
    height: 40px;
    border-width: 0 4px 4px 0;
  }
}

@media (max-width: 480px) {
  .processing-modal,
  .success-modal {
    padding: 25px 15px;
    max-width: 320px;
  }

  .processing-modal h3,
  .success-modal h3 {
    font-size: 18px;
  }

  .processing-modal p,
  .success-modal p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .processing-spinner {
    width: 45px;
    height: 45px;
    border-width: 5px;
  }

  .success-icon {
    width: 60px;
    height: 60px;
  }

  .success-icon::after {
    width: 18px;
    height: 35px;
    border-width: 0 3px 3px 0;
  }

  .success-modal-button {
    padding: 10px 30px;
    font-size: 15px;
  }
}
