#socials_body {
  word-break: break-word;
  /*
    Used on socials base popup
    */
  overflow: auto;
  padding: 5px; }
  #socials_body #social-media-form {
    width: 100%; }
  #socials_body .social_site_name {
    text-decoration: underline; }
  #socials_body .social-media-form.table {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 10px;
    table-layout: fixed;
    box-sizing: border-box;
    width: 100%; }
    #socials_body .social-media-form.table .item {
      display: inline-block;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding: 0 5px 0 0;
      vertical-align: top; }
    #socials_body .social-media-form.table #social_media_name_section {
      padding-left: 10px; }
    #socials_body .social-media-form.table #social_media_token_section {
      padding-left: 10px; }
    #socials_body .social-media-form.table #social-media-output {
      padding: 10px;
      text-decoration: underline; }
    #socials_body .social-media-form.table #label_text {
      padding-left: 10px; }
    @media (max-width: 600px) {
      #socials_body .social-media-form.table .item {
        width: 100%; }
      #socials_body .social-media-form.table #social_media_name_section {
        padding-left: 0; }
      #socials_body .social-media-form.table #social_media_token_section {
        padding-left: 0; }
      #socials_body .social-media-form.table #social-media-output {
        padding-left: 0; }
      #socials_body .social-media-form.table #label_text {
        padding-left: 0; } }
    #socials_body .social-media-form.table .item.twocol {
      width: 100%; }
    #socials_body .social-media-form.table .label {
      vertical-align: top;
      padding-top: 8px;
      text-align: left;
      padding-right: 4px;
      color: #49494f; }
    #socials_body .social-media-form.table .required::after {
      content: " *"; }
    #socials_body .social-media-form.table .field {
      position: relative;
      margin-top: 4px; }
      #socials_body .social-media-form.table .field input,
      #socials_body .social-media-form.table .field select {
        padding: 0 10px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #7f7f7f;
        display: inline-block;
        font-size: 12px;
        box-sizing: border-box;
        line-height: 15px;
        margin-top: 0;
        height: 35px; }
      #socials_body .social-media-form.table .field select {
        padding-right: 0; }
      #socials_body .social-media-form.table .field span.fake-input {
        padding: 0 10px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #7f7f7f;
        display: inline-block;
        font-size: 12px;
        box-sizing: border-box;
        line-height: 15px;
        margin-top: 0;
        border-color: #e2e2e2;
        line-height: 35px;
        height: 35px; }
      #socials_body .social-media-form.table .field textarea {
        padding: 0 10px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #7f7f7f;
        display: inline-block;
        font-size: 12px;
        box-sizing: border-box;
        line-height: 15px;
        margin-top: 0;
        padding: 10px;
        height: 70px;
        resize: vertical; }
  #socials_body form span.button-error {
    color: red;
    display: inline-block;
    line-height: 18px;
    padding: 5px;
    margin: 5px 0 0 0;
    vertical-align: middle; }
  #socials_body form .button-with-error {
    display: inline-block;
    vertical-align: middle; }
  #socials_body div.details {
    margin: 10px 0;
    word-break: break-word; }
    #socials_body div.details label,
    #socials_body div.details input {
      margin-right: 10px; }
    #socials_body div.details.staff-links {
      padding: 5px 0;
      background-color: #e2e2e2; }
    #socials_body div.details.enlarge-font {
      font-size: 16px;
      line-height: 24px; }
  #socials_body .info-dropdown {
    position: absolute;
    top: 30px;
    left: -90px;
    width: 180px;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 4px;
    font-family: "UbuntuMedium", Arial, Helvetica, sans-serif; }
    #socials_body .info-dropdown:after, #socials_body .info-dropdown:before {
      bottom: 100%;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #socials_body .info-dropdown:after {
      left: 85px;
      border: 10px solid transparent;
      border-bottom-color: #ffffff;
      margin-top: -10px; }
    #socials_body .info-dropdown:before {
      left: 84px;
      border: 11px solid transparent;
      border-bottom-color: #e2e2e2;
      margin-top: -11px; }
  #socials_body .social-site-icon {
    position: absolute;
    top: 50%;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center; }
  #socials_body .users-column {
    display: inline-block;
    min-width: 300px;
    max-width: 100%;
    width: auto;
    vertical-align: top; }
    #socials_body .users-column ul {
      list-style-type: none;
      padding-left: 0; }
    #socials_body .users-column li {
      padding: 2px 0;
      word-break: break-word; }
  #socials_body #changes_since {
    min-width: 150px; }
  #socials_body #refresh_changes_since {
    background-color: #e2e2e2;
    border-radius: 2px;
    padding: 2px 5px; }
  #socials_body .bold {
    font-family: "UbuntuBold", Arial, Helvetica, sans-serif; }
  #socials_body .spacer {
    height: 10px;
    display: block; }
  #socials_body .info-icon {
    position: relative; }
  #socials_body #spacer_div {
    height: 2px; }
  #socials_body .helptext {
    vertical-align: sub;
    margin-left: 4px; }
  #socials_body .float-right-button {
    float: right;
    vertical-align: center; }
  #socials_body .social-media-form-footer {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    gap: 10px; }
    @media (max-width: 600px) {
      #socials_body .social-media-form-footer {
        flex-direction: column; } }
  #socials_body .float-left-notice {
    flex: 1 0; }
  #socials_body .social-media-action-buttons {
    display: flex;
    align-items: center;
    gap: 20px; }
    @media (max-width: 600px) {
      #socials_body .social-media-action-buttons {
        justify-content: flex-end; } }
  #socials_body .form-padding {
    padding: 15px; }
  #socials_body .terms-reminder {
    font-size: 10px; }
  #socials_body .social-media-thumbnail {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 250px; }
  #socials_body .social_thumbnail_label {
    position: absolute;
    right: 8px;
    bottom: 11px;
    padding: 1px 3px 1px 3px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font: 10px "UbuntuRegular", Arial, Helvetica, sans-serif;
    border-radius: 2px; }
  #socials_body .social-media-image {
    border: 1px solid #ccc;
    border-radius: 3%;
    display: inline-block;
    width: 100%; }
    #socials_body .social-media-image img {
      display: block; }
  #socials_body .social-media-description {
    padding: 0px 0px 10px;
    font-size: 16px; }
  #socials_body div.button {
    background-color: #f47321;
    color: #ffffff;
    font-size: 14px;
    padding: 0 8px;
    border: 1px solid #cd5d26;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    width: fit-content;
    min-width: 225px; }
  #socials_body .button {
    margin: unset;
    font-size: 14px; }
  #socials_body .button:disabled {
    background-color: #bababa;
    cursor: not-allowed; }
  #socials_body #error_msg {
    color: #d50000;
    padding: 2px 0px 0px 2px; }
  #socials_body p {
    word-break: break-word; }
  #socials_body p.gray {
    color: #525252; }
  #socials_body h1 {
    color: var(--wl-h1-color, #222222);
    font-family: "UbuntuBold", Arial, Helvetica, sans-serif; }
  #socials_body .paging {
    width: 100%; }
