* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: open-sans, sans-serif;
  font-style: normal;
  /* outline: 1px solid red; */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.CormorantFont {
  font-family: "Cormorant", sans-serif;
}

.RobotoFont {
  font-family: "Roboto", sans-serif;
}

.OpenSans {
  font-family: "Open Sans", sans-serif;
}

.Inter {
  font-family: "Inter", sans-serif;
}

.Nunito {
  font-family: "Nunito", sans-serif;
}

.Oswald {
  font-family: "Oswald", sans-serif;
}

.Poppins {
  font-family: "Poppins", sans-serif;
}

.PTSans {
  font-family: "PT Sans", sans-serif;
}

.PTSerif {
  font-family: "PT Serif", serif;
}

.Newsreader {
  font-family: "Newsreader", serif;
}

.Montserrat {
  font-family: "Montserrat", sans-serif;
}

.SourceSansPro {
  font-family: "Source Sans Pro", sans-serif;
}

.Raleway {
  font-family: "Raleway", sans-serif;
}

.RobotoSlab {
  font-family: "Roboto Slab", serif;
}

.Quicksand {
  font-family: "Quicksand", sans-serif;
}

.Abel {
  font-family: "Abel", sans-serif;
}

.Lato {
  font-family: "Lato", sans-serif;
}

.DotGothic {
  font-family: "DotGothic16", sans-serif;
}

.RockNRollOne {
  font-family: "RocknRoll One", sans-serif;
}

.Anton {
  font-family: "Anton", sans-serif;
}

.Arvo {
  font-family: "Arvo", serif;
}

.Assistant {
  font-family: "Assistant", sans-serif;
}

.Barlow {
  font-family: "Barlow", sans-serif;
}

.BebasNeue {
  font-family: "BebasNeue", cursive;
}

.Bitter {
  font-family: "Bitter", serif;
}

.Cabin {
  font-family: "Cabin", sans-serif;
}

.Cairo {
  font-family: "Cairo", sans-serif;
}

.ExoTwo {
  font-family: "Exo 2", sans-serif;
}

.FiraSans {
  font-family: "Fira Sans", sans-serif;
}

.Heebo {
  font-family: "Heebo", sans-serif;
}

.Inconsolata {
  font-family: "Inconsolata", monospace;
}

.JosefinSans {
  font-family: "Josefin Sans", sans-serif;
}

.Karla {
  font-family: "Karla", sans-serif;
}

.Lobster {
  font-family: "Lobster", cursive;
}

.Lora {
  font-family: "Lora", serif;
}

.Mukta {
  font-family: "Mukta", sans-serif;
}

.Oxygen {
  font-family: "Oxygen", sans-serif;
}

.ReggaeOne {
  font-family: "Reggae One", cursive;
}

.Rubik {
  font-family: "Rubik", sans-serif;
}

.Satisfy {
  font-family: "Satisfy", cursive;
}

.TitilliumWeb {
  font-family: "Titillium Web", sans-serif;
}

.YanoneKaffeesatz {
  font-family: "Yanone Kaffeesatz", sans-serif;
}

body {
  width: 1280px;
  max-width: 1280px;
  max-height: 1280px;
  margin: 0 auto;
  overflow: overlay;
}

@media only screen and (max-width: 1050px) {
  #publish-btn {
    display: none !important;
  }
  html {
    background: #252525;
    width: 0;
    height: 0;
  }
  #pageBody {
    width: 100vw;
    /* position: absolute;
    left: 0%;
    transform: translateX(-50%, -50%);
    top: 0;
    width: 100%; */
    /* top: -41px !important; */
  }
  #savedata,
  #loaddata {
    background: transparent;
  }
  #mobileBoard {
    display: none;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1050px) {
  .container {
    width: 768px !important;
  }
}

@media only screen and (min-width: 280px) and (max-width: 670px) {
  .container {
    width: 400px !important;
  }
}

@media only screen and (max-width: 1100px) {
  #pageBody {
    position: absolute;
    width: 400px;
    left: 0%;
  }
}

.container {
  width: 100%;
  background: inherit;
  position: relative;
  border-bottom: 25px solid transparent;
  transition: border-bottom 0.2s ease-in-out;
}

.element-dropdown-bg::-webkit-scrollbar {
  width: 5px; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.element-dropdown-bg::-webkit-scrollbar-thumb {
  background: #292929;
}

body,
html {
  /* min-height: 100vh; */
}

body {
  background: #fff;
}

#web-container,
.newContainer {
  width: inherit;
  /* display: flex;
   flex-wrap: wrap; */
  height: 1000px;
}

/* new */
::-webkit-scrollbar {
  width: 34px;
  height: 34px;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb {
  height: 16px;
  border: 12px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #a6a6a6;
}
/* new end */

.dropdownContent {
  z-index: 200000 !important;
}

.section-container::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
}

.section-container::-webkit-scrollbar {
  width: 50px;
  height: 34px;
}
.section-container::-webkit-scrollbar-thumb {
  height: 16px;
  border: 20px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
}

.component-options::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
}

.component-options::-webkit-scrollbar {
  width: 50px;
  height: 34px;
}
.component-options::-webkit-scrollbar-thumb {
  height: 16px;
  border: 20px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
}

a:hover {
  cursor: pointer !important;
}

a {
  color: inherit;
}

img:hover {
  cursor: pointer !important;
}

.csnSignUpForms {
  width: 350px;
  height: 40px;
  border-radius: 2px;
  background: transparent;
  outline: none;
  border: 1px solid #555;
  padding: 0.5em;
  color: #ffffff !important;
}

.loginErrorMessage {
  background: #077aff;
  color: #ffffff;
  padding: 1em;
}

.dbD {
  position: relative !important;
  /* margin-bottom: 2em !important; */
  margin-right: 5.5em !important;
}

.dataGroup {
  display: flex;
  flex-wrap: wrap;
  max-width: 1900px;
  height: auto !important;
}

.ErrorHandling {
  display: none !important;
}

.loginErrorMessage {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10000;
}

.templateBtn {
  cursor: pointer !important;
}

.savingFileAnim {
  width: 400px;
  height: 70px;
  border-radius: 12px;
  background: #181818;
  position: relative;
  z-index: 10000;
  display: flex;
  align-items: center;
  padding-left: 1em;
  transform: scale(0.7);
  display: none;
}

.global-notif-msg {
  color: #ffffff;
  text-indent: 1.3em;
}

.closeNotification {
  font-size: 26px;
  position: absolute;
  right: 25px;
}

.checkmarkBox {
  width: 50px;
  height: 50px;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkmarkWhite {
  width: 40px;
  height: 40px;
  border-radius: 60px;
  background: #030303;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkMarkIco {
  color: red;
  font-size: 40px;
}

.continueAsFree {
  cursor: pointer;
}

.defaultCursor {
  cursor: default !important;
}

.csnLoader {
  width: 3em;
  height: 3em;
  animation: loaderAnim 1.25s infinite ease-in-out;
  outline: 1px solid transparent;
  position: absolute;
  top: 38%;
  left: 38%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.csnLoader .largeBox {
  height: 3em;
  width: 3em;
  /* background-color: #ffffff; */
  outline: 1px solid transparent;
  position: fixed;
  transform: translate(-50%, -50%) scale(0.1);
}
.csnLoader .smallBox {
  height: 3em;
  width: 3em;
  background-color: #34495e;
  position: fixed;
  z-index: 1;
  outline: 1px solid transparent;
  animation: smallBoxAnim 1.25s alternate infinite ease-in-out;
}

.fullScreenLoading {
  width: 100px;
  height: 100px;
  border-radius: 3%;
  z-index: 10000;
  background: #fff;
  position: absolute;
  top: 40%;
  left: 43%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  animation: loaderAnim 1.25s infinite ease-in-out;
  border: 90px solid #fff;
  display: none;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.outsideCanvas {
  display: none;
}

@keyframes smallBoxAnim {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(0.75);
  }
}
@keyframes loaderAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 500px) {
  .mobileReady .generated {
    /* font-size: 29px !important; */
    margin-top: 1em !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .dragme:not(.imgObject, .absolutelyPositioned) {
    position: relative !important;
  }
}

@media only screen and (max-width: 1100px) {
  .dragme:not(.imgObject, .absolutelyPositioned) {
    position: relative !important;
  }
}

@media only screen and (min-width: 1380px) {
  .parentOfElements {
    margin-top: 0px !important;
  }
  #pageBody {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 360px) {
  /* For custom form */
  #testBtn {
    width: auto;
  }
  .csnSignUpForms {
    left: 0px !important;
  }
}

/* Hide these elements until fixed */
@media only screen and (max-width: 1100px) {
  .divider {
    /* display: none !important;
		visibility: hidden !important; */
  }
}

@media only screen and (max-width: 1100px) {
  .boundingBox {
    margin-bottom: 0px !important;
  }
  .underImage:not(.formSignup, .GeS, .notAnImage) {
    margin-bottom: 0px !important;
  }
  .underImage .generated {
    text-align: center !important;
  }
  #bounded:not(.vM) {
    /* width: 100% !important;
    left: 0 !important;
    margin: 0 auto; */
  }
  .draggable:not(.keepPosition, .btnElm),
  .domElement:not(.keepPosition, .btnElm) {
    /* text-align: center !important; */
    /* margin-left: auto !important; */
    /* margin-right: auto !important; */
  }
  .btnElm:not(.vM) {
    /* margin-left: auto !important; */
    /* margin-right: auto !important; */
    /* left: 0 !important; */
  }
  .btnElement {
    /* margin-left: auto !important; */
    /* margin-right: auto !important; */
  }
  .imgRearranged:not(.mobileEditorView) {
    left: 0px !important;
  }
  /* Important for making group text height correct */
  .customContainment:not(.doNotMove, .groupParent, .youtubeGroupParent) {
    height: auto !important;
    /* padding-bottom: 2em; */
  }
  .youtubeGroupParent {
    /* margin-bottom: 0px !important; */
  }
  /* Important for making group text height correct */
  .customContainment .draggable:not(.imgObject, .imgContainer) {
    /* margin-bottom: 0px !important; */
    /* top: 0px !important; */
    /* height: auto !important; */
  }
  /* .wrapElements{
		top: 0px !important;
	} */
  #bounded
    > .grouped:not(.imgContainer, .imgObject, .btnElm, .mobileEditorView, .groupChild) {
    /* text-align: left !important; */
    left: 0px !important;
    position: relative !important;
    /* width: 100% !important; */
  }
  #bounded > .grouped:not(.imgObject, .mobileEditorView, .groupChild) {
    /* text-align: left !important; */
    left: 0px !important;
    position: relative !important;
  }
  /* .btnElement {
    margin: 0 auto;
    text-align: center;
    left: 0px !important;
  } */
  .doNotMove:not(.fixSpce, .vM) {
    margin-bottom: 0px !important;
    /* left: 0px !important; */
  }
  .doNotMove:not(.imgRearranged, .groupLastItem, .groupParent, .GeS, .fixSpce) {
    margin-bottom: 0px !important;
  }
  .linkedEmptySpace {
    margin-bottom: 0px !important;
  }
  .editable {
    width: 100% !important;
  }
  .mobileV:not(.btnElement, .keepPosition, .btnElm, .vM, .mobileEditorView) {
    /* width: 100% !important; */
    /* left: 0px !important; */
  }
  .groupParent .imgContainer {
    /* width: 100% !important; */
  }

  /* Spacing modifications for groups and elements within groups */
  .groupParent:not(.dbD) {
    /* margin-top: 2em !important; */
    /* display: block !important; */
  }

  .inGroup:first-child {
    /* padding-top: 1.2em !important; */
  }

  .imgObject {
    width: 100% !important;
  }

  .btnText {
    width: 100% !important;
  }

  .domElement:not(.imgContainer, .btnElm, .smallIcon, .divider, .dividing) {
    /* width: auto !important; */
    height: auto !important;
    line-height: initial;
  }

  .dividing {
    top: 0px !important;
  }

  .divider > .generated {
    background-color: transparent !important;
  }

  .text {
    margin-top: 0em !important;
  }

  .changeFontTiny {
    font-size: clamp(1.1rem, 2.5vw, 1rem);
  }

  .changeFontSmall {
    font-size: clamp(1.2rem, 2.5vw, 2rem);
  }

  .changeFontMed {
    font-size: clamp(2rem, 2.5vw, 3rem);
  }

  .changeFontLarge {
    font-size: clamp(4rem, 4vw, 6rem);
  }
}

@media only screen and (max-width: 650px) {
  #bounded {
    border-radius: 0px !important;
  }
  .xboxMobile {
    /* height: 358px !important; */
  }
  video {
    width: 100% !important;
    object-fit: contain !important;
  }
  .xboxIntroMobile {
    height: 467px !important;
    top: 586px !important;
    margin-bottom: -567px !important;
  }
  .xboxVideoHome {
    width: auto !important;
  }

  .imgContainer img {
    /* width: 100% !important; */
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .domElement {
    /* text-align: center !important; */
  }
  .noOverLap {
    margin-bottom: 0px !important;
  }
  .xboxVideoText {
    /* margin-bottom: -300px !important; */
  }

  .xboxVideoL {
    height: 400px !important;
  }

  .textAX {
    margin-bottom: -150px !important;
  }

  /* .draggable .resizable:not(.mobileEditorView, .mobileEditorView > .resizable),
  .divider,
  .dividing {
    left: 0px !important;
  } */
  .draggable:not(.btnElement, .btnElm, .vM) {
    /* width: 100% !important; */
  }
  .clown {
    top: 692px !important;
    left: 50px !important;
  }
}

@media only screen and (max-width: 1050px) {
  .mHide {
    /* display: none !important; */
    opacity: 0 !important;
  }
  .xboxVideoText {
    color: #000000 !important;
    margin-top: 2em !important;
  }
}

.GeS {
  /* margin-bottom: 15px !important; */
}

.undI {
  margin-bottom: 0px !important;
}

.animate {
  opacity: 0;
}

@media only screen and (max-width: 650px) {
  #pageBody {
    /* padding-top: 2.3em; */
  }

  .domElement {
    word-wrap: break-word;
  }

  .domElement:not(.btnElm) {
    /* width: auto !important; */
  }
}

@media only screen and (min-width: 1100px) {
  .absolutelyPositioned {
    display: none;
  }
}

.doNotMove:not(.fixSpce) {
  margin-bottom: 0px !important;
}

/* .mobileEditorView {
  margin-bottom: 0px !important;
} */

/* .tempDoNotMove {
  margin-bottom: 0px !important;
} */

.container {
  margin: 0 auto !important;
}

@media only screen and (min-width: 601px) {
  .absolutelyPositioned {
    display: none;
  }
}

.divider,
.dividing {
  max-height: 1px !important;
}

.badge {
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0em 0;
  border-radius: 6px;
  background-color: #000000;
  position: fixed;
  /* right: -100vw; */
  /* right: -3.5em; */
  bottom: 0;
  /* top: 0; */
  z-index: 999999999;
  transition: background-color 0.2s ease-in-out;
  display: none;
}

.badge:hover {
  background-color: #004eff;
  transition: background-color 0.2s ease-in-out;
}

.badge img {
  margin-right: 0em;
}

.badgeText {
  color: #fff;
  font-weight: bold;
  font-family: Inter, sans-serif;
  font-size: 14px;
  vertical-align: center;
}

/* Form Builder */
#builder {
  display: flex;
  position: fixed;
  top: 50%; /* Adjust to your desired vertical position */
  left: 50%;
  transform: translate(-50%, -50%); /* Center both horizontally and vertically */
  z-index: 999999;
  color: #000;
  height: 500px;
}

.builderLeftSidePanel {
  background-color: #0e0e0e;
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 1em;
  padding: 1em;
  position: relative;
  left: 0.1em;
}

.builderPropertiesRightSidePanel {
  gap: 0.5em;
  background-color: #0e0e0e;
  max-width: 220px;
  min-width: 220px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  align-content: flex-start;
  padding: 1em;
  justify-content: center;
  position: relative;
  right: 0.1em;
}

.component {
  background-color: #171c39;
  border-radius: 3px;
  width: 100px;
  color: #adadad;
  height: 30px;
  align-items: center;
  font-size: 12px;
  justify-content: center;
  font-family: "Inter", sans-serif;
  display: flex;
  font-weight: 500;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  z-index: 9999999999999999;
}

.formBuilderCanvas {
  border-radius: 0px;
  background-color: #1c1c1c;
  position: relative;
  min-height: 400px;
  width: 665px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 3em;
  display: flex;
  justify-content: center;
}

/* Add more styles as needed */
.formBuilderCanvas input, 
.formBuilderCanvas textarea, 
.formBuilderCanvas select, 
.formBuilderCanvas p, 
.formBuilderCanvas hr {
    display: block;
    width: 100%; 
    margin-bottom: 10px;
}

.checkbox-container {
  display: flex;
  justify-content: center;
  gap: 1em;
  vertical-align: center;
}

#dynamicCheckbox{
  width: auto;
}

.remove-btn {
  background-color: #492020;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  top: 0.5em;
  right: 10%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.canvas-item {
  position: relative;
  margin-bottom: 3px;
  /* background: #333; */
  height: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  padding-top: 2em;
  margin-top: 1em;
}

.formBuilderCanvas{
  flex-direction: column;
  align-items: center;
  justify-content: start;
  align-content: start;
}

.formBuilderCanvas .canvas-item{
  width: 90%;
  margin-left: 6em;
}

.canvas-item textarea{
  width: 80%;
  height: 30px;
}

.formBuilderCanvas h1{
  color: #4d4d4d;
  font-size: 25px;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  top: 40%;
  text-align: center;
}

.canvas-item input{
  width: 80%;
  padding: .7em;
}

.canvas-item input[type="datetime-local"]{
  width: 80%;
  padding: 0.5em;
}

.canvas-item button[type="submit"]{
  padding: 8px 50px;
  font-weight: 600;
  background: white;
  border: 1px solid transparent;
  text-align: center;
}

.formBuilderCanvas .canvas-item button[type="submit"]{
  border: 1px solid #333;
}

.formBuilderCanvas .canvas-item input, .canvas-item select {
  border: 1px solid #333;
}

.canvas-item select{
  width: 80%;
  padding: 0.5em;
  outline: none;
}

/* Background for each input field */
.formBuilderCanvas .canvas-item input, .canvas-item select {
  width: 80%;
  padding: 0.5em;
  background: #333;
  color: #e5e5e5;
  border: 1px solid transparent;
  outline: 1px solid #797979;
}
.canvas-item input, .canvas-item select {
  width: 100%;
  padding: 0.5em;
  background: #333;
  color: #e5e5e5;
  border: 1px solid transparent;
  outline: 1px solid #797979;
  /* outline: 1px solid #111; */
}

.canvas-item button[type="submit"] {
  padding: 12px 50px;
  font-weight: 600;
  background: #101010;
  color: #d1d1d1;
  /* border: 1px solid #333; */
  text-align: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.formBuilderCanvas .canvas-item button[type="submit"] {
  padding: 12px 50px;
  font-weight: 600;
  background: #101010;
  color: #d1d1d1;
  /* border: 1px solid #333; */
  text-align: center;
  width: 80.1%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.canvas-item select{
  color: #7f7f7f;
}

.builderComponent{
  cursor: grab;
}

.builderPropertiesRightSidePanel h1{
  font-size: 14px;
  position: relative;
  top: 40%;
  color: #5d5d5d;
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
}

.builderPropertiesRightSidePanel input{
  outline: none;
  height: 40px;
  background: #171c39;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 3px;
  color: #adadad;
}

.builderPropertiesRightSidePanel input::placeholder{
  color: #adadad;
}

#builder{
  width: 1135px;
  flex-wrap: wrap;
}
.canvas-controls{
  flex-grow: 1;
}

.canvas-controls button{
  background: #154315;
  color: #ffffff;
  width: 248px;
  height: 40px;
  outline: none;
  border: transparent;
  font-family: 'Inter';
  font-size: 12px;
  cursor: pointer;
  position: relative;
  left: .10em;
}

.formAddButtonInactive{
  background: #1a271a !important;
  color: #ffffff47 !important;
}

.canvas-controls button:hover{
  background: #1b5d1b;
}

.component-header{
  background: #0e101a;
  height: 37px;
  width: 1131px;
  color: #adadad;
  text-indent: 17px;
  line-height: 37px;
  font-size: 12px;
  position: relative;
  top: 0.7em;
  left: .20em;
  border-bottom: 1px solid #1a222b;
}

.component-header span{
  position: absolute;
  right: .6em;
  font-size: 25px;
  top: -0.05em;
  color: #adadad;
  cursor: pointer;
}

#deleteForm{
  background: #3f1111;
}

.addFormOptions{
  outline: none;
  border: transparent;
  background: #171c39;
  width: 100px;
  height: 30px;
  color: #adadad;
  cursor: pointer;
  font-size: 12px;
  border-radius: 3px;
}

.parentOfElements .remove-btn, #bounded .remove-btn{
  display: none !important;
} 

#builder{
  /* display: none; */
}

.formInputField{
  left: 0;
  top: 0;
}

.ui-resizable-s{
  z-index: 90;
  display: block;
  white-space: normal;
  position: absolute;
  bottom: -0.25em;
  /* top: 0.1em; */
  left: 50%;
  border-radius: 100px;
  transform: scale(1.2);
  width: 30px;
  height:7px;
}

.formSubmitButton, .formInputField{
  /* pointer-events: none; */
  position: absolute;
  left: 0;
  top: 0;
}

.formInputField, .formSubmitButton {
  margin-left: 0px !important;
  cursor: pointer;
}

.dataGroup{
  display: none;
}

.formResultContainer .customFormDataResult{
  position: relative !important;
}

.formResultContainer{
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.customFormDataResult{
  display: none;
}

.exportFormData{
  cursor: pointer;
}

.viewAllSubmissions-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
}

.modal-content {
  position: absolute;
  top: 5em;
  width: 100%;
  height: 1000px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.close-modal {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.submission-table {
  width: 100%;
  border-collapse: collapse;
}

.submission-table thead tr th {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}

.submission-table tbody tr td {
  padding: 10px;
  border: 1px solid #ccc;
}

.deleteForm{
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  background: #771515;
  border: none;
  padding: 0.5em 1em;
  color: #ffffff;
  transform: scale(0.9);
  cursor: pointer;
  z-index:999;
}

.thanksMessage{
  color: #999;
  position: relative;
  left: 5em;
}

.container{
  /* overflow-x: hidden; */
}

body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
  overflow-y: auto; /* Enable vertical scrollbar */
}

.cursorPointer{
  cursor: pointer !important;
}

.edit-group-btn{
  display: none !important;
}