body {
    font-family: Inter;
}


/* Mobile styles */
@media (max-width: 864px) {

  body {
    padding: 0;
    margin: 0;
  }
   
html {
  background-color: #fcfcfc;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}

.menu-bar {
  background-color: #fff;
  width: auto;
  height: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding-left: 16px;
  padding-right: 64px;
}
    
.menu-bar .logo a{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: #000;
  text-decoration: none;
}

.mobile-screen {
  position: fixed;
  left: 0;
  top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.80);
  z-index: 30;
  padding-left: 16px;
  padding-right: 16px;
}

.mobile-screen img {
  width: 36px;
}

.mobile-screen h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 25.6px;
}

.preview {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.preview button {
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  padding-inline: 0;
  padding-block: 0;
  box-shadow: none;
  border-width: 0;
  background-color: #fff;
  cursor: pointer;
}

.preview img {
  width: 16px;
  height: 16px;
}

.action {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
}

.action button {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  background-color: #fff;
  color: #000;
  border-width: 0;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.action button img {
  height: 15px;
}

.action button a {
  color: #000;
  text-decoration: none;
}

.workspace {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}


.left-side-nav {
  width: 300px;
  height: 100vh;
  background-color: #fff;
  color: #000;
  box-shadow: 13px 40px 27px -5px rgba(109, 109, 255, 0.16);
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
}

.left-side-nav-title {
  padding: 0;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
}

.left-side-nav-title img {
  width: 18px;
  margin-right: 12px;
}

.left-side-nav-title h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.header {
  margin-top: 48px;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: flex-start;
}

.header h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.header button {
  background-color: #fff;
  box-shadow: none;
  border-width: 0;
  color: #000;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.header button img {
  width: 14px;
  height: 14px;
}

.futer {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: flex-start;
}

.futer h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.futer button {
  background-color: #fff;
  box-shadow: none;
  border-width: 0;
  color: #000;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.futer button img {
  width: 14px;
  height: 14px;
}

.page {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
margin-top: 48px;
}

.page h3 {
font-size: 16px;
font-weight: 500;
letter-spacing: 0.5px;
}

.page button {
background-color: #fff;
box-shadow: none;
border-width: 0;
color: #000;
cursor: pointer;
}

.template-nav-pages {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: flex-start;
gap: 8px;
margin-top: 24px;
margin-bottom: 0;
}

.single-page {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.single-page p{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.btns button {
  color: #000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  box-shadow: none;
  border-width: 0px;
  cursor: pointer;
}

.btns img {
  width: 14px;
  height: 14px;
}

.opt {
  padding-left: 0px;
  padding-right: 0px;
}

.view-port-container::-webkit-scrollbar {
  display: none;
}

.view-port-container {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fafbfc;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-width: 0;
  box-shadow: -2px -2px 8px -2px rgba(109, 109, 255, 0.16);
}

.view-port-container::-webkit-scrollbar {
  display: none;
}

.view-port-container{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

iframe {
  z-index: 5;
  border-width: 0;
}

iframe::-webkit-scrollbar {
  display: none;
}

.details {
  padding: 0;
  margin: 0;
}

.details p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.details label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.update-logo {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
}

.update-logo p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-top: 0;
  margin-bottom: 24px;
}

.update-logo label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.update-nav p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-top: 0;
  margin-bottom: 24px;
}

.update-nav label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.data {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 12px;
  margin-bottom: 12px;
}

.data input{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  height: 30px;
  width: 200px;
  border: 1px solid rgba(0, 0, 0, 1);
  box-sizing: border-box;
}

.details button {
  height: 48px;
  width: 120px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  background-color: #215cff;
  color: #fff;
  box-shadow: none;
  border-width: 0px;
  border-radius: 4px;
  cursor: pointer;
}

.pages-popup {
  display: none;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
  overflow-y: scroll;
  padding: 32px;
  margin: 0;
  z-index: 20;
}

.pages-popup::-webkit-scrollbar {
  display: none;
}

.variants {
  display: none;
  flex-direction: column;
}

.variant {
  padding: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  cursor: pointer;
  border-width: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.variant p {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-top: 0;
  margin-bottom: 24px;
}

.variant img {
  width: 100%;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
}

.btn-bar {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-bar button {
  background-color: #fff;
  color: #000;
  height: 40px;
  width: auto;
  padding-left: 0px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  box-shadow: none;
  border-width: 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}


.submenu-bar {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-start;
  gap: 16px;
}

.submenu-bar button {
  height: 40px;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  box-shadow: none;
  border-width: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.75px;
  cursor: pointer;
}

.submenu-bar button:hover {
  background-color: #215cff;
  color: #fafbfc;
}

.details {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
}

.details label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.details input {
  margin-top: 0;
  margin-bottom: 16px;
  height: 30px;
  width: 200px;
}

.details-btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 0;
  margin-bottom: 24px;
}

.details-btns button {
  height: 48px;
  width: 200px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  box-shadow: none;
  border-radius: 4px;
  border-width: 0;
  cursor: pointer;
  background-color: #ececec;
  color: #000;
}


.sections {
  margin-top: 32px;
  display: none;
  flex-direction: column;
  gap: 32px;
}

.unique {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
}

.section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.section-title h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.section-title button {
  color: #000;
  background-color: #fafbfc;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  box-shadow: none;
  border-width: 0px;
  cursor: pointer;
}

.sect{
  width: 400px;
}


.indi-page-popup {
  display: none;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background-color: #fafbfc;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
  overflow-y: scroll;
  padding: 32px;
  margin: 0;
  z-index: 20;
}

.indi-page-popup::-webkit-scrollbar {
  display: none;
}

.sectio {
  display: none;
  flex-direction: column;
  color: #000;
}

.addsections-popup {
  display: none;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  left: 50%;
  top: 8%;
  width: 300px;
  height: 200px;
  background-color: #fafbfc;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
  overflow-y: scroll;
  padding: 32px;
  margin: 0;
  z-index: 24;
}

.addsections-popup::-webkit-scrollbar {
  display: none;
}

.addsections-popup h3 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.addsections-popup button {
  width: 14px;
  height: 14px;
}

.addsections-popup button img {
  width: 14px;
  height: 14px;
}

.addsections-popup img {
  width: 100%;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
}

.submenu-popup {
  display: none;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  left: 50%;
  top: 8%;
  width: 300px;
  height: 200px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
  overflow-y: scroll;
  padding: 32px;
  margin: 0;
  z-index: 24;
}

.submenu-popup::-webkit-scrollbar {
  display: none;
}
 

}


/************************** Desktop styles ***************************************/

@media (min-width: 1024px) {

  html {
    background-color: #fcfcfc;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
  }

    .container {
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

/************************************styling for storeengine**********************/

html::-webkit-scrollbar {
  display: none;
}

body {
  padding: 0;
  margin: 0;
}

.menu-bar {
  background-color: #fff;
  width: auto;
  height: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding-left: 16px;
  padding-right: 64px;
}
    
.menu-bar .logo a{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: #000;
  text-decoration: none;
}

.preview {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.preview button {
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  padding-inline: 0;
  padding-block: 0;
  box-shadow: none;
  border-width: 0;
  background-color: #fff;
  cursor: pointer;
}

.preview img {
  width: 16px;
  height: 16px;
}

.action {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
}

.action button {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  background-color: #fff;
  color: #000;
  border-width: 0;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.action button img {
  height: 15px;
}

.action button a {
  color: #000;
  text-decoration: none;
}

.mobile-screen {
  display: none;
}

.workspace {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}


.left-side-nav {
  width: 300px;
  height: 100vh;
  background-color: #fff;
  color: #000;
  box-shadow: none;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
}

.left-side-nav-title {
  padding: 0;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
}

.left-side-nav-title img {
  width: 18px;
  margin-right: 12px;
}

.left-side-nav-title h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.header {
  margin-top: 48px;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: flex-start;
}

.header h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.header button {
  background-color: #fff;
  box-shadow: none;
  border-width: 0;
  color: #000;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.header button img {
  width: 14px;
  height: 14px;
}

.futer {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: flex-start;
}

.futer h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.futer button {
  background-color: #fff;
  box-shadow: none;
  border-width: 0;
  color: #000;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.futer button img {
  width: 14px;
  height: 14px;
}

.page {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
margin-top: 48px;
}

.page h3 {
font-size: 16px;
font-weight: 500;
letter-spacing: 0.5px;
}

.page button {
background-color: #fff;
box-shadow: none;
border-width: 0;
color: #000;
cursor: pointer;
}

.template-nav-pages {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: flex-start;
gap: 8px;
margin-top: 24px;
margin-bottom: 0;
}

.single-page {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.single-page p{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.btns button {
  color: #000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  box-shadow: none;
  border-width: 0px;
  cursor: pointer;
}

.btns img {
  width: 14px;
  height: 14px;
}

.opt {
  padding-left: 0px;
  padding-right: 0px;
}

.view-port-container::-webkit-scrollbar {
  display: none;
}

.view-port-container {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fafbfc;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-width: 0;
  box-shadow: -1px -1px 6px -2px rgba(109, 109, 255, 0.16);
  z-index: 20;
}

.view-port-container::-webkit-scrollbar {
  display: none;
}

.view-port-container{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

iframe {
  z-index: 5;
  border-width: 0;
}

iframe::-webkit-scrollbar {
  display: none;
}

.details {
  padding: 0;
  margin: 0;
}

.details p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.details label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.update-logo {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
}

.update-logo p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-top: 0;
  margin-bottom: 24px;
}

.update-logo label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.update-nav p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-top: 0;
  margin-bottom: 24px;
}

.update-nav label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.data {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 12px;
  margin-bottom: 12px;
}

.data input{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  height: 30px;
  width: 200px;
  border: 1px solid rgba(0, 0, 0, 1);
  box-sizing: border-box;
}

.details button {
  height: 48px;
  width: 120px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  background-color: #215cff;
  color: #fff;
  box-shadow: none;
  border-width: 0px;
  border-radius: 4px;
  cursor: pointer;
}

.pages-popup {
  display: none;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
  overflow-y: scroll;
  padding: 32px;
  margin: 0;
  z-index: 20;
}

.pages-popup::-webkit-scrollbar {
  display: none;
}

.variants {
  display: none;
  flex-direction: column;
}

.variant {
  padding: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  cursor: pointer;
  border-width: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.variant p {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-top: 0;
  margin-bottom: 24px;
}

.variant img {
  width: 100%;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
}

.btn-bar {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-bar button {
  background-color: #fff;
  color: #000;
  height: 40px;
  width: auto;
  padding-left: 0px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  box-shadow: none;
  border-width: 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}


.submenu-bar {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-start;
  gap: 16px;
}

.submenu-bar button {
  height: 40px;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  box-shadow: none;
  border-width: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.75px;
  cursor: pointer;
}

.submenu-bar button:hover {
  background-color: #215cff;
  color: #fafbfc;
}

.details {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
}

.details label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.details input {
  margin-top: 0;
  margin-bottom: 16px;
  height: 30px;
  width: 200px;
}

.details-btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 0;
  margin-bottom: 24px;
}

.details-btns button {
  height: 48px;
  width: 200px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  box-shadow: none;
  border-radius: 4px;
  border-width: 0;
  cursor: pointer;
  background-color: #ececec;
  color: #000;
}


.sections {
  margin-top: 32px;
  display: none;
  flex-direction: column;
  gap: 32px;
}

.unique {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
}

.section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.section-title h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.section-title button {
  color: #000;
  background-color: #fafbfc;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  box-shadow: none;
  border-width: 0px;
  cursor: pointer;
}

.sect{
  width: 400px;
}


.indi-page-popup {
  display: none;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background-color: #fafbfc;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
  overflow-y: scroll;
  padding: 32px;
  margin: 0;
  z-index: 20;
}

.indi-page-popup::-webkit-scrollbar {
  display: none;
}

.sectio {
  display: none;
  flex-direction: column;
  color: #000;
}

.addsections-popup {
  display: none;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  left: 50%;
  top: 8%;
  width: 300px;
  height: 200px;
  background-color: #fafbfc;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
  overflow-y: scroll;
  padding: 32px;
  margin: 0;
  z-index: 24;
}

.addsections-popup::-webkit-scrollbar {
  display: none;
}

.addsections-popup h3 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.addsections-popup button {
  width: 14px;
  height: 14px;
}

.addsections-popup button img {
  width: 14px;
  height: 14px;
}

.addsections-popup img {
  width: 100%;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
}

.submenu-popup {
  display: none;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  left: 50%;
  top: 8%;
  width: 300px;
  height: 200px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 13px 27px -5px rgba(109, 109, 255, 0.16);
  overflow-y: scroll;
  padding: 32px;
  margin: 0;
  z-index: 24;
}

.submenu-popup::-webkit-scrollbar {
  display: none;
}
 
}
