.text-center {
  text-align: center;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.sweet-menu {
  padding: 0 30px 0 0;
}
.sweet-main-area,
.sweet-general-info {
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 4px 6px 12px 0px #757575;
}
.sweet-general-info {
  margin-bottom: 30px;
}
.sweet-main-area p {
  margin: 0 0 10px;
}
.sweet-menu a {
  color: #000;
  text-decoration: none;
  padding: 6px 15px;
  display: block;
  border-radius: 20px;
  font-weight: 700;
}
.sweet-menu a.active {
  background: #ddd;
}
.sync-item {
  margin-right: 30px;
}
.sweet-general-info-content {
  border-left: 2px solid #757575;
  padding-left: 30px;
  margin-left: 30px;
}
.sweet-general-info-content.right-sep {
  border-right: 2px solid #757575;
  padding-right: 30px;
  margin-right: 30px;
}
.sweet-tab-item {
  display: none;
}
.sweet-tab-item.active {
  display: block;
}
.sweet-form-group {
  margin-bottom: 15px;
}

.sweet-textarea {
  width: 100%;
  height: 125px;
  resize: none;
  padding: 5px 10px;
}

footer.sweet-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.sweet-input {
  border-radius: 4px;
}

.about {
  flex-wrap: wrap;
  max-width: fit-content;
}
