body {
  font-family: "Poppins", sans-serif;
  background-color: #141b28;
}

.card-form {
  background-color: #1c2533;
  color: white;
  border-radius: 10px;
  padding: 30px;
  max-width: 500px;
  margin: 40px auto;
}

.card-type {
  position: relative;
  background-color: #5b6370;
  color: white;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 25px;
}

.card-type i {
  font-style: italic;
}

.card-type .expiry {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.form-control,
.form-select,
#card-element {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #15008e;
}

.btn-checkout {
  background-color: #377dff;
  border: none;
}

.btn-checkout:hover {
  background-color: #256ddb;
}

#card-element {
  font-size: 1rem !important;
  padding: 1rem !important;
  height: 4rem !important;
}

#card-element:focus {
  box-shadow: none;
  border-color: #15008e;
}

.StripeElement {
  background-color: white;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

.logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.logo-container img {
  max-width: 90px;
}

#card-brand-icon {
  width: 50px !important;
  margin-bottom: 16px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

label {
  font-weight: bold !important;
}

[readonly] {
  font-weight: bold !important;
  pointer-events: none !important;
  user-select: none !important;
  cursor: not-allowed !important;
  border-radius: 5px !important;
}

.form-control {
  border-radius: 5px !important;
  padding: 10px !important;
  font-size: 1rem !important;
  height: 3rem !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #252839;
}

.flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  height: 3rem !important;
  padding-top: 8px !important;
}

.select2-search--dropdown .select2-search__field {
  border-radius: 8px !important;
}

.color,
.color-paragraph {
  color: white;
  line-height: 1.5;
  font-family: "Times New Roman", Times, serif !important;
}
.color-paragraph {
  font-size: 18px !important;
}

.one {
  position: relative;
  font-size: 7vw;
  color: #fff !important;
  -webkit-text-stroke: 0.3vw #fff;
  text-transform: uppercase;
}
.one::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: greenyellow;
  -webkit-text-stroke: 0.3vw greenyellow;
  border-right: 2px solid greenyellow;
  overflow: hidden;
  animation: animate 6s linear infinite;
}

@media (max-width: 768px) {
  .one {
    font-size: 15vw !important;
  }
}

@keyframes animate {
  0%,
  10%,
  100% {
    width: 0;
  }
  70%,
  90% {
    width: 100%;
  }
}

.flag-slider {
  overflow: hidden;
  background: transparent;
  padding: 10px 0;
}

.flag-track {
  display: flex;
  width: max-content;
  animation: scrollFlags 20s linear infinite;
}

.flag-track img {
  height: 20px;
  margin: 0 2px;
}

@keyframes scrollFlags {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.monbtn {
  background-color: greenyellow;
  border: greenyellow;
  color: black;
}

.monbtn:hover {
  background-color: rgb(120, 189, 15);
  border: rgb(120, 189, 15);
}

.monbtn:active {
  background-color: rgb(120, 189, 15);
  border: rgb(120, 189, 15);
}
