body {
  padding: 0;
  margin: 0;
  font-family: "Poppins";
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.login {
  background: #8661C1;
  background: linear-gradient(90deg, rgba(134, 97, 193, 1) 0%, rgba(190, 151, 198, 1) 50%, rgba(239, 188, 213, 1) 100%);
}
.loginWrapper {
  width: 100%;
  height: 100vh;
}
#loginContainer {
  width: 1000px;
  height: calc(100vh - 140px);
  margin: 0 auto;
  margin-top: 50px;
  background: #e1e6f5;
  border-radius: 50px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px -3px #000000;
box-shadow: 0px 0px 15px -3px #000000;
}
#loginImage {
  height: calc(100vh - 140px);
  width: calc((100% / 2) - 10px);
  background: white;
  border-radius: 40px;
  float: left;
  background-image: url(https://images.pexels.com/photos/34268918/pexels-photo-34268918.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: inset 0px 0px 15px -3px #000000;
box-shadow: inset 0px 0px 15px -3px #000000;
}
#loginForm {
  height: calc(100vh - 140px);
  width: calc((100% / 2) - 10px);
  background: transparent;
  border-radius: 40px;
  float: right;
}
.loginTitle {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #4B5267;
  line-height: 1;
  margin-bottom: 10px;
}
.loginTagline {
  opacity: 0.5;
  text-align: center;
  font-weight: 300;
  margin-top: -5px;
  color: #4B5267;
  margin-bottom: 40px;
}
#loginFormInner {
  width: 70%;
  margin: 0 auto;
}
#loginEmail {
  height: 50px;
  background: white;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins';
  width: calc(100% - 20px);
  margin-bottom: 20px;
  padding-left: 20px;
}
#resetEmail {
  height: 50px;
  background: white;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins';
  width: calc(100% - 20px);
  padding-left: 20px;
}
#loginPassword {
  height: 50px;
  background: white;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins';
  width: calc(100% - 20px);
  padding-left: 20px;
}
.loginRecovery {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #4B5267;
  cursor: pointer;
}
#loginButton {
  width: 100%;
  background: #4B5267;
  color: white;
  height: 50px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  font-family: "Poppins";
  text-transform: uppercase;
}
#loginCopy {
  text-align: center;
  margin-top: 20px;
  opacity: 0.2;
  font-size: 14px;
}
.resetPassword {
  height: 50px;
  background: white;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins';
  width: calc(100% - 20px);
  margin-bottom: 20px;
  padding-left: 20px;
}
.app {
  background: #8661C1;
  background: linear-gradient(90deg, rgba(134, 97, 193, 1) 0%, rgba(190, 151, 198, 1) 50%, rgba(239, 188, 213, 1) 100%);
}
#appContainer {
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  overflow: hidden;
  margin: 20px;
  background: #eaeaea;
  border-radius: 10px;
  box-shadow: 3px 3px 15px -3px rgba(0,0,0,0.1);
  position: relative;
}
#appMenu {
  background: white;
  height: calc(100vh - 40px);
  width: 60px;
  position: absolute;
  overflow-x: hidden;
  float: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 100;
}
#appMenu .appMenuUser {
  position: absolute;
  bottom: 0;
  width: 300px;
}
.appMenuRoundle {
  width: 40px;
  height: 40px;
  background: #EFBCD5;
  color: #4B5267;
  margin: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 20px;
  float: left;
  margin-right: 10px;
}
.appMenuIcon {
  height: 30px;
  margin: 15px;
  float: left;
  margin-right: 10px;
}
.appMenuText {
  float: left;
  font-family: 'Poppins';
  font-weight: 200;
  font-size: 15px;
  padding-top: 15px;
  color: #B2B2B2;
  display: none;
}
.appMenuInner {
  width: 300px;
  line-height: 1;
}
.appMenuContainer {
  cursor: pointer;
  width: 100%;
  overflow: auto;
}
.highlight {
  text-decoration: underline;
}
#submenu {
  width: 50px;
  height: 100vh;
  position: fixed;
  left: 201px;
  top: 0;
  background: #f0f0f0;
  border-right: solid 1px #e3e1e1;
}
#content {
  background: white;
  height: 100vh;
  width: calc(100% - 201px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.designGrid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 20px;
  padding: 20px;
}
.designAvatar {
  height: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.designContainer {
  border-radius: 10px;
  overflow: hidden;
  background: white;
  border: solid 1px #b2b2b2;
  position: relative;
}
.designName {
  width: 80%;
  margin: 0 auto;
  background: white;
  text-align: center;
  color: grey;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  position: absolute;
  bottom: 10px;
  margin-left: 10%;
  border: solid 1px #eaeaea;
  border-radius: 5px;
}
.folderContainer {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(134, 97, 193, 1) 0%, rgba(190, 151, 198, 1) 50%, rgba(239, 188, 213, 1) 100%);
  color: white;
  font-size: 14px;
  font-weight: 200;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
#submenu button {
  width: 100%;
  margin-bottom: 10px;
  background: #4B5267;
  color: white;
  font-weight: 200;
  font-family: "Poppins";
  height: 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#notification {
  position: fixed;
  left: 0;
  bottom: -100px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  line-height: 30px;
  background: red;
  color: white;
  border-radius: 5px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  z-index: 1000;
  font-size: 14px;
}
#designHeader {
  height: 30px;
  background: #eaeaea;
  line-height: 32px;
  padding-left: 20px;
  font-size: 14px;
  color: grey;
  font-weight: 300;
}
#designHeader a {
  color: inherit;
}
.gridFontContainer {
  background: white;
  font-size: 20px;
  text-align: center;
  border: solid 1px grey;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  height: 40px;
  line-height: 42px;
  font-family: 'Poppins';
}
.fontDetails {
  display: none;
}
#sideModal {
  background: #eaeaea;
  position: fixed;
  right: -350px;
  top: 0;
  width: 300px;
  height: calc(100vh);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  border-left: solid 1px #B2B2B2;
  z-index: 1000;
}
.modalHeader {
  height: 40px;
  color: white;
  font-weight: 300;
  line-height: 42px;
  background: #4B5267;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
}
.modalHeader img {
  float: right;
  height: 20px;
  margin: 10px;
  margin-right: 20px;
  cursor: pointer;
}

.inputContainer {
  margin-bottom: 20px;
  border: solid 1px grey;
  background: white;
  border-radius: 5px;
  padding: 10px;
}
.inputContainer .title {
  font-size: 12px;
  font-weight: 500;
  color: grey;
  margin-bottom: -5px;
}
.inputContainer .input {
  width: 100%;
  border: none;
  font-family: "Poppins";
  background: transparent;
  font-size: 12px;
  font-weight: 300;
}
.inputContainer .input:focus {
  outline: none;
}
.blueButton {
  width: 100%;
  margin-bottom: 10px;
  background: #4B5267;
  color: white;
  font-weight: 200;
  font-family: "Poppins";
  height: 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#contextMenu {
  width: 200px;
  background: #eaeaea;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  border: solid 1px grey;
  border-radius: 5px;
}
#contextMenuBG {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9000;
  display: none;

}
#contextMenu .cmRow {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: grey;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
#contextMenu .cmRow:hover {
  background: red;
  color: white;
  transition: 0.2s;
}
.nav {
  background: white;
  width: calc(200px - 0px);
  border-right: solid 1px #e3e1e1;
  height: calc(100vh - 0px);
  position: fixed;
  left: 0;
  top: 0;
}
.navUser {
  position: absolute;
  left: 0;
  bottom: 0;
}
.indNav {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding-left: 10px;
}
.indNav:hover {
  background: #f0f0f0;
  transition: 0.2s;
  padding-left: 15px;
}
.indNavText {
  font-weight: 600;
  font-size: 14px;
  color: #4B5267;
}
.indNavIcon {
  height: 20px;
  float: left;
  margin-right: 7px;
  margin-top: 10px;
}
#submenu .newIcon {
  width: 30px;
  margin: 10px;
  cursor: pointer;
}
#contextMenuGeneric {
  background: #f0f0f0;
  border: solid 1px grey;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  display: none;
  border-radius: 2px;
}
#contextMenuDesign {
  background: #f0f0f0;
  border: solid 1px grey;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  display: none;
  border-radius: 2px;
}
#contextMenuBackground {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
  border-radius: 2px;
}
.contextMenu {
  background: #f0f0f0;
  border: solid 1px grey;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  display: none;
  border-radius: 2px;
  color: #4B5267;
}
.contextMenuInd {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  min-width: 150px;
  height: 30px;
  line-height: 30px;
}
.contentRow {
  border-bottom: solid 1px #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  overflow: auto;
  cursor: pointer;
  color: #4B5267;
  background: white;
}
.contentRow:hover {
  background: #f0f0f0;
  transition: 0.2s;
}
.left {
  float: left;
}
.right {
  float: right;
}
#context {
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
}
#contextInputs {
  display: block;
}
.contextInput {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  display: none;
}
.folderGrid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding: 10px;
  gap: 10px;
  border-bottom: solid 1px #f0f0f0;
}
.folder {
  padding-left: 10px;
  background: white;
  border-radius: 5px;
  border: solid 1px #f0f0f0;
  cursor: pointer;
  font-size: 14px;
  color: #4B5267;
  padding-top: 10px;
  padding-bottom: 10px;
}
.folder:hover {
  background: #f0f0f0;
  transition: 0.2s;
}
.folderIcon {
  height: 40px;
  float: left;
  margin-right: 10px;
}
.designWrapper {
  background: white;
  margin: 0 auto;
}
.newModule {
  background: red;
  height: 5px;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  line-height: 50px;
  color: white;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  display: none;
}
.newModule:hover {
  height: 50px;
  transition: 0.2s;
  background: #4B5267;
}
.leftMain {
  float: left;
  width: calc(50% - 50px);
  padding: 20px;
}
.rightMain {
  float: right;
  width: calc(50% - 50px);
  padding: 20px;
}
