.acb_sites {
  display: flex;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 20px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
  gap: 24px;
  transition: all 0.3s ease;

  .acb_left h3 {
    display: flex;
    gap: 7px;
    align-items: center;
  }

  .acb_left {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 7px 0px 12px 0px rgba(201, 201, 201, 0.47);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 1px 1px 1px #008080;
    transition: all 0.3s ease;
    width: 50%;

    label {
      cursor: pointer;
    }
  }



  .acb_left,
  .acb_right,
  .acb_video {
    flex: 1;
    padding: 15px;
  }

  @media only screen and (max-width: 768px) {
    flex-direction: column;

    .acb_left,
    .acb_right,
    .acb_video {
      flex: 1;
      margin: 10px;
    }
  }

  .acb_left {
    h3 {
      margin-bottom: 10px;
    }

    .wpnts-switch-pluginactivation,
    .wpnts-switch-plugindeactivation,
    .wpnts-switch-wpnotification,
    .wpnts-switch-updatenotification,
    .wpnts-switch-loginandout,
    .wpnts-switch-registration,
    .wpnts-switch-sitehelgth {
      margin-bottom: 35px;
      display: flex;
      align-items: center;
      position: relative;
      width: 95%;
      background: #FFFFFF;
      height: auto;
      padding: 14px;
      border-radius: 5px;

      &:hover {
        background: #f1f3f5;
      }


      label {
        margin-right: 10px;
        margin-left: 10px;
      }

      //Pro
      .wpnts_ispro.inactive {
        opacity: 0.5;
      }

      // PRO tag 
      p.PRO_TAG {
        left: 380px;
        color: white;
        background: #008080;
        position: absolute;
        padding: 4px 8px;
        color: white;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 500;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      p.NEW_TAG {
        position: absolute;
        left: 360px;
        top: 6px;
        padding: 4px 8px;
        color: white;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 500;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }


      .supportSwitch-2,
      .supportSwitch-3,
      .supportSwitch-4,
      .supportSwitch-5,
      .supportSwitch-6,
      .supportSwitch-7,
      .supportSwitch-8 {
        // position: absolute !important;
        right: 5px !important;
      }

    }

    svg.wcs_tooltip_icon {
      width: 15px;
      height: 15px;
    }
  }

  .wpnts-setting select.site-select-fields {
    padding-right: 20px !important;
  }

  input#authorPaneltoMail {
    width: auto;
  }

  .formInput.global-apis {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .acb_right {
    .formInput {
      width: 60%;

      textarea {
        height: 150px;
      }

      input {
        width: 100%;
        padding: 5px;
        border: none;
        border-bottom: 1px solid gray;
        // background-color: #F0F0F1;

        &:focus {
          outline: none;
          box-shadow: none;
        }

      }

      .wpnts-setting {
        position: relative;

        .passimg {
          position: absolute;
          left: 90px;
          font-size: 18px;
          top: -19px;
        }

      }
    }

    .save-webhook {
      width: 160px;
      padding: 10px;
      border: none;
      background-color: teal;
      color: white;
      font-weight: bold;
      cursor: pointer;
      float: left;
      margin-top: 10px;
    }

    .formInput .wpnts-setting select {
      border: none;
      border-bottom: 1px solid;
      background-color: #f1f1f1;
      padding: 10px;
      font-size: 16px;
      color: #333;
      border-radius: 4px;
      appearance: none;
    }

    .wpnts-setting.global-settings-checkbox.authorpanelmailclass {
      margin-top: 10px;
    }

    .formInput .wpnts-setting select:hover,
    .formInput .wpnts-setting select:focus {
      border-bottom: 2px solid;
      outline: none;
    }

    .formInput .wpnts-setting select::after {
      content: '\25BC';
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      pointer-events: none;
    }
  }

  .wpnts_ispro {
    align-items: center;
    display: flex;
  }

  .acb_video {
    .wcs-player-wrapper {
      position: relative;
      padding-top: 30%;
      border: 6px solid white;

      /* 16:9 aspect ratio */
      .wcs-react-player {
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
}

// New Style add .wpnts-switch-download height auto
.parent-section {
  display: flex;
  flex-direction: column;

  .toogle-section {
    align-items: center;
    display: flex;
  }

  .section-child {
    margin-left: 40px;

    select.site-select-fields {
      margin-left: 12px;
    }

  }

}


// Responsive Styles
@media screen and (max-width: 1024px) {
  .acb_sites {
    flex-direction: column;
    padding: 16px;
    gap: 16px;

    .acb_left,
    .acb_right,
    .acb_video {
      width: 100%;
      padding: 16px;
    }

    .acb_right .formInput {
      width: 100%;
      max-width: none;
    }
  }
}

@media screen and (max-width: 768px) {
  .acb_sites {

    .wpnts-switch-pluginactivation,
    .wpnts-switch-plugindeactivation,
    .wpnts-switch-wpnotification,
    .wpnts-switch-updatenotification,
    .wpnts-switch-loginandout,
    .wpnts-switch-registration,
    .wpnts-switch-sitehelgth {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;

      p.PRO_TAG,
      p.NEW_TAG {
        position: static;
        display: inline-block;
        margin-top: 8px;
      }
    }


    .parent-section .section-child {
      margin-left: 20px;
    }
  }
}

@media screen and (max-width: 480px) {
  .acb_sites {
    padding: 12px;

    .acb_left,
    .acb_right,
    .acb_video {
      padding: 12px;
    }

    .save-webhook {
      width: 100%;
    }

    .parent-section .section-child {
      margin-left: 0;

      select {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
      }
    }
  }
}