@import url("https://use.typekit.net/fzb1jvj.css");
@import 'site.css';
.mobile-toggle {
  padding: 0 15px;
  position: relative;
  width: 100%;
  max-width: 55px;
}

.mobile-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mobile-toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.mobile-toggle span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.mobile-toggle span:nth-child(1), .mobile-toggle span:nth-child(2) {
  top: 0px;
}

.mobile-toggle span:nth-child(3), .mobile-toggle span:nth-child(4) {
  top: 15px;
}

.mobile-toggle span:nth-child(5), .mobile-toggle span:nth-child(6) {
  top: 30px;
}

.mobile-toggle.active span:nth-child(1), .mobile-toggle.active span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-toggle.active span:nth-child(2), .mobile-toggle.active span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-toggle.active span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.mobile-toggle.active span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.mobile-toggle.active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.mobile-toggle.active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.mobile-toggle.active span:nth-child(5) {
  left: 5px;
  top: 29px;
}

.mobile-toggle.active span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

body {
  background-color: #ddd;
}

.pagination .page-link, .pagination .current {
  padding: 0;
  margin-right: 5px;
}

.field-validation-error {
  color: #e74c3c;
  display: block;
}
.field-validation-error span {
  display: block;
  margin-top: 5px;
}

.support-section .alert p {
  margin: 15px 0 0 0;
  padding: 0;
}
.support-section .alert p:first-child {
  margin-top: 0;
}

.badge-success {
  background-color: #2ecc71;
}

.badge-danger {
  background-color: #e74c3c;
}
.badge-danger:hover {
  color: #fff;
}

.badge-dark {
  background-color: #333;
  color: #fff;
}

a.badge {
  text-decoration: none;
}

.blur-text {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.blur-text::selection, .blur-text *::selection {
  background-color: transparent;
}

.conversations-section .conversation-item {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
}
.conversations-section .conversation-item .last-msg-sender {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
.conversations-section .conversation-item .new-alert {
  position: absolute;
  right: 15px;
  top: 15px;
  text-transform: uppercase;
  background-color: #f6e38a;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
.conversations-section .conversation-item .conversation-title {
  color: #f6e38a;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
.conversations-section .msg-item {
  background-color: #57328a;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  margin-top: 15px;
}
.conversations-section .msg-item.received-msg {
  color: #000;
  background-color: #f3f3f3;
}
.conversations-section .msg-item .sent-time {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
  text-align: right;
}
.conversations-section .user-info .user-name {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

.profile-content {
  margin-left: 20vw;
  padding: 30px 90px;
}

.profile-card {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.profile-card .form-section {
  margin-bottom: 30px;
  border-bottom: 1px solid #9770cb;
  padding-bottom: 15px;
}
.profile-card .form-section .form-section-title {
  font-size: 1.4em;
}
.profile-card .form-control {
  border-radius: 5px;
  border-color: #9770cb;
  margin-top: 10px;
}
.profile-card input[type=date]::-webkit-datetime-edit-text,
.profile-card input[type=date]::-webkit-datetime-edit-month-field,
.profile-card input[type=date]::-webkit-datetime-edit-day-field,
.profile-card input[type=date]::-webkit-datetime-edit-year-field {
  color: #57328a;
}

.select2-container--default .select2-selection--single {
  border-color: #9770cb;
  margin-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 8px;
}

.input-checkbox {
  border: 1px solid #9770cb;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  margin-top: 10px;
  color: #57328a;
}
.input-checkbox .value-text {
  cursor: default;
}
.input-checkbox input {
  float: right;
  margin-top: 4px;
}

.profile-section .profile-card {
  padding: 30px;
  position: relative;
}
.profile-section .profile-card .v-align {
  width: 100%;
}
.profile-section .profile-card p {
  padding: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #57328a;
  margin: 0;
}

.input-group {
  position: relative;
}
.input-group .input-postfix {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
  color: #57328a;
  z-index: 10;
}

.listing-item .edit-bar {
  background-color: #f6e38a;
  color: #fff;
  padding: 5px 15px;
  position: relative;
  z-index: 1001;
  top: -15px;
}
.listing-item .edit-bar a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .profile-content {
    padding: 30px 45px;
  }
  .profile-card {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .conversations-section .conversation-item .img-circle {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
  .profile-content {
    width: 100%;
    margin-left: 0;
    padding: 90px 15px;
  }
  .profile-card {
    padding: 15px;
  }
  .drag-uploader .btn-cta {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 0.8em;
  }
  .profile-section {
    text-align: center;
  }
  .profile-section img {
    max-height: 100px;
    margin: 0 auto 15px auto;
    display: block;
  }
  .profile-section .v-align {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }
  .profile-section p {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=profile-area.css.map */
