.title {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.title-desc {
  margin-bottom: 25px;
}
.user-name {
  font-size: 70px;
  color: #868686;
}
.user-spec {
  font-size: 30px;
  text-transform: uppercase;
  color: #868686;
  margin-top: 30px;
}
.user-motto {
  font-size: 40px;
  color: #868686;
  margin-top: 55px;
  font-family: 'PT Serif', serif;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.user-motto button {
  position: absolute;
  right: 300px;
}
.big-badge {
  width: 120px;
  height: 120px;
  display: inline-flex;
  background: #EFEFEF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  mix-blend-mode: multiply;
  border-radius: 130px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
}
.big-badge-blue {
  color: white;
  background: #006CE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.big-badge-grey {
  background: #EFEFEF 0% 0% no-repeat padding-box;
  color: #868686;
}
.user-top-badges {
  position: initial;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0px 150px;
}
.user-top-badges .big-badge-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.user-top-badges .big-badge-wrapper .big-badge-title {
  margin-top: 7px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.user-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.user-btn-green {
  color: #3DBC60;
  border: 1px solid #3DBC60;
}
.user-btn-grey {
  color: #868686;
  border: 1px solid #868686;
}
.user-btn-red {
  color: #ED4E2B;
  border: 1px solid #ED4E2B;
}
.user-top-buttons {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 130px;
  margin-bottom: 70px;
  max-width: unset;
}
.user-top-buttons .user-btn {
  height: 70px;
  max-width: 245px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.editable-box {
  border: 1px solid #b9b9b9;
  border-radius: 20px;
  width: 78%;
  padding: 15px 88px 88px;
  text-align: center;
  position: relative;
}
.editable-box .box-title {
  font-size: 36px;
  margin-bottom: 40px;
}
.editable-box .desc {
  margin-bottom: 25px;
}
.editable-box .box-toolbar {
  position: absolute;
  top: 10px;
  right: 20px;
}
.editable-box.ed-box-basic-article-info {
  padding: 15px 160px 88px;
}
.editable-box .box-area {
  text-align: initial;
}
.editable-box .b-area-title {
  text-align: start;
  margin-top: 7px;
  font-size: 20px;
}
.editable-box .b-area-editable {
  margin-bottom: 25px;
}
.editable-box .b-area-editable .b-area-input {
  display: none;
}
.editable-box .b-area-editable .b-area-input input,
.editable-box .b-area-editable .b-area-input textarea,
.editable-box .b-area-editable .b-area-input select {
  border-radius: 20px;
  min-height: 54px;
}
.user-top {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}
.user-top .user-top-img-wrapper {
  /*height: 420px;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-top .user-photo {
  width: 300px;
  height: 300px;
  z-index: 2;
  border-radius: 150px;
  position: relative;
  display: flex;
}
.user-top .user-setting-photo {
  bottom: 2%;
  position: absolute;
  right: 10%;
  font-size: 220%;
  border-radius: 50px;
  padding: 10px;
  background: #EFEFEF;
  box-shadow: 0px 3px 6px #00000029;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-top .user-setting-photo.pbkg {
  bottom: -4%;
}
.user-top .user-name-wrapper {
  height: 33%;
  width: 66%;
  background: white;
  position: absolute;
  bottom: 0px;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.user-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: -10px -7px 99px #00000029;
  border-radius: 10px;
  position: relative;
}
.user-main-content > .row {
  width: 100%;
}
.my-texts-row {
  display: flex;
  text-align: start;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 5px;
  padding-bottom: 5px;
}
.my-texts-row div {
  display: flex;
  align-items: center;
}
.my-texts-row .text-row-name {
  flex: 1 45%;
  flex-direction: column;
  align-items: start;
}
.my-texts-row .text-row-stats {
  flex: 1 15%;
  justify-content: space-evenly;
}
.my-texts-row .text-row-created-at {
  flex: 1 10%;
}
.my-texts-row .text-row-settings {
  flex: 1 5%;
}
.my-texts-row .text-row-share {
  flex: 1 10%;
}
.my-texts-row .text-row-delete {
  flex: 1 10%;
}
.in_about_me .b-area-editable {
  display: flex;
  align-items: center;
}
.in_about_me .b-area-editable .b-area-title {
  margin-top: 0px;
}
.in_about_me .b-area-editable .b-area-title .bi {
  font-size: 130%;
  margin-right: 10px;
}
.in_about_me .b-area-editable .b-area-input {
  width: 100%;
}
.in_about_me .btn-change-view {
  display: none;
}
.in_my_texts .user-main-content > .row {
  width: unset;
}
.in_edit_text .big-badge-grey,
.in_my_texts .big-badge-grey {
  background: #EFEFEF 0% 0% no-repeat padding-box;
  color: #868686;
}
.in_edit_text .big-badge-blue,
.in_my_texts .big-badge-blue {
  box-shadow: 0px 3px 6px #00000029;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.in_edit_text .editable-box .box-title,
.in_my_texts .editable-box .box-title {
  font-size: 26px;
}
.in_edit_text .user-main-content,
.in_my_texts .user-main-content {
  opacity: 0.6;
}
.in_edit_text .user-main-content.grid-view,
.in_my_texts .user-main-content.grid-view,
.in_edit_text .user-main-content.row-view,
.in_my_texts .user-main-content.row-view {
  display: none;
}
/*# sourceMappingURL=tvar_user.css.map */