.new-card-bg {
  border-radius: 25px;
  border: 1px solid #ccccff;
  background-color: #f6f5ff;
}
.bg-grey-new {
  background-color: #f6f5ff !important;
}
.bg-grey-1 {
  background-color: #edebff !important;
  border-radius: 10px;
}
.hr-border {
  border: 1px solid rgb(218 218 219);
}
.bg-grey-2 {
  background-color: rgb(251, 250, 255) !important;
}
.popover {
  position: relative;
  width: 200px;
  height: 100px;
  background-color: rgb(233, 212, 222);
  border-radius: 4px;
  top: 50px;
  left: 50px;
  box-shadow: 3px -2px 4px #aaa;
}

.popover-arrow {
  position: absolute;
  top: -18px;
  /* left: 20px; */
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid rgb(233, 212, 222);
  width: 0;
  height: 0;
  right: 0;
  z-index: 99;
  -webkit-filter: drop-shadow(0 -2px 2px #aaa);
}

.input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 20px;
  background: #e0e0ff;
  /* display: block; */
  border-radius: 100px;
  position: relative;
}

.label:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.input:checked + .label {
  background-color: var(--secondary) !important;
}

.input:checked + .label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
}

.label:active:after {
  width: 30px;
}
.input-lebal {
  /* z-index: 99; */
  top: -20%;
  left: 15px;
  background-color: rgb(251, 250, 255);
  padding: 0 8px;
}
.button-new-co {
  background-color: rgb(251, 250, 255);
  border-color: rgb(149, 104, 255);
}
.card-redius {
  border-radius: 30px;
  border: 1px solid #fff;
}
.card-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 170px;
}
.live-color {
  background-color: #f74141;
  width: 105px;
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 120px;
}
.live-color-2 {
  background-color: #f74141;
  width: 105px;
  border-radius: 50px;
}
.yellow-color {
  background-color: #f8c40d;
  width: 105px;
  border-radius: 50px;
  position: absolute;
  color: black;
  right: 20px;
  top: 120px;
}
.upcoming {
  background-color: #4a93e8;
  width: 105px;
  border-radius: 50px;
  position: absolute;
  color: black;
  right: 20px;
  top: 120px;
}
.from-input {
  background-color: var(--color-base-hover);
  max-width: 80%;
  margin: auto;
  border-radius: 30px;
}
.btn-new {
  background-color: var(--color-base-hover) !important;
}
.btn-new-1 {
  background-color: var(--secondary) !important;
}
.text-color-new {
  color: #8437fa !important;
}

.border-color {
  border-color: var(--color-base);
}

.border-color:focus {
  border: none;
  background-color: var(--color-base-hover);
}
:root {
  --color-base: #8437fa;
  --color-base-hover: #f3ebff;
  --primary: #01a3ff;
  --secondary: #9568ff;
}
.footer-icon {
  background-color: #aaa5fb !important;
}
.italic {
  font-style: italic;
}

.content {
  border-radius: 32px;
  top: 70px; /* Leave space for the progress bar */
  position: absolute; /* Place each text container on top of each other. */
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 3em;
  display: none; /* Hide all text containers */
  background: linear-gradient(
    139deg,
    rgb(190, 167, 180) 2%,
    rgb(168, 138, 155) 33%,
    rgb(168, 138, 155) 73%,
    rgb(190, 167, 180) 98%
  ); /* Add background so when next text containers are shown, the previous one are not being seen anymore. */
}

.mt--1 {
  margin-top: -5px;
}
.menu-1 {
  background-color: #ffffff00 !important;
  backdrop-filter: blur(7px);
  border: 1px solid #00000026 !important;
  /* width: 300px; */
}
.upcoming-1 {
  background-color: #4a93e8;
  border-radius: 30px;
}
.bg-white-new {
  background-color: #fbf8ff !important;
  border: 0.7px solid #ccccff;
  /* width: 190px; */
  border-radius: 20px;
}
.card-finix {
  background: #f6f5ff;
  border-radius: 20px;
}
.step-1 {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  /* height: 35px; */
  width: 100.33%;
  font-weight: bold;
}
.step-1::before {
  content: "";
  position: absolute;
  width: 92%;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  height: 12px;
  border-radius: 110px;
  background-color: #dbe9fa;
  /* border: 2px solid white; */
  /* box-shadow: 8px 8px 10px rgba(132, 98, 115, 0.4); */
  transition: 0.1s ease-in-out;
}
.d2-none {
  display: none !important;
}
.header-pi {
  position: relative;
  left: -30px;
}
.styles-module_dark__xNqje {
  background: var(--rt-color-dark);
  color: var(--rt-color-white);
  position: absolute;
  z-index: 99;
}
.box-color-1 {
  background-color: #ede8f4 !important;
}
.token-hover:hover {
  color: #8437fa !important;
}
.box-color-1 {
  background-color: #ede8f4 !important;
}
.green-color {
  background-color: green;
  width: 105px;
  border-radius: 50px;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 120px;
}
.card-h-416 {
  height: 416px;
}

.card-select-b {
  position: absolute;
  bottom: 50px;
}
.whitelist-scroll {
  overflow-y: auto;
  max-height: 390px;
  height: 390px;
}
.t-black-2 {
  color: #000000c4 !important;
}
.ql-container {
  height: 200px !important;
}

.text-wight-bold {
  font-weight: bold;
}
