@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
.Generate {
  padding: 20px;
  width: 100%;
}
.Generate a {
  text-decoration: none;
}
.Generate .Button {
  width: 280px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  margin: auto;
  display: block;
  cursor: pointer;
}
.Generate .Button.save {
  background-color: green;
}
.Generate .Button.all {
  color: #000;
  background-color: #fff;
}
.Generate .Button.new {
  color: #000;
  background-color: #e9efff;
}
.Generate .Button.reg {
  color: #000;
  background-color: #efffe9;
}
.Generate .MuiPaper-root {
  max-width: 1000px;
  margin: auto;
}
.Generate .MuiButton-root {
  letter-spacing: 0;
  text-transform: none;
}
.Generate .MuiCardContent-root {
  display: flex;
  justify-content: center;
}
.App {
  background-color: #f8f8fb;
}
.Buttons-card {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.Buttons-bottom {
  top: auto !important;
  bottom: 0;
}
.Buttons-bottom .MuiButton-root {
  color: #fff;
}
.Buttons-grow {
  flex: 1;
}
.MainButton .MuiFab-primary {
  background-color: transparent !important;
  box-shadow: none;
  position: absolute;
  right: 0;
}
.MainButton .MuiFab-primary:hover {
  background-color: transparent !important;
  box-shadow: none;
}
.MainButton-edit.main-button {
  height: auto;
  flex-wrap: wrap;
}
.MainButton-edit-template {
  width: 100%;
  padding-right: 60px;
  padding-bottom: 20px;
}
.MainButton-edit-template .MuiFormControl-root {
  width: 100%;
  margin-bottom: 10px;
}
.MainButton-edit-template .MuiFormControl-root .MuiFilledInput-root {
  background-color: #fff;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #e5e5e5;
  font-family: "Roboto";
  font-size: 14px;
}

button {
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.wrapper {
  max-width: 500px;
  margin: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.wrapper-top-offset, .wrapper-bottom-offset {
  max-height: 60px;
  height: 5.5555555556vh;
}
@media (max-width: 750px) {
  .wrapper-top-offset {
    display: none;
  }
}
.wrapper-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 12px 24px rgba(18, 38, 63, 0.05);
  margin-bottom: 20px;
}
.wrapper-content .logo {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 90px;
}
.wrapper-content .logo img {
  max-width: 115px;
  max-height: 115px;
}
.wrapper-middle-offset {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.wrapper-middle-offset a {
  color: inherit;
  text-decoration: none;
  margin-bottom: 15px;
}
.wrapper-footer {
  color: #495057;
  text-align: center;
}
.wrapper-footer a {
  display: block;
  color: inherit;
  margin-top: 10px;
}
.wrapper p.form-footer {
  max-width: 300px;
  margin: auto;
  text-align: center;
  color: #74788d;
  font-size: 12px;
  line-height: 19px;
  margin-top: 25px;
}
.wrapper p.form-footer a {
  color: #556ee6;
  text-decoration: none;
}
.wrapper .notification.is-danger {
  text-align: center;
  color: #ea4e4e;
  margin-top: 10px;
}
.wrapper .notification.is-success {
  text-align: center;
  color: #268c26;
  margin-top: 10px;
}

.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}

.tooltip span {
  visibility: hidden;
  width: 10em;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  top: -1em;
  left: 100%;
  margin-left: 1em;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip span::after {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltip input {
  display: none;
}

.tooltip input:checked + span {
  visibility: visible;
  opacity: 1;
}

textarea {
  font-family: Roboto;
  resize: none;
}

.main-header {
  display: flex;
  justify-content: space-between;
}
.main-avatar {
	text-align: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 25px;
}
.main-info {
  text-align: left;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.main-info-name {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
}
.main-info-url, .main-info-info {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #9597a1;
}

.restore {
  margin-bottom: 20px;
}

.login .forget {
  background-color: transparent;
  margin: 25px auto;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.edit-header {
  display: flex;
  justify-content: space-between;
}
.edit-add {
  display: flex;
  justify-content: center;
}
.edit-add button {
  width: 80px;
  height: 30px;
  background: #5458f7;
  border-radius: 48px;
}
.edit-info {
  text-align: center;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.edit-info-name {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
}
.edit-info-url, .edit-info-info {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #58595d;
}
.edit-theme {
  display: flex;
  flex-wrap: wrap;
  max-width: 264px;
  margin: auto;
}
.edit-theme .RadioColor {
  width: calc(25% - 6px);
  margin: 3px;
}
.edit-buttons:not(:empty) {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.Avatar {
}
.Avatar label {
  width: 100px;
  height: 100px;
  margin: auto;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10%;
}
.Avatar label svg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Avatar label .Avatar-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.Avatar-preview {
  width: 120px;
  max-width: 150px;
	height: auto;
	margin: auto;
/*  display: flex;	*/
	display: inline-block;
  justify-content: center;
  align-items: center;
  border-radius: 10%;
  overflow: hidden;
  box-shadow: 0px 12px 20px 20px rgba(18, 38, 63, 0.05);
}
.Avatar-preview img {
  width: 100%;
}
.Avatar-preview.svg img {
  width: 40px;
  height: 40px;
}
.Avatar input {
  position: absolute;
  left: -9999px;
}

.Field {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}
.Field span {
  margin-bottom: 8px;
}
.Field-pre {
  position: absolute;
  bottom: 2px;
  left: 14px;
  color: #000;
  font-weight: 500;
}
.Field-text {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #73787c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.Field-text:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.Field-text.error {
  border-color: #db6060;
}
.Field-text.error:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 96, 96, 0.25);
}
.Field svg {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  top: 35px;
}
.Field svg path {
  fill: #afafaf;
  pointer-events: none;
}

.Button {
  background: #556ee6;
  border-radius: 5px;
  width: 100%;
  height: 38px;
  color: #fff;
}

.ButtonIcon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ButtonIcon.border {
  width: 50px;
  height: 24px;
  border: 1px solid #f2f2f2;
  border-radius: 40px;
}
.ButtonIcon svg {
  width: 16px;
  height: 16px;
}
.ButtonIcon svg.grey path {
  fill: #333;
}

.RadioColor {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}
.RadioColor label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
}
.RadioColor input:checked + label {
  border: 3px solid #4f4f4f;
}

.Modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
}
.Modal.active {
  display: block;
}
.Modal-close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.Modal-body {
  max-height: 80vh;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 12px 24px rgba(18, 38, 63, 0.05);
  max-width: 500px;
  width: 95%;
}
@media (max-width: 750px) {
  .Modal-body {
    max-height: 90vh;
  }
}
.Modal-body-content {
  margin-top: 10px;
  max-height: calc(80vh - 90px);
  overflow: auto;
  margin-right: -20px;
  padding-right: 20px;
}
@media (max-width: 750px) {
  .Modal-body-content {
    max-height: calc(90vh - 90px);
  }
}

.modal-button {
  width: 100%;
  border-radius: 15px;
  text-align: left;
  padding-left: 60px;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.modal-button img,
.modal-button .svg {
  position: absolute;
  left: 17px;
  top: 15px;
  width: 20px;
  height: 20px;
}
.modal-button img svg,
.modal-button .svg svg {
  width: 100%;
}

.main-button {
  width: 100%;
  border-radius: 15px;
  text-align: left;
  padding-left: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-button img,
.main-button .svg {
  position: absolute;
  left: 17px;
  top: 20px;
  width: 20px;
  height: 20px;
}
.main-button img svg,
.main-button .svg svg {
  width: 100%;
}
.main-button-container {
  position: relative;
}
.main-button-container .ButtonIcon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
@media (max-width: 750px) {
  .main-button-container.sortable-ghost {
    opacity: 0;
  }
}
.main-button .block {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
  max-width: 100%;
  height: 60px;
  justify-content: center;
}
.main-button .block span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-button .block span.top {
  font-size: 14px;
  font-weight: 500;
}
