.dbay-custom-fa{
  margin-top: 65px !important;
}
.dbay-edit-listing-form{
    margin-top: 20px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content:space-between;
  }
  .dbay-edit-listing-sec{
    margin-top: 20px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);

  }
  .dbay-shortcode-section{
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .dbay-plans-dropdown{
    min-width: 200px;
    cursor: pointer;
  }
  .dbay-fa-title{
    font-size: 16px;
    font-weight: 400;
  }
  .opt-admin-meta-table input{
    width: 100%;
  }
  .opt-admin-meta-table{
    width: 100%;
  }
  .opt-admin-meta-table th{
    text-align: left;
  }
  .dbay-top-pad-controlled{
    margin-top: unset !important
  }