* {

}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  background: linear-gradient(135deg, #FFFFFF 0%, #E4E6EB 100%) !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}

body {
  background: transparent !important;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  font-family: 'Mulish', sans-serif !important;
  color: #363636 !important;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}

a {
  color: black !important;
}

.nuxt-link-exact-active.nuxt-link-active {
  text-decoration: none;
}

.text-8 {
  font-size: 8px;
}

.text-10 {
  font-size: 10px;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.text-30 {
  font-size: 30px;
}

.font-bold-900 {
  font-weight: 900;
}

.color-light-grey {
  color: #757E90;
}

.white-pill {
  background: #FFFFFF;
  box-shadow: 0 20px 60px rgba(65, 11, 24, 0.1);
  border-radius: 15px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
}

.cursor-pointer {
  cursor: pointer;
}

.form-control:focus {
  outline: none !important;
  box-shadow: unset !important;
  border-color: #3023AE !important;
  /*border: unset !important;*/
}

.form-control-mod:focus {
  outline: none !important;
  box-shadow: unset !important;
  border-color: #3023AE !important;
  /*border: unset !important;*/
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow:;*/
}

.btn-primary {
  width: 100%;
  height: 50px;
  background: linear-gradient(308.16deg, #3023AE -38.29%, #C86DD7 189.48%) !important;
  box-shadow: 0 10px 20px rgba(65, 11, 24, 0.1);
  border-color: #3023AE;
}

.btn-primary[disabled] {
  border-color: #3023AE !important;
}

.close-btn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.back-button {
  background-color: rgba(0, 0, 0, 0.25);
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
