#modal-extra-credit h5.pink {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
}
#modal-extra-credit .my-prof-line {
  overflow: visible;
}
#modal-extra-credit .uploadArea {
  margin: 0;
  padding-left: 50px;
  overflow: visible;
}
#modal-extra-credit img {
  position: absolute;
  left: 0;
}
#modal-extra-credit .image-error {
  color: red;
  font-size: 10px;
  margin: 0;
  line-height: 1;
  padding-left: 50px;
}
#attachBtn,
#attachFileName {
  font-size: 12px;
}
.footer.logged {
  height: auto;
}
.online_connections,
#header2,
#header-search-panel,
.footer.logged,
.car-cont,
.messages_select_wrapper,
.pagination,
.favorIcons,
.photo-viewer-wrapper,
.add-to-fav-block,
#send-message-btn,
.mainMenu2,
.switch-container,
#search-filter-2,
#mobileViewer-inner {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a,
img {
  -webkit-user-drag: none;
  user-drag: none;
}
@media (max-width: 767px) {
  .new-content {
    min-height: 490px;
  }
  .modal-title {
    font-size: 14px;
  }
  body.logged {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
  }
  body.logged .content.new-content {
    min-height: auto;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  body.logged .content.new-content .content-holder {
    flex: 1;
  }
  body.logged #messageMainHeader {
    height: 39px;
    line-height: 37px;
    padding: 0 10px;
    background: #e9e9e9;
  }
  body.logged #messageMainHeader .messageName {
    font-size: 12px;
    font-weight: 700;
  }
  body.logged #messageMainHeader .messageMobileDeleteBtn {
    line-height: 37px;
    font-size: 10px;
  }
  body.logged #messageMainHeader #backInbox {
    line-height: 37px;
    font-size: 10px;
  }
  body.logged #messageMainHeader .credits-style-1 {
    margin: 0;
    padding: 0;
    line-height: 37px;
    font-size: 10px;
    color: inherit;
  }
  body.logged .search-mobile-header-new {
    padding: 0;
    background: #e9e9e9;
    overflow: hidden;
  }
  body.logged .search-mobile-header-new .content-left-side-mobile-filter {
    margin: 0;
    padding: 0;
    line-height: 37px;
    font-size: 10px;
    font-weight: bold;
    color: #777;
  }
  body.logged .footer.logged {
    position: relative;
    height: auto;
  }
  body.logged .contacts-area {
    border-top: 0;
  }
  body.logged #search-content .profile-holder,
  body.logged .gray-box.search-holder {
    background: #fff;
  }
  body.logged .credits-style-1 {
    padding: 10px;
  }
  body.logged .contacts-area h4 {
    line-height: unset;
    font-size: 12px;
  }
  body.unlogged:not(.is_front) {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
  }
  body.unlogged:not(.is_front) .content {
    min-height: auto;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  body.unlogged:not(.is_front) .content .content-holder {
    flex: 1;
  }
  body.unlogged:not(.is_front) .footer.unlogged {
    position: relative;
    height: auto;
  }
  body.unlogged:not(.is_front) #messageMainHeader {
    height: 39px;
    line-height: 37px;
    padding: 0 10px;
    background: #e9e9e9;
  }
  body.unlogged:not(.is_front) #messageMainHeader .messageName {
    font-size: 12px;
    font-weight: 700;
  }
  body.unlogged:not(.is_front) .contacts-area h4 {
    line-height: unset;
    font-size: 12px;
  }
  .clear-mob {
    clear: both;
    overflow: hidden;
  }
}
