#user-panel {
  display: flex;
  background: #00000041;
  border-radius: 10px;
  position: fixed;
  z-index: 9999;
  transform: translateX(-50%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.075);
  height: 52px;
  box-sizing: border-box;
  transition: background 0.4s ease-in;
  margin-top: 2em;
  margin-left: 11em;
}

li.navSection.primary {
  background: #00000041;
  border-radius: 10px;
  width: 480px;
  transform: translateX(50%);
  left: 0;
}

li.navSection.primary {
  transition: 0.2s ease-in;
}

li.navSection.primary:hover {
  background: #1c1c21;
  transition: 0.2s ease-in;
}

.toolbarList {
  position: relative;
  left: -5px;
}

#user-panel ul {
  /* list-style: none;
	display: flex;
	height: 52px;
	position: relative; */
}

/* #user-panel ul li{
	font-family: open-sans, sans-serif;
	font-weight: 500;
	margin: 0 1.5em;
	display: inline-block;
	cursor: pointer;
	margin-top: 7px;
	position: relative;
	transition: transform .1s ease-in-out;
} */

.toolbarList {
  position: relative;
}

.toolbarList:hover > .glow {
  transition: 0.2s ease-in-out;
  opacity: 1;
}

.toolbarList:before {
  content: "";
  position: absolute;
  height: 15.59px;
  width: 1px;
  background: #8686877c;
  right: 0;
  top: 0.6em;
  transition: 0.2s ease-in-out;
}

.mobileSpacestoolbar {
  position: relative;
  left: -1.8em;
}

.noRightLine:before {
  width: 0px !important;
}

li.navSection.primary:hover .toolbarList:before {
  transition: 0.4s ease-in-out;
  background: rgb(59, 59, 59) !important;
}

.glow {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  box-shadow: 0 20px 40px rgb(255, 255, 255);
  width: 100%;
  height: 20px;
  border-radius: 100px;
  transition: 0.2s ease-in-out;
  opacity: 0;
}

.glow img {
  object-fit: cover;
  transform: scale(1.4);
  transition: 0.2s ease-in-out;
}

.glow:hover {
  box-shadow: 0 40px 40px rgba(255, 255, 255, 0.288);
  transition: 0.2s ease-in-out;
}

.glow img:hover {
  opacity: 0.5 !important;
  transition: 0.2 s ease-in-out;
}

.navRoot li a:nth-child(1) {
  margin-top: -4px;
  transition: transform 0.1s ease-in-out;
}

.navRoot li a:nth-child(6) {
  position: relative;
  margin-left: -1.5em;
}

.toolbarList:nth-child(1):before {
  content: "";
  position: absolute;
  height: 15.59px;
  width: 1px;
  background: #8686877c;
  right: 0;
  top: 0.85em;
  transition: 0.2s ease-in-out;
}

/* hide right border in toolbar */
.toolbarList:nth-child(5):before {
  display: none;
}

.toolbarList:last-child:before {
  display: none;
}

.toolbarActiveHighlight {
  content: "";
  position: absolute;
  bottom: 7px;
  transform: translateX(-50%);
  left: 50%;
  width: 50px;
  height: 1px;
  background: cyan;
}

.toolbarActiveHighlightInactive {
  display: none;
}

.navRoot li a {
  top: 7px;
}

.navRoot li a img {
  transition: transform 0.1s ease-in-out;
}

.navRoot li a img:hover {
  transition: transform 0.1s ease-in-out;
  transform: scale(1.05);
}

.navRoot li a:hover .toolbar-icon {
  transition: transform 0.1s ease-in-out;
  transform: scale(1.05);
}

.container-lg {
  overflow: hidden;
}

.navRoot {
  overflow: hidden;
}

.navSection {
  overflow: hidden;
}

#file-menu {
  z-index: 1000;
  background: #00000041;
  display: flex;
  border-radius: 10px;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.075);
  height: 50px;
  box-sizing: border-box;
  transition: background 0.4s ease-in;
  width: 50px;
  margin-top: 0.6em;
  margin-left: 11em;
  justify-content: center;
  cursor: pointer;
}

#file-menu img {
  z-index: 10000;
  position: relative;
}

#file-menu:hover {
  background: #1c1c21;
  transition: background 0.2s ease-in;
}

#publish-btn {
  z-index: 1000;
  background: #00000041;
  display: flex;
  border-radius: 10px;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.075);
  height: 50px;
  box-sizing: border-box;
  transition: background 0.4s ease-in;
  width: 50px;
  margin-top: 0.6em;
  margin-left: 45.9em;
  justify-content: center;
  cursor: pointer;
}

#publish-btn img {
  z-index: 10000;
  position: relative;
}

#publish-btn:hover {
  background: #1c1c21;
  transition: background 0.2s ease-in;
}

.arrow-down {
  position: absolute;
  right: 1.1em;
  top: 1.15em;
}

.goBackBtn {
  position: relative;
  margin-left: 1em;
  margin-top: 2em;
  background: none;
}

.goBackBtn p {
  /* background: #fff; */
  height: 40px;
  line-height: 40px;
  width: 125px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-indent: 50px;
}

.goBackIcon {
  position: absolute;
  top: 0.6em;
  left: 1em;
  transform: rotate(-180deg);
  transition: 0.2s ease-in-out;
}

.goBackBtn:hover .goBackIcon {
  transition: 0.2s ease-in-out;
  left: 0.4em !important;
}

.component-selection-type {
  width: 350px;
  border: 1px solid #333;
  padding: 1em 1em;
  margin: 0 auto;
  margin-top: 1em;
  /* background: #ffffff; */
  border-radius: 4px;
  position: relative;
  text-indent: 10px;
}

/* .navigation-component-choice nav{
	display: flex;
	justify-content: space-between;
} */

.navigation-component-choice h1 {
  align-self: center;
  font-size: 18px;
  position: relative;
  margin-left: 1.5em;
}

.component-selection-type::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 4.2em;
  width: 4px;
  height: 30px;
  background: rgb(53, 53, 53);
}

.component-selection-type h1 {
  font-size: 20px;
  color: rgb(236, 236, 236);
}

.navigation-component-choice {
  /* transform: scale(.9); */
}

.navigation-component-choice nav {
  width: 100%;
  height: 70px;
  background: rgb(20, 20, 20);
  /* margin-left: 1.2em; */
  cursor: pointer;
}

.nav-first-option {
  margin-top: 2.4em;
}

.navigation-component-choice nav {
  /* margin-top: .9em; */
}

.navigation-component-choice nav ul {
  list-style: none;
  display: flex;
  padding-left: 2em;
}

.navigation-component-choice nav ul li {
  line-height: 70px;
  margin-right: 2em;
  font-size: 15px;
}

.userList {
  align-items: flex-start;
}

/* Navigation Component 2 */
.nav-component-two {
  width: 100%;
  height: 60px;
  background: #3b4cce !important;
  /* margin-left: 1.2em; */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Nav Component 3 */
.nav-component-three {
  width: 100%;
  height: 60px;
  background: #fff !important;
  /* margin-left: 1.2em; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center !important;
  margin: 0 auto;
}

.nav-component-three ul li {
  color: #000000;
}

.nav-component-three ul li:first-child {
  font-weight: bolder;
  text-transform: uppercase;
}

.buy-now-btn {
  background: #1473e6;
  color: #ffffff;
  height: 20px;
  width: auto;
  align-self: center;
  outline: none;
  border: none;
  border-radius: 50px;
  width: 80px;
  height: 32px;
  font-weight: 600;
}

.section-container {
  width: 700px;
  height: 300px;
  overflow: scroll;
  padding-bottom: 0.7em;
}

/* Build section expanded */
.build-expanded {
  width: 700px;
  height: 500px auto !important;
  overflow: scroll;
  padding-bottom: 0.7em;
  padding-top: 2em;
  margin-left: 3em;
}

.build-expanded h1 {
}

.build-expanded-desc {
  max-width: 450px;
  font-weight: 500;
  margin-top: 0.4em;
}

.tutorial-section-title {
  margin-top: 1.5em;
  margin-bottom: 2em;
  font-size: 12px;
}

.tutorial-section-header {
  font-size: 35px;
}

.build-tutorial-text {
  font-size: 16px;
  padding: 0.5em 0;
}

.tutorial-section {
  display: flex;
}

.tutorial-section ul li:first-child {
  margin-top: 1.6em;
}

.tutorial-section ul li {
  margin-bottom: 1em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.tutorial-section ul li:not(.goBackTab):hover {
  transition: 0.2s ease-in-out;
  color: cyan;
}

.tutorial-tab-active {
  font-weight: bold;
  color: cyan;
}

.goBackTab {
  position: relative;
  left: 2em;
}

.GoBackTab {
  position: absolute;
  top: 0em;
  left: -2.1em;
  transform: rotate(-180deg);
  transition: 0.2s ease-in-out;
}

.tutorial-categories {
  display: flex;
  flex-direction: column;
  margin-left: 5em;
  overflow-y: scroll;
  height: 500px;
}

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

.tutorial-categories::-webkit-scrollbar {
  width: 50px;
  height: 34px;
}
.tutorial-categories::-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;
}

.tutorial-category-header {
  padding: 0.7em 0;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  width: 70px;
  color: #ffffff;
}

.myImg {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  margin-top: 2em;
}

/* Build section expanded end */

.components-expanded {
  width: 700px;
  height: 500px !important;
  overflow: scroll;
  padding-bottom: 0.7em;
}

.section-title h1 {
  margin: 1em 1.6em;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 32px;
  margin-bottom: 0.2em;
  /* text-shadow: 0px 3px 6px rgba(0,0,0,.7); */
  text-shadow: rgb(31, 59, 116) 1px 0 20px;
}

.section-desc p {
  font-size: 14px;
  color: #999999;
  max-width: 340px;
}

.section-indent {
  margin-left: 1em;
}

.section-preview {
  max-width: 200px;
  display: flex;
}

.section-top {
  display: flex;
}

.section-bottom {
  align-self: flex-start;
  margin-left: 2.6em;
  margin-top: 1.5em;
  position: relative;
}

.section-bottom p {
  background: #fff;
  height: 40px;
  line-height: 40px;
  width: 177px;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding-left: 1.2em;
  margin-left: -1.1em;
}

.build {
  margin-left: 1.1em;
}

.create p {
  background: #fff;
  height: 40px;
  line-height: 40px;
  width: 135px;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding-left: 1.2em;
  margin-left: -1.1em;
}

.create img {
  margin-left: 1.1em;
}

/* .section-bottom p:hover{
	background: rgb(43, 43, 43);
	height: 40px;
	line-height: 40px;
	width: 120px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding-left: 1.1em;
} */

.section-bottom p:hover .toolbar-icon {
  transition: 0.2s ease-in-out;
  left: 5.5em;
}

.section-bottom p .toolbar-icon {
  margin-top: 1px;
}

.section-bottom p img {
  position: absolute;
  top: 7px;
  left: 4.9em;
  transition: 0.2s ease-in-out;
}

.section-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 2em;
}

.section-group:first-child {
  margin-top: -0.3em;
}

.section-group:not(:first-child) {
  margin-top: 1.8em;
}

.group-sec-right {
  align-self: flex-end;
  vertical-align: bottom;
  margin-left: 5em;
}

.bubble-item {
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background: #000000;
  margin-top: 1em;
  box-sizing: border-box;
  padding: 2em;
  margin-right: 15px;
  cursor: pointer;
}

.bubble-preview-large {
  width: 150px;
  height: 150px;
  border-radius: 7px;
  background: #000000;
  margin-top: 1em;
  box-sizing: border-box;
  padding: 2em;
  margin-right: 15px;
  cursor: pointer;
}

.bubble-preview-large {
  background-image: url("../images/toolbar/029-logo design.png");
  background-size: 110px;
  background-position: center center;
  background-repeat: no-repeat;
}

.bubble-item:first-child {
  background-image: url("../images/toolbar/002-palette.png");
  background-size: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

.bubble-item:nth-child(2) {
  background-image: url("../images/toolbar/025-paint roll.png");
  background-size: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

.bubble-item:nth-child(3) {
  background-image: url("../images/toolbar/027-draft.png");
  background-size: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

.bubble-item:nth-child(4) {
  background-image: url("../images/toolbar/033-ui design.png");
  background-size: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Pages Dropdown */
.pages-container {
  width: 450px !important;
  height: 520px;
  overflow: scroll;
  padding-bottom: 0.7em;
  left: -0.1em;
  position: relative;
}

.pages-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 3em;
}

.pages-group:first-child {
  margin-top: 1.5em;
}

.pages-group:not(:first-child) {
  margin-top: 1.8em;
}

.pages-section-title {
  align-self: flex-start;
}

.page-block {
  margin-top: 1em;
  display: flex;
  background: #252f41a6;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.075);
  width: 350px;
  border-radius: 5px;
  padding-left: 1.5em;
  cursor: pointer;
  box-shadow: 0 0 0 2pt transparent;
  transition: 0.3s ease;
}

.page-block-inativeMid {
  background: #252f4133;
  opacity: 0.9;
}

.page-block-inactive {
  background: #252f4127;
}

.curr-page-icon {
  width: 50px;
  height: 50px;
  background: #00000085;
  border-radius: 5px;
  margin: 0.8em 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.075);
}

.curr-page-icon {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.075);
}

.curr-page-title {
  align-self: center;
  margin-left: 1em;
  font-size: 16px;
  font-weight: bold;
}

.curr-page-icon-inactiveMid {
  width: 50px;
  height: 50px;
  background: #00000085;
  border-radius: 5px;
  margin: 0.8em 0;
  opacity: 0.6;
}

.curr-page-title-inactiveMid {
  align-self: center;
  margin-left: 1em;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.6;
}

.curr-page-icon-inactive {
  width: 50px;
  height: 50px;
  background: #00000085;
  border-radius: 5px;
  margin: 0.8em 0;
  opacity: 0.3;
}

.curr-page-title-inactive {
  align-self: center;
  margin-left: 1em;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.3;
}

.inactiveLast {
  opacity: 0.3;
}

.page-block:hover {
  box-shadow: 0 0 0 2pt cyan;
  transition: 0.3s ease;
}

.pages-section-title h1 {
  display: flex;
}

#new-page {
  position: absolute;
  right: 0.04em;
  font-size: 36px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

#new-page:hover {
  transition: 0.2s ease-in-out;
  opacity: 0.6;
}

/* Pages Dropdown */
.assets-container {
  width: 550px !important;
  height: 400px;
  overflow: scroll;
  padding-bottom: 0.7em;

  position: relative;
}

.assets-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 3em;
}

.assets-group:first-child {
  margin-top: 1.5em;
}

.assets-group:not(:first-child) {
  margin-top: 1.8em;
}

.assets-section-title {
  align-self: flex-start;
}

.assets-block {
  margin-top: 1em;
  display: flex;
  /* background: #252f41a6; */
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.075);
  width: auto;
  max-width: auto;
  flex-wrap: wrap;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 0 0 2pt transparent;
  transition: 0.3s ease;
  flex-direction: column;
}

.all-assets {
  display: flex;
  width: auto;
  max-width: auto;
  flex-wrap: wrap;
  margin-top: 1em;
}

.asset-type {
  margin-bottom: 1.5em;
  display: flex;
  margin-left: 1em;
}

.asset-type p {
  font-weight: bold;
  /* text-shadow: 0px 3px 6px rgba(0,0,0,.9); */
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffffe3;
  line-height: 30px;
  margin-right: 2em;
  z-index: 100;
}

.asset-title {
  position: relative;
  left: -5px;
}

.imgTarget {
  position: relative;
}

.asset-active {
  position: absolute;
  left: -1em;
  background: #0315d6;
  height: 30px;
  text-align: center;
  /* width: 50px; */
  padding: 0 1.3em;
  width: auto;
  border-radius: 5px;
}

.asset-type-image {
  width: 70px;
  height: 70px;
  background: #252f41a6;
  border-radius: 4px;
}

.asset-type-group:not(:first-child) {
  margin-top: 1em;
}

.asset-type-image {
  /* margin-right: 1em; */
}

.asset-type-image:not(:first-child) {
  /* margin-left: 1.5em; */
}

.asset-type-image {
  margin-bottom: 1em;
  margin-right: 20px;
  position: relative;
  /* transition: .2s ease-in-out; */
}

.asset-type-image:hover .delete-image {
  opacity: 1;
}

.delete-image {
  opacity: 0;
  font-size: 24px;
  position: absolute;
  right: 7px;
  top: -4px;
  color: #ffffff;
  transition: 0.2s ease-in-out;
}

.delete-image:hover {
  color: #e04343de;
  transition: 0.2s ease-in-out;
}

/* Build Dropdown */
.build-container {
  width: 750px !important;
  height: 560px;
  overflow: scroll;
  padding-bottom: 0.7em;
  position: relative;
}

.build-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 3em;
}

.build-group:first-child {
  margin-top: 1.5em;
}

.build-group:not(:first-child) {
  margin-top: 1.8em;
}

.build-section-title {
  align-self: flex-start;
}

.build-block {
  margin-top: 1em;
  display: flex;
  /* background: #252f41a6; */
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.075);
  width: auto;
  max-width: auto;
  flex-wrap: wrap;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 0 0 2pt transparent;
  transition: 0.3s ease;
  flex-direction: column;
}

.build-title {
  font-size: 26px;
}

.build-desc {
  max-width: 500px;
}

.build-desc p {
  display: block;
  color: #bfbfbf;
}

.discover-block {
  margin-top: 2em;
  display: flex;
  width: 850px;
  flex-direction: column;
}

.discover-tile p {
  position: relative;
  width: 100%;
}

.build-arrow {
  position: absolute;
  top: 1px;
  right: 1.5em;
}

.view-all-btn-build {
  margin-top: 3em !important;
}

.discover-top .discover-tile:first-child {
  background: #000000;
  transition: 0.2s ease-in-out;
  text-indent: 19px;
}

.discover-top .discover-tile:nth-child(2) {
  background: #000000;
  text-indent: 19px;
  transition: 0.2s ease-in-out;
}

.discover-top .discover-tile:nth-child(3) {
  background: #000000;
  transition: 0.2s ease-in-out;
  text-indent: 19px;
}

.discover-top .discover-tile:hover {
  transition: 0.2s ease-in-out;
  background: #1c0e6e;
}

.discover-tile p {
  font-size: 500;
  font-size: 16px;
  font-family: "Inter";
}

.discover-tile {
  width: 640px;
  height: 60px;
  border-radius: 4px;
  margin-right: 2em;
  margin-top: 0.5em;
  display: flex;
  align-items: center;
}

.build-section:not(:first-child) {
  margin-top: 1.5em;
}
