#drop-area {
  width: 100%;
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

#preview {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#preview img {
  max-width: 100%;
  max-height: 300px;
}

.fontsize {
  font-size: medium;
}

.pt-25 {
  padding-top: 25px;
}

.fnt_clr {
  text-align: center;
  font-size: medium;
  color: #000000;
}

.fnt_clr2 {
  text-align: left;
  font-size: medium;
  color: #000000;
}

.fnt_clr3 {
  text-align: center;
  font-size: small;
  color: #000000;
}

.style_btn1 {
  border-radius: 25px;
  border-color: #9568ff;
  background-color: #9568ff;
  color: #ffffff;
}

.style_btn1:hover {
  background-color: #9568ff;
  border-color: #9568ff;
  color: #ffffff;
}

.style_btn2 {
  border-radius: 25px;
  border-color: #9568ff;
  color: #9568ff !important;
  background-color: #f5f5ff;
}

.style_btn2:hover {
  background-color: #f5f5ff;
  border-color: #9568ff;
}

.Presale_Rate {
  z-index: 1;
  top: -20%;
  left: 15px;
  background-color: #f5f5ff;
  padding: 0 8px;
}

.DragDrop {
  text-align: center;
  font-size: medium;
  color: #8437fa;
  margin-bottom: 1;
}

.display_none {
  display: none;
}

.card_size {
  padding-top: 8%;
  height: 100%;
  justify-content: center;
}

.img-size {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  height: 170px;
}

.live-btn {
  background-color: #ff0000;
  width: 80px;
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 120px;
}

.borderBottom {
  border-bottom: none;
}

.svg_style {
  border-radius: 50px;
  padding: 7px;
  background-color: #f0e6fe;
}

.pl-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.info_style {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
  background-color: #f5f5ff;
  color: #808080;
}

.Remove {
  border-radius: 50px;
  padding: 7px;
  background-color: #fbecec;
}

.drop-zone {
  /* border: 2px dashed #ccc; */
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  position: relative;
  transition: border-color 0.2s ease;
}

.drop-zone__prompt {
  display: inline-block;
  margin-bottom: 10px;
}

.drop-zone__preview {
  position: relative;
}

.file-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.drop-zone__preview img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.file-info {
  margin-top: 10px;
}

.file-name {
  margin-bottom: 5px;
}

.drop-zone__input {
  display: none;
}

.drop-zone--over {
  border-color: #007bff;
}

body {
  background: #f3f1f2;
  font-family: sans-serif;
}

.app {
  margin: 1rem 4rem;
}

.app .ql-container {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background: #fefcfc;
}

/* Snow Theme */
.app .ql-snow.ql-toolbar {
  display: block;
  background: #eaecec;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

/* Bubble Theme */
.app .ql-bubble .ql-editor {
  border: 1px solid #ccc;
  border-radius: 0.5em;
}

.app .ql-editor {
  min-height: 18em;
}

.themeSwitcher {
  margin-top: 0.5em;
  font-size: small;
}
.doted-border {
  border-left: 2px dashed #d1b4fd !important;
  margin-left: 72px;
}
.doted-img {
  position: absolute;
  left: -21px;
}

.svg_style2 {
  border-radius: 50% !important;
  background-color: #8437fa;
  padding: 8px;
  margin: 5px;
}

.svg_style3 {
  border-radius: 50% !important;
  background-color: #ded6ff;
}
.bg-primary-light {
  background-color: #ded6ff;
}

.bg-primary-light-new {
  background-color: #8437fa;
}

.Drag_Drop_style {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 800px) and (min-width: 200px) {
  .doted-border {
    margin-left: 25px;
  }
}

.textstyle {
  font-size: medium;
  color: #000000;
  font-weight: 100;
}

.bordernone {
  border: none;
}

.btnstyle {
  border-radius: 25px;
  background-color: #8437fa;
  border-color: #8437fa;
  color: #ffffff;
}

.roundborder {
  width: 80px !important;
  background-color: #454545 !important;
  color: #ffffff !important;
  border-radius: 12px 0px 0px 12px !important;
}

.theadstyle {
  border: 1px solid !important;
}

.thstyle {
  border-left: 1px solid #696969 !important;
  color: #ffffff !important;
  background-color: #454545 !important;
}

.BaseToken {
  border-radius: 0px 12px 12px 0px;
}

.clipboard {
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
  padding-left: 10px;
  color: #000000 !important;
}

.HYPELOOT {
  padding-right: 10px;
}

.tdborder {
  border: none;
  padding-top: 28px;
  margin-top: 10px;
}
.over-y {
  overflow-y: scroll;
  height: 200px;
  cursor: pointer;
}

.hov:hover {
  background-color: #ababab;
}

.toggle-main-sidebar {
  width: 4rem;
  overflow: hidden;
}

.toggle-content-wrapper {
  margin-left: 4rem;
}

/* switch styling */
.switchSmall2 {
  display: inline-block;
}
.switchSmall2 input {
  display: none;
}
.switchSmall2 small {
  display: inline-block;
  width: 43px;
  height: 20px;
  background: #e0e0ff;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.switchSmall2 small:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  top: -2px;
  left: -1px;
  transition: 0.3s;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.25);
}
.switchSmall2 input:checked ~ small {
  background: #9568ff;
  transition: 0.3s;
}
.switchSmall2 input:checked ~ small:before {
  transform: translate(22px, 0px);
  transition: 0.3s;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.25);
}

.color-fa {
  color: #fff !important;
}

.bg-disabled {
  background-color: #e5e5e5 !important;
}

.Steamboat_page {
  z-index: 1;
  top: -20%;
  left: 15px;
  background-color: #fbfaff;
  padding: 0 8px;
}

.bgborder {
  border: none !important;
}

.w-346 {
  width: 314px !important;
}
