body {
  padding: 0;
  margin: 0;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

a {
  color: #00B7FF;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.h-100 {
  min-height: 100vh;
}

.h-80 {
  min-height: 80vh;
}

.h-60 {
  min-height: 60vh;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.letter-spacing {
  letter-spacing: 0.2ch;
}

.text-3xl {
  font-size: 5rem;
}

.text-2xl {
  font-size: 4rem;
}

.text-xl {
  font-size: 3rem;
}

.text-l {
  font-size: 2rem;
}

.text-lg {
  font-size: 1rem;
}

.icon {
  font-size: 55px;
}

.center {
  text-align: center;
}

.rtl {
  direction: rtl;
}

.underline-border {
  padding: 5px 0;
  border-bottom: 1px solid #000;

}

.bubble {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.circle {
  background-image: linear-gradient(to top right, var(--pink1), var(--pink2));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.circle.small {
  top: 200px;
  left: 150px;
  width: 10vmin;
  height: 10vmin;
}

.circle.medium {
  background-image: linear-gradient(to bottom left, var(--pink1), var(--pink2));
  bottom: -40px;
  left: -20px;
  width: 20vmin;
  height: 20vmin;
}

.circle.big {
  top: -50px;
  right: -100px;
  width: 40vmin;
  height: 40vmin;
}

.container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15vmin 0;
}

.card {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 10px 30px;
  width: 425px;
  display: table;
}

.card_title {
  text-align: center;
  padding: 10px;
}

.card_title h1 {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form {
  direction: rtl;
  width: 50%
}

.form input {
  margin: 10px 0;
  display: block;
  width: 100%;
  background-color: #e2e2e2;
  border: 0;
  outline: 0;
  padding: 12px 20px;
  border-radius: 4px;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 5px;
}

input[type=radio],
input[type=checkbox] {
  border: 2px solid #000 !important;
  height: 15px;
  width: 15px;
}

.form button {
  background-color: #4796ff;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 8px 15px;
  min-width: 60%;
  margin: auto;
  display: block;
  margin: 25px auto;
}


button:hover {
  background-color: #f0e68c;
  color: #000;
}

.form button:hover {
  background-color: #f0e68c;
  color: #000;
}

.btn-red {
  background-color: red !important;
  color: #fff !important;
  cursor: pointer;
}

.btn-black {
  background-color: #333 !important;
  color: #fff !important;
  cursor: pointer;
}

.btn-red:hover,
.btn-black:hover {
  background-color: #f0e68c !important;
  color: #000 !important;
}

.flex {
  display: flex;
  margin: 5px;
}

.form label,
.form button {
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form select {
  padding: 10px 20px;
}

.form option {
  direction: rtl;
  text-align: right;
}

.form .pay-items-container {
  margin: 20px 0;
  text-align: center;
}

.form .pay-item {
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 25px;
}

.form .pay-item-img {
  /* height:45px; */
  width: 75px;
}

.form .pay-item-text {
  font-size: 12px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: inline-block;
  border-top: 10px solid #f1af1a;
  border-right: 10px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 800px) {
  .form {
    width: 80%;
  }
  .form select {
    padding: 10px 20px;
    /* width: 80%; */
    direction: rtl;
    text-align: right;
  }

  .card {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .card {
    width: 80%;
  }

  .form .pay-item strong,
  .form .pay-item-text {
    font-size: 14px;
  }

}


.support-container {
  text-align: center;
  padding: 20px;
}

.support-icons-container {
  text-align: center;
}

.support-icons {
  font-size: calc(15px + 6vmin);
  text-decoration: none;
}

.support-icons:nth-child(1) {
  color: #1DA1F2;
}

.support-icons:nth-child(2) {
  color: #229ED9;
}

.container {
  flex-direction: column;
}