@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

body,
html {
  font-family: "Poppins", sans-serif;
  overflow: overlay;
  background: #151718;
}

::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background: rgb(90, 90, 90);
  border-radius: 50px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.0);
}

a {
  text-decoration: none !important;
}

strong {
  font-weight: 500;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.text-right {
  text-align: right !important;
}

.px-m {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}


/* button */

.button {
  display: block;
  background-color: var(--primary);
  color: white;
  font-size: 20px;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
}

.button.low-padding {
  padding: .35rem 1.9rem;
}

.button.low-weight {
  font-weight: 500;
}

.button.medium-size {
  font-size: .8rem;
}

.button.primary.outline {
  border: 1px solid var(--primary) !important;
  background: none !important;
}

.button.primary.outline:hover {
  box-shadow: none !important;
}

.button.primary-shadow {
  box-shadow: 0px 4px 10px 2px var(--primary-opaque-strong);
}

.button.uppercase {
  text-transform: uppercase !important;
}

.button.disabled {
  background: #292929 !important;
  box-shadow: none;
  cursor: default;
}

.button.primary.outline.disabled {
  border: 1px solid #292929 !important;
  color: #757575;
}

.button.primary.outline.disabled:hover {
  background-color: transparent !important;
}

.button.disabled:hover {
  background: #292929 !important;
  box-shadow: none !important;
}

.button:focus {
  outline: none;
}

.button:hover {
  color: white;
}

.button i {
  /* margin-right: .8rem;
  margin-left: .5rem; */
  opacity: .8;
}

/* .gradient-img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
} */

.gradient-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  pointer-events: none;
  z-index: 2;
  border-radius: 12px;
}

.button.primary {
  background: var(--primary);
}

.button.rounded {
  border-radius: 100px;
}

.button.white {
  background-color: white;
  color: var(--primary);
}

.rounded-circle {
  border-radius: 10px !important;
}

.button.primary:hover {
  background: var(--primary);
  box-shadow: 0px 0px 10px 2px var(--primary-opaque);
}

.button.btn-product {
  background-color: rgb(255, 255, 255, .02);
  color: rgb(255, 255, 255, .65);
  padding: .4rem 2rem;
  font-size: .8rem;
  font-weight: 400;
  display: block;
  text-align: center;
  position: relative;
}

.button.button.btn-product.notification::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #D16666;
  top: 50%;
  margin-left: .4rem;
  transform: translateY(-50%);
  border-radius: 50px;
}

.breadcrumb-item {
  color: rgb(255, 255, 255, .31);
  font-size: 1.1rem;
  font-weight: 500;
}

.breadcrumb-item a {
  text-decoration: none !important;
  color: var(--primary);
  transition: opacity .3s;
}

.breadcrumb-item a:hover {
  opacity: .8;
}

.auth-input {
  padding: .7rem 1.5rem;
  padding-left: 2.6rem;
  background: transparent !important;
  border: 0;
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
  color: white;
  font-size: .85rem;
  font-weight: 300;
  outline: none;
  box-shadow: 0px 0px 0px .5px rgb(255, 255, 255, .28);
  transition: box-shadow .3s;
}

.auth-input:focus {
  box-shadow: 0px 0px 0px .5px var(--primary);
}

.auth-input::placeholder {
  color: rgb(255, 255, 255, .72)
}

.form-input-icon {
  position: relative;
}

.form-input-icon i {
  position: absolute;
  left: 16px;
  top: 52.5%;
  transform: translateY(-60%);
  fill: white;
  color: white;
  font-size: 14px;
}

.custom-select {
  background: url(../img/arrow-down.png) no-repeat right transparent;
  background-size: 8px;
  background-position-x: 80%;
  outline: none !important;
  border: 0;
  padding: .7rem 1rem;
  padding-right: 2rem;
  border-radius: 5px;
  color: white;
  font-size: .85rem;
  font-weight: 300;
  box-shadow: 0px 0px 0px .5px rgb(255, 255, 255, .28);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  resize: none;
  appearance: none;
}

.custom-select option {
  margin: 40px;
  background: #0D0F0F;
  color: rgb(255, 255, 255, 0.7);
  outline: 0;
}

.custom-select option:checked {
  color: var(--primary);
}

.custom-select option:hover {
  box-shadow: 0 0 10px 100px #1882A8 inset;
}

.custom-select::-ms-expand {
  display: none;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  color: white;
  display: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:hover {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
  transition: background-color 5000s ease-in-out 0s;
  color: white;
  caret-color: white;
}

input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.accordion-button {
  padding: 1.2rem 1.25rem;
  border-radius: 10px !important;
  border: 1px solid rgb(102, 102, 102) !important;
  border-left: 1px solid rgb(102, 102, 102, 0.7) !important;
  border-bottom: 1px solid rgb(102, 102, 102, 0.5) !important;
  border-right: 1px solid rgb(102, 102, 102, 0.5) !important;
}

.accordion-button.collapsed {
  background-color: rgb(255, 255, 255, .01) !important;
  color: rgb(255, 255, 255, .63);
}

.accordion-button:not(.collapsed) {
  background-color: var(--primary) !important;
  color: white;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid rgb(102, 102, 102) !important;
  border-left: 1px solid rgb(102, 102, 102, 0.7) !important;
  border-bottom: 1px solid rgb(102, 102, 102, 0.5) !important;
  border-right: 1px solid rgb(102, 102, 102, 0.5) !important;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  border: 1px solid rgb(102, 102, 102) !important;
  border-left: 1px solid rgb(102, 102, 102, 0.7) !important;
  border-bottom: 1px solid rgb(102, 102, 102, 0.5) !important;
  border-right: 1px solid rgb(102, 102, 102, 0.5) !important;
}

.accordion-item {
  margin: 1rem 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.accordion-body {
  background-color: rgb(255, 255, 255, .01) !important;
  color: rgb(255, 255, 255, .63);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  font-weight: 300;
  font-size: .9rem;
  padding: 1.25rem 1.5rem;
}

.form-check-input {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255, 0.19);
}

.form-check-input:checked {
  background-color: var(--primary) !important;
  box-shadow: none;
  border: 0;
}

.form-check-input:focus {
  box-shadow: none !important;
  border: 1px solid rgb(255, 255, 255, 0.19);
}

.discord-top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  padding: .5rem 2rem;
  background-color: #DD0C3D;
  color: White;
  font-weight: 500;
  z-index: 999999999999;
  text-align: center;
}