/**
 * Theme Name:  Buro
 */
.Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.block {
  display: block;
  float: left;
}
.block100 {
  display: block;
  float: left;
  width: 100%;
}
.transition {
  transition: all 0.2s linear;
}
.profile-settings-userpic {
  height: 76px;
  position: relative;
  padding-left: 92px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.profile-settings-userpic .author-image {
  width: 76px;
  height: 76px;
}
.profile-settings-data .input {
  border-color: #DCDEE1;
  background: none;
}
.profile-settings-data .fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-settings-data .input-wrap {
  width: 360px;
  margin-top: 22px;
}
.profile-settings-data .input-wrap.password-field .input {
  background: #ebebeb;
  border-color: #ebebeb;
}
.profile-settings-data .input-wrap.password-field.active .input {
  background: #fff;
  border-color: #DCDEE1;
}
.profile-settings .btn {
  margin-top: 40px;
}
.password-field .input {
  padding-right: 55px;
}
.select-file {
  width: auto;
}
.select-file .input-file {
  display: none;
}
.select-file .file-label {
  width: auto;
  color: #0D84FB;
  display: block;
}
.select-file .file-label:hover {
  cursor: pointer;
}
.select-file .file-label:hover * {
  cursor: pointer;
}
.select-file .file-label:hover {
  text-decoration: underline;
}
.show-password-btn {
  height: 57px;
  width: 57px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
}
.show-password-btn:before {
  width: 20px;
  height: 16px;
  background: url(../img/password-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -10px;
  display: none;
}
.show-password-btn:after {
  width: 20px;
  height: 16px;
  background: url(../img/password-icon-hidden.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -10px;
}
.show-password-btn.visible-status:before {
  display: block;
}
.show-password-btn.visible-status:after {
  display: none;
}
.dark .profile-settings-data .input {
  border-color: #3c3c3c;
  background: none;
}
.dark .profile-settings-data .input-wrap.password-field .input {
  background: #3c3c3c;
  border-color: #3c3c3c;
}
.dark .profile-settings-data .input-wrap.password-field.active .input {
  background: none;
}
@media screen and (max-width: 1230px) {
  .profile-settings-data .input-wrap {
    width: 316px;
  }
}
@media screen and (max-width: 1000px) {
  .profile-section .wrap-center {
    max-width: 720px;
  }
}
@media screen and (max-width: 760px) {
  .profile-settings-data .input-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .profile-settings-data .input-wrap {
    margin-top: 14px;
  }
  .profile-settings .btn {
    margin-top: 30px;
    width: 100%;
  }
}
