/* line 6, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body {
  padding: 0;
}
/* line 10, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-heading {
  padding: 0;
}
/* line 13, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-heading > div {
  padding: 10px 15px 15px 15px;
}
/* line 17, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-heading .profile-rating {
  display: flex;
  align-items: center;
  gap: 3px 10px;
  flex-wrap: wrap;
  padding: 10px 15px 10px 43px;
  background-color: #FFF;
  color: #000;
}
/* line 27, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-heading .profile-rating .rating-stars i {
  width: 20px;
  font-size: 20px;
  transform: translate(-5px, 2px);
}
/* line 33, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-heading .profile-rating:hover {
  text-decoration: none;
}
/* line 39, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band .panel-title {
  font-weight: 700;
  font-size: 1.1em;
  border: none;
  white-space: nowrap;
  overflow: hidden;
}
/* line 46, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band .panel-title h1 {
  margin-right: 40px;
}
/* line 50, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band .panel-title > span > i {
  margin-right: 7px;
  color: #BEBEBE;
  font-size: 1.3em;
}
/* line 57, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band .suggestion {
  display: inline-block;
  float: right;
  color: #e67e22;
  margin-left: 7px;
}
/* line 64, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band .suggestion i {
  font-size: 1.65em;
  line-height: 0.8em;
  margin-left: 3px;
  transform: translateY(2px);
}
/* line 71, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band .suggestion:after {
  clear: both;
}
/* line 75, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band .profile-claim {
  padding-left: 27px;
  padding-top: 4px;
  white-space: nowrap;
  overflow-x: hidden;
}
/* line 81, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band .profile-claim h2 {
  border: none;
  font-size: 1em;
  margin: 0;
  line-height: 1.2em;
}
/* line 90, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion {
  padding: 15px;
}
/* line 93, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-group {
  margin-bottom: 0;
}
/* line 96, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-heading {
  cursor: pointer;
}
/* line 99, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-heading:hover {
  background-color: #e67e22;
  color: #FFF;
}
/* line 103, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-title {
  font-size: 0.9em;
  color: #535353;
}
/* line 107, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-title i {
  margin-right: 5px;
  color: #BEBEBE;
  font-size: 1.05em;
  color: #e67e22;
  width: 17px;
}
/* line 115, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-heading:hover h4,
.profile .band > .panel-body .profile-accordion .panel-heading:hover i {
  color: #FFF;
}
/* line 120, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-body .contact .col-sm-6 {
  margin: 5px 0;
}
/* line 124, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-body .contact .application-status-row {
  border-radius: 5px;
  background-color: #FDDEC4;
  margin: 0;
  margin-top: 5px;
}
@media (max-width: 991px) {
  /* line 124, /app/app/assets/stylesheets/pages/profile.scss */
  .profile .band > .panel-body .profile-accordion .panel-body .contact .application-status-row {
    padding-top: 30px;
  }
}
/* line 134, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-body .contact .application-status-row .col-md-6 {
  margin: 15px 0;
}
/* line 138, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-body .contact .application-status-row .application-status {
  font-size: 18px;
  width: 80%;
  min-height: 78px;
  margin-left: 10%;
  text-align: center;
}
/* line 145, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-body .contact .application-status-row .application-status p {
  transform: translateY(calc(43px - 50%));
}
/* line 149, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-accordion .panel-body .contact .application-status-row .application-status .client-loser {
  color: #ff5b5a;
}
/* line 156, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-carousel {
  margin: 14px 15px 0 15px;
  border: 1px solid #e5e5e5;
}
/* line 160, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-carousel .carousel-control {
  margin-top: 35%;
  cursor: pointer;
  background: none;
  height: 2.7em;
}
/* line 166, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-carousel .carousel-control i {
  font-size: 3em;
  text-shadow: 3px 0px 4px #000;
}
@media (max-width: 479px) {
  /* line 160, /app/app/assets/stylesheets/pages/profile.scss */
  .profile .band > .panel-body .profile-carousel .carousel-control {
    height: 2.1em;
    margin-top: 20%;
  }
  /* line 174, /app/app/assets/stylesheets/pages/profile.scss */
  .profile .band > .panel-body .profile-carousel .carousel-control i {
    font-size: 2.2em;
  }
}
/* line 180, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-carousel .left.carousel-control i {
  text-shadow: -3px 0px 4px #000;
}
/* line 185, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-carousel .media-container {
  position: relative;
  width: 100%;
  height: 0;
  /* padding-bottom: 56.25%; */
  padding-bottom: 75.25%;
}
/* line 192, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-carousel .media-container iframe,
.profile .band > .panel-body .profile-carousel .media-container .carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* line 201, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-body .profile-carousel .media-container .carousel-img {
  background-position: center center;
  background-size: cover;
}
/* line 209, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  min-height: 40px;
}
/* line 216, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-footer a {
  font-size: 1em;
}
/* line 220, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-footer .profile-friend-button {
  font-size: 1em;
}
/* line 224, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-footer .profile-contact-button.text-grey {
  margin-top: 4px;
  color: #cecdcd;
}
/* line 229, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-footer i {
  margin-left: 5px;
}
@media (max-width: 767px) {
  /* line 233, /app/app/assets/stylesheets/pages/profile.scss */
  .profile .band > .panel-footer i {
    margin-left: 0;
  }
}
/* line 237, /app/app/assets/stylesheets/pages/profile.scss */
.profile .band > .panel-footer .btn-default {
  cursor: not-allowed;
}

/* line 244, /app/app/assets/stylesheets/pages/profile.scss */
#contactModal textarea {
  margin-top: 15px;
}

/* line 248, /app/app/assets/stylesheets/pages/profile.scss */
.profile-subline {
  font-weight: bold;
  margin-top: 55px;
}

/* line 252, /app/app/assets/stylesheets/pages/profile.scss */
.profile-subline.first {
  margin-top: 0px;
}

/* line 255, /app/app/assets/stylesheets/pages/profile.scss */
.profile-subline hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 259, /app/app/assets/stylesheets/pages/profile.scss */
.profile-warning {
  margin-top: 0px;
}

/* line 262, /app/app/assets/stylesheets/pages/profile.scss */
.form-group.not-inline input,
.form-group.not-inline label,
.form-group.not-inline .field_with_errors {
  display: block;
  margin-right: 10px;
}

/* line 268, /app/app/assets/stylesheets/pages/profile.scss */
#map {
  height: 150px;
}

/* line 271, /app/app/assets/stylesheets/pages/profile.scss */
#uploadNewImage {
  margin-left: 10px;
}

/* line 275, /app/app/assets/stylesheets/pages/profile.scss */
.userContact {
  border: 1px solid #BEBEBE;
  width: 100%;
  clear: both;
  margin-bottom: 25px;
  padding: 20px 10px 0px 25px;
}

/* line 282, /app/app/assets/stylesheets/pages/profile.scss */
.userContact i {
  margin-right: 5px;
}

/* line 285, /app/app/assets/stylesheets/pages/profile.scss */
.userContact .col-md-6 {
  margin-bottom: 10px;
}

/* line 288, /app/app/assets/stylesheets/pages/profile.scss */
.userContact .band {
  font-weight: bold;
}

/* line 291, /app/app/assets/stylesheets/pages/profile.scss */
.userContact p {
  margin-bottom: 5px;
}

/* line 294, /app/app/assets/stylesheets/pages/profile.scss */
.userContact .band a {
  color: #333;
}

/* line 297, /app/app/assets/stylesheets/pages/profile.scss */
.userContact .band a:hover {
  color: #e67e22;
}

/* line 300, /app/app/assets/stylesheets/pages/profile.scss */
#notPublic {
  color: #B3B3B3;
  font-weight: 500;
  text-align: right;
  margin-top: -5px;
  font-size: 12px;
}

/* line 307, /app/app/assets/stylesheets/pages/profile.scss */
#notPublic i {
  font-size: 14px;
  margin-right: 2px;
}

/* line 311, /app/app/assets/stylesheets/pages/profile.scss */
h1 .btn:focus,
h1 .btn.focus {
  color: inherit;
}

/* line 315, /app/app/assets/stylesheets/pages/profile.scss */
#profileSave i {
  margin-left: 5px;
}

/* line 318, /app/app/assets/stylesheets/pages/profile.scss */
.jcrop-keymgr {
  opacity: 0;
  left: -4000px;
}

/* line 322, /app/app/assets/stylesheets/pages/profile.scss */
.sub-title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
}

/* line 327, /app/app/assets/stylesheets/pages/profile.scss */
.preview-outer {
  overflow: hidden;
  display: inline-block;
  width: 100px;
  height: 75px;
  position: absolute;
  left: 0px;
  top: 25px;
}

/* line 336, /app/app/assets/stylesheets/pages/profile.scss */
.preview-outer .preview-img {
  width: 100px;
  height: 75px;
}

/* line 340, /app/app/assets/stylesheets/pages/profile.scss */
.uploaded {
  background-color: #FFFFFF;
  text-align: center;
}

/* line 344, /app/app/assets/stylesheets/pages/profile.scss */
.uploaded img {
  border: 1px solid #dd406f;
  z-index: 2;
}

/* line 348, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button .image-buttons {
  height: 25px;
  background-color: #FFF;
  padding: 3px;
  text-align: center;
  padding-left: 7px;
  border-bottom: 2px solid #C5C5C5;
}

/* line 356, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button .image-buttons span {
  display: inline-block;
  width: 27px;
  cursor: default;
}

/* line 361, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button .image-buttons i {
  color: #333;
  cursor: pointer;
}

/* line 365, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button .image-buttons i:hover {
  color: #e67e22;
}

/* line 368, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button .preview {
  height: 75px;
  width: 100px;
}

/* line 372, /app/app/assets/stylesheets/pages/profile.scss */
#preview-edit {
  width: 100%;
}

/* line 375, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button:hover {
  background-color: #FFF;
}

/* line 378, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button .preview:hover {
  color: #e67e22;
}

/* line 381, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button {
  padding: 0;
  font-size: 12px;
  margin-bottom: 2px;
  display: block;
  width: 104px;
  height: 104px;
  border: 2px solid #C5C5C5;
}

/* line 390, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button input {
  z-index: 1;
  width: 100%;
  height: 75px;
  margin-top: 25px;
}

/* line 396, /app/app/assets/stylesheets/pages/profile.scss */
.fileinput-button .preview i {
  font-size: 38px !important;
  width: initial !important;
  margin-top: 16px;
}

/* line 401, /app/app/assets/stylesheets/pages/profile.scss */
.file-upload-wrapper {
  margin-top: 10px;
}

/* line 405, /app/app/assets/stylesheets/pages/profile.scss */
.files-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  list-style-type: none;
}

/* line 421, /app/app/assets/stylesheets/pages/profile.scss */
.clear-uploader {
  margin-top: 30px;
  clear: both;
}

/* line 425, /app/app/assets/stylesheets/pages/profile.scss */
input.zipcode {
  width: 80px !important;
}

/* line 428, /app/app/assets/stylesheets/pages/profile.scss */
input.street {
  width: 266px !important;
}

/* line 431, /app/app/assets/stylesheets/pages/profile.scss */
input.house {
  width: 80px !important;
}

/* line 434, /app/app/assets/stylesheets/pages/profile.scss */
input#profile_city {
  width: 266px !important;
}

/* line 437, /app/app/assets/stylesheets/pages/profile.scss */
input#profile_country,
input#profile_longitude,
input#profile_latitude {
  width: 150px !important;
}

/* line 446, /app/app/assets/stylesheets/pages/profile.scss */
#addPhoto .fileinput-button,
#addAvatar .fileinput-button {
  border: none;
  box-shadow: none;
}

/* line 451, /app/app/assets/stylesheets/pages/profile.scss */
#addPhoto .fileinput-button:active,
#addAvatar .fileinput-button:active {
  box-shadow: none;
}

/* line 455, /app/app/assets/stylesheets/pages/profile.scss */
#addPhoto > div,
#addAvatar > div {
  cursor: default;
}

/* line 459, /app/app/assets/stylesheets/pages/profile.scss */
#addPhoto i,
#addAvatar i {
  font-size: 50px;
  top: 24px;
  cursor: copy;
  margin-right: 20px;
  color: #C5C5C5;
  position: relative;
}

/* line 468, /app/app/assets/stylesheets/pages/profile.scss */
#addPhoto i:hover,
#addAvatar i:hover {
  color: #e67e22;
}

/* line 472, /app/app/assets/stylesheets/pages/profile.scss */
.mfp-container {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}

/* line 477, /app/app/assets/stylesheets/pages/profile.scss */
.images-div .preview i.fa-plus-square {
  cursor: copy;
  color: #C5C5C5;
}

/* line 481, /app/app/assets/stylesheets/pages/profile.scss */
#profileInvalid,
#phoneUnverified {
  text-align: center;
  background-color: #FFB1B1;
  border: 1px solid #888;
  color: #464646;
  padding: 10px;
}

/* line 489, /app/app/assets/stylesheets/pages/profile.scss */
#profileInvalid a,
#phoneUnverified a {
  color: #464646;
  text-decoration: underline;
}

/* line 496, /app/app/assets/stylesheets/pages/profile.scss */
#smsVerificationModal .sms-verification .row > div {
  margin: 0;
}
/* line 500, /app/app/assets/stylesheets/pages/profile.scss */
#smsVerificationModal .sms-verification input,
#smsVerificationModal .sms-verification button {
  width: 100%;
  margin-top: 20px;
}
/* line 506, /app/app/assets/stylesheets/pages/profile.scss */
#smsVerificationModal .sms-verification .sms-confirm {
  margin-bottom: 30px;
}
/* line 510, /app/app/assets/stylesheets/pages/profile.scss */
#smsVerificationModal .sms-verification #showSmsRequest {
  text-align: center;
  color: #e67e22;
  cursor: pointer;
}
/* line 516, /app/app/assets/stylesheets/pages/profile.scss */
#smsVerificationModal .sms-verification .sms-request {
  display: none;
  margin-bottom: 10px;
}

/* line 522, /app/app/assets/stylesheets/pages/profile.scss */
#profileCompletness {
  font-size: 14px;
  line-height: 48px;
  margin-right: 5px;
  font-weight: 400;
}

/* line 528, /app/app/assets/stylesheets/pages/profile.scss */
#profileEditBtn a {
  font-size: 14px;
  font-weight: 400;
}

/* line 532, /app/app/assets/stylesheets/pages/profile.scss */
#cropImageHint {
  margin-bottom: 15px;
  color: #545454;
  font-size: 13px;
}

/* line 537, /app/app/assets/stylesheets/pages/profile.scss */
.jcrop-handle {
  background-color: #e67e22;
  border: 1px #444 solid;
  opacity: 0.8 !important;
}

/* line 543, /app/app/assets/stylesheets/pages/profile.scss */
#profileList tbody td {
  vertical-align: middle;
  padding: 0px 8px;
}

/* line 547, /app/app/assets/stylesheets/pages/profile.scss */
#profileList tbody td .fa-music,
#profileList tbody td .fa-headphones,
#profileList tbody td .fa-camera-retro,
#profileList tbody td .fa-microphone {
  font-size: 13px;
}

/* line 553, /app/app/assets/stylesheets/pages/profile.scss */
#profileList .avatar {
  width: 85px;
  min-width: 85px;
}

/* line 557, /app/app/assets/stylesheets/pages/profile.scss */
#profileList .image {
  width: 64px;
  height: 48px;
  background-color: #2C3E50;
  border: 1px solid #000;
}

/* line 563, /app/app/assets/stylesheets/pages/profile.scss */
#profileList tbody td :not(.flex-td-div) a.invite-profile {
  margin-top: 4px;
}

/* line 566, /app/app/assets/stylesheets/pages/profile.scss */
#profileList tbody td a i {
  margin-left: 3px;
}

/* line 569, /app/app/assets/stylesheets/pages/profile.scss */
#profileList tbody td a i.fa-info-circle {
  font-size: 13px;
}

/* line 572, /app/app/assets/stylesheets/pages/profile.scss */
#profileList tbody td a.profile-link {
  color: #000;
}

/* line 576, /app/app/assets/stylesheets/pages/profile.scss */
.more-videos-link {
  margin-left: 5px;
}

/* line 579, /app/app/assets/stylesheets/pages/profile.scss */
.more-videos-link i:hover {
  color: green;
}

/* line 582, /app/app/assets/stylesheets/pages/profile.scss */
#moreVideos input {
  margin-top: 5px;
}

/* line 585, /app/app/assets/stylesheets/pages/profile.scss */
#ratingWrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 590, /app/app/assets/stylesheets/pages/profile.scss */
#ratingWrapper #ratingStarsVote {
  margin-top: 10px;
  margin-bottom: 5px;
}
/* line 595, /app/app/assets/stylesheets/pages/profile.scss */
#ratingWrapper i {
  width: 34px;
  font-size: 34px;
  color: #e67e22;
}

/* line 602, /app/app/assets/stylesheets/pages/profile.scss */
.rating-stars i {
  width: 34px;
  font-size: 34px;
  color: #e67e22;
}

/* line 609, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList .info-title:after,
#ratingsList .info-date:after {
  content: ' - ';
}
/* line 615, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList .rating-stars i {
  width: 24px;
  font-size: 24px;
}
/* line 622, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList .paginator-and-button .pagination {
  margin: 0;
}
/* line 625, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList .paginator-and-button [class*="col-"] {
  margin-bottom: 0;
}
/* line 630, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings {
  min-height: 400px;
  margin-top: 40px;
}
/* line 634, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .slider-handle {
  background-color: #e67e22;
  background-image: -webkit-linear-gradient(top, #f79e4f 0, #e67e22 100%);
  background-image: -o-linear-gradient(top, #f79e4f 0, #e67e22 100%);
  background-image: linear-gradient(to bottom, #f79e4f 0, #e67e22 100%);
}
/* line 641, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .slider-tick.in-selection,
#ratingsList #badgeSettings .slider-selection.tick-slider-selection {
  background-color: #f79e4f;
  background-image: -webkit-linear-gradient(top, #f1ccac 0, #f79e4f 100%);
  background-image: -o-linear-gradient(top, #f1ccac 0, #f79e4f 100%);
  background-image: linear-gradient(to bottom, #f1ccac 0, #f79e4f 100%);
}
/* line 649, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings #badgePreviewRating {
  margin-top: 20px;
}
/* line 652, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings #badgePreviewDark {
  margin-top: 20px;
  margin-bottom: 40px;
}
/* line 657, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .onoffswitch {
  position: relative;
  width: 65%;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* line 665, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .onoffswitch-checkbox {
  display: none;
}
/* line 668, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 5px;
}
/* line 675, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
/* line 684, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .onoffswitch-inner:before,
#ratingsList #badgeSettings .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 699, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .onoffswitch-inner:before {
  content: attr(data-yes);
  padding-left: 10px;
  background-color: #e67e22;
  color: #fff;
}
/* line 705, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .onoffswitch-inner:after {
  content: attr(data-no);
  padding-right: 10px;
  background-color: #eee;
  color: #999;
  text-align: right;
}
/* line 712, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 18px);
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}
/* line 732, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings #badgePreviewImage .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
/* line 735, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings #badgePreviewImage .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* line 738, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings #badgePreviewRating .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
/* line 741, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings #badgePreviewRating .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* line 744, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings #badgePreviewDark .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
/* line 747, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings #badgePreviewDark .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* line 751, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .badge-preview {
  min-height: 20px;
  text-align: center;
  background: url(/ajax-loader.gif) no-repeat center;
}
/* line 756, /app/app/assets/stylesheets/pages/profile.scss */
#ratingsList #badgeSettings .badge-preview img {
  margin: 0 auto;
  width: 250px;
  height: auto;
}

/* line 765, /app/app/assets/stylesheets/pages/profile.scss */
.averageRating {
  position: relative;
  text-align: center;
  margin: 20px 0 40px 0;
}
@media (max-width: 767px) {
  /* line 765, /app/app/assets/stylesheets/pages/profile.scss */
  .averageRating {
    margin: 20px 0 60px 0;
  }
}
/* line 774, /app/app/assets/stylesheets/pages/profile.scss */
.averageRating .ratings-sort {
  position: absolute;
  right: -4px;
  bottom: -30px;
}
@media (max-width: 767px) {
  /* line 774, /app/app/assets/stylesheets/pages/profile.scss */
  .averageRating .ratings-sort {
    bottom: -50px;
  }
}
/* line 783, /app/app/assets/stylesheets/pages/profile.scss */
.averageRating .ratings-sort select {
  padding: 4px 7px;
}
/* line 788, /app/app/assets/stylesheets/pages/profile.scss */
.averageRating .rating-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
/* line 794, /app/app/assets/stylesheets/pages/profile.scss */
.averageRating .rating-stars {
  margin: 8px 0;
}
/* line 797, /app/app/assets/stylesheets/pages/profile.scss */
.averageRating .rating-stars i {
  width: 34px;
  font-size: 34px;
}
/* line 803, /app/app/assets/stylesheets/pages/profile.scss */
.averageRating .rating-avg-stars {
  position: relative;
}
/* line 806, /app/app/assets/stylesheets/pages/profile.scss */
.averageRating .rating-avg-stars .rating-avg {
  position: absolute;
  margin-left: 50%;
  transform: translate(-118px, 6px);
}

/* line 814, /app/app/assets/stylesheets/pages/profile.scss */
.profileRatings .profile-rating {
  padding: 20px 10px 0 10px;
  border-top: 1px solid #e5e5e5;
}
/* line 818, /app/app/assets/stylesheets/pages/profile.scss */
.profileRatings .profile-rating [class*="col-"] {
  margin-bottom: 10px;
}
/* line 822, /app/app/assets/stylesheets/pages/profile.scss */
.profileRatings .profile-rating .rating-stars i {
  width: 24px;
  font-size: 24px;
}
/* line 827, /app/app/assets/stylesheets/pages/profile.scss */
.profileRatings .profile-rating .rating-source {
  font-size: 12px;
  color: #949494;
  margin-bottom: 10px;
}
/* line 832, /app/app/assets/stylesheets/pages/profile.scss */
.profileRatings .profile-rating .rating-source .rating-date {
  margin-right: 5px;
  font-weight: bold;
  color: #686868;
}
/* line 840, /app/app/assets/stylesheets/pages/profile.scss */
.profileRatings .profile-rating .rating-info span {
  font-size: 14px;
}
/* line 843, /app/app/assets/stylesheets/pages/profile.scss */
.profileRatings .profile-rating .rating-info span.info-title {
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 851, /app/app/assets/stylesheets/pages/profile.scss */
.profileRatings .profile-rating .rating-am img {
  width: 50px;
}

/* line 858, /app/app/assets/stylesheets/pages/profile.scss */
.friend-invite-link {
  font-size: 18px;
}
