.zurcf7-tab {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zurcf7-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.zurcf7-tab button:hover {
  background-color: #ddd;
}
.zurcf7-tab button.active {
  background-color: #ccc;
}

.zurcf7-tabcontent {
  display: none;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: center;
}

.zurcf7-tabcontent-block {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.zurcf7-tablinks,
.zurcf7-tablinks-cls {
  display: inline-block;
  padding: 10px 20px;
  background-color: #28303d;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

a.zurcf7-tablinks.active {
  background-color: #dee0e9;
  color: #000;
}

.zurcf7-main-profile-custom {
  box-shadow: 0 2px 20px rgba(45, 53, 89, 0.1);
}

.zurcf7-profile-preview {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}

.zurcf7-message,
.zurrcf7-message-green {
  color: green;
  display: block !important;
}

.zurcf7-message-change,
.zurrcf7-message-red {
  display: block !important;
}

.zurrcf7-message-red {
  color: red;
}

#zurcf7-loader,
#zurcf7-loader-change {
  height: 37px;
  margin: 0 3px 11px;
  background-image: url(../images/zurcf7-loader-outline.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.zurcf7-main-welcome {
  padding: 10px;
}

.zurcf7-change-password {
  font-weight: 700;
  text-align: center;
}

.zurcf7-text {
  margin-bottom: 10px !important;
}

#zurcf7-user-profile-frontend {
  max-width: 80%;
  margin: 0 auto;
}

#zurcf7-user-profile-change-password {
  max-width: 90%;
  margin: 0 auto;
}

#zurcf7-user-profile-change-password div,
#zurcf7-user-profile-frontend div {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 4fr 6fr;
  margin-bottom: 10px;
}
#zurcf7-user-profile-change-password div span,
#zurcf7-user-profile-frontend div span {
  text-align: left;
}

input#user_login {
  margin: 10px;
}

.zurcf7-text-center {
  text-align: center;
}

/*# sourceMappingURL=front.css.map */
