@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;

  /* background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(57,5,5,1) 100%); */
  /* background: rgb(2,0,36); */
  /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(1,24,37,1) 100%); */

  /* background: linear-gradient(315deg, #1f8377, #103954);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite; */
  /* background: rgb(40,28,47);
background: linear-gradient(90deg, rgba(40,28,47,1) 0%, rgba(1,0,1,1) 100%); */
}

.bg-animate {
  background: linear-gradient(136.36deg,#333964 4.86%,#171a39 94.85%);;
  background-size: auto;
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}

.animationbg {

}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.terms {
  margin: 0;
  color: white !important;
  padding-left: 25px;
  padding-right: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
.nav-link {
  margin: 0;
  color: white !important;
  padding-left: 25px;
  padding-right: 25px;
}
.nav-link:hover {
  box-shadow: 0px 1px 8px 0px #ffffff;
  border-radius: 3px;
}
.nav-item {
  margin: 0;
  padding-left: 30px;
  padding-left: 30px;
}
.navbar-nav {
  background-color: #07070700 !important;
  width: 100%;
}
.navbar-brand {
  color: white !important;
  background-color: #07070700 !important;
  width: 100%;
}

.formbold-mb-5 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.formbold-pt-3 {
  padding-top: 12px;
}

.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 85%;
  width: 100%;
  padding: 35px;
  background: linear-gradient(136.36deg, #282d4f 4.86%,#171a39 94.85%);
  border-radius: 5px;
}

.formbold-form-label {
  display: inline-flex;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 2px;
}

.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 75%;
  height: 38px;
  padding: 6px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  outline: none;
  resize: none;
  float: right;
}

.formbold-form-input:focus {
  border-color: #000000;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #6a64f1;
  color: white;
  cursor: pointer;
}

.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn-delete {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #791a11;
  color: white;
  cursor: pointer;
}

.formbold-btn-delete:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}

.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-full {
  width: 100%;
}

.formbold-radio {
  width: 20px;
  height: 20px;
}

.formbold-radio-label {
  font-weight: 500;
  font-size: 16px;
  padding-left: 12px;
  color: #070707;
  padding-right: 20px;
}

@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}

.formbold-main-wrapper .formbold-form-wrapper .bg-light {
  background-color: #7a92ae6e !important ;
  border-radius: 5px;
}
.btn {
  max-height: 40px;
}
.btn:focus {
  box-shadow: 0px 2px 18px 0px white;
}
.btn:hover {
  box-shadow: 0px 2px 18px 0px white;
}
/* github button */
/* CSS */
.button-3 {
  appearance: none;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  outline: white;
  box-shadow: 0px 2px 18px 0px white;
}

.button-3:hover {
  background-color: #2c974b;
  box-shadow: 0px 2px 18px 0px #ffffff;
}

.button-3:focus {
  box-shadow: 0px 2px 18px 0px white;
}

.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, 0.1);
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
  box-shadow: 0px 2px 18px 0px white;
}

.button-3:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, 0.2) 0 1px 0 inset;
  box-shadow: 0px 2px 18px 0px white;
}

/* FAQ */

.container h1 {
  color: #fff;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 90px;
}

details {
  /* background-color: #303030; */
  color: #fff;
  font-size: 1rem;
  border-radius: 15px;
  margin-bottom: 5px;
  background: rgb(26, 24, 64);
  background: linear-gradient(45deg, #0d2136d2, #09293e);
}

summary {
  padding: 0.5em 1.3rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  transition: height 1s ease;
  color: #ffbe47;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: "\002B";
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}

details[open] summary:after {
  content: "\00D7";
}

details[open] div {
  padding: 0.5em 1em;
}
.table>:not(caption)>*>* {
  padding: .9rem .9rem !important;
  color: white!important;
  background-color: transparent !important;

}
tbody, td, tfoot, th, thead, tr {
  /* border-color: inherit; */
  border-style: solid !important;
  border-width: 0.3px!important;
  border-color: orange!important;
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: rgba(28, 53, 80, 0.32);
  color: white;
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: rgba(236, 239, 241, 0.35);
  color: white;
}
.modal-content  {
  background: linear-gradient(136.36deg,#333964 4.86%,#171a39 94.85%) !important;
}

/*.modal-content label,
.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content h5,
.modal-content h6 {
  color: black !important; /* Override any conflicting styles */
}/*
