/** For the multi-column form display **/
.wpforms-field-container .risaa_formcol{
  padding: 10px !important;
  display: block;
}

.wpforms-field.wpforms-field-divider {
    border-bottom: 1px solid black !important;
    padding-bottom: 0px !important;
}

/** For profile 2 variation **/
.personinfo, .membership{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  width: 100%;
  padding: 10px;
  border-radius:10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.juniorslist, .m2mlist, .boatlist{
  width: 100%;
  padding: 10px;
  border-radius:10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.primary_phone{
  grid-column: 1;
}
.myjunior{
  display:grid;
  grid-template-columns: 70px 200px 600px;
}

.myboat{
  display:grid;
  grid-template-columns: 70px 200px 200px 200px;
}

.mym2m{
  display:grid;
  grid-template-columns:70px 250px 350px 250px 150px;
}

i.fa-solid.fa-trash {
    color: darkred;
}
i.fa-solid.fa-pen{
  color:#DD8F0E;
}
.actions{
  grid-column:1
}

.actions .fa-solid {
    margin-left: 10px;
}

/** For the profile display **/
.risaa_hide{
  display: none;
}
.profile_section{
  border-bottom: 1px solid black;
  margin-bottom: 5px;
}

div::before{
  content:none !important;
}

.update_buttons {
    text-align: right;
    margin-bottom: 2em;
}

/*
.profile_person, .boatlist, .juniorslist, .m2mlist{
  display: flex;
  flex-wrap: wrap;
}

.profile_part, .boaterlist.myboat, .juniorlist.myjunior, .personinfo,.membership{
    padding: 10px;
    border-radius: 10px;
    box-shadow: darkgray;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    width: 275px;
}

.m2mlist .mym2m{
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: darkgray;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    max-width: 350px;
}

.personinfo .profile_part, .profile_part.membership{
    box-shadow: none;
    width:auto;
}

.m2m_name {
    font-size: 1.25em;
    font-weight: 500;
}

.update_buttons {
    margin: 10px;
    width: 100%;
    text-align: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.update_buttons a {
    text-decoration: none;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background-color: rgb(205, 233, 254);
    color: black;
}

.actions {
    margin-top: -20px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

i.fa-solid.fa-trash {
    color: darkred;
}
i.fa-solid.fa-pen{
  color:green;
}
.actions .fa-solid {
    margin-left: 20px;
}
.more-margin-top{
  margin-top:25px;
}

#wpforms-323, #wpforms-329, #wpforms-330, #wpforms-331, #wpforms-332, #wpforms-356{
  width:100%;
  background: white;
  border-radius: 10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 15px;
}

.wpforms-container .row{
  padding-left: 0;
}

*/
#wpforms-submit-323, #wpforms-submit-329, #wpforms-submit-330,
#wpforms-submit-331, #wpforms-submit-332, #wpforms-submit-356,
#wpforms-submit-361{
    font-size: initial;
    font-weight: normal;
    background-color: rgb(205, 233, 254);
    text-decoration: none;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

/** For the admin page **/
div#admin_actions{
  float: left;
  margin-right: 25px;
}
#matched_members{
  display:flex;
  flex-wrap: wrap;
}
#matched_members .member {
    margin: 10px;
    min-width: 300px;
}
#admin_add {
    font-size: initial;
    font-weight: normal;
    background-color: rgb(205, 233, 254);
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    border:none;
    margin-top:15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
a i.fa-solid.fa-circle-xmark {
    font-size: 1.5em;
    position: relative;
    top: -0.75em;
    left: -25px;
}

input#admin-query {
    max-width: 18em;
    float: left;
    margin-right: 15px;
}

#listings{
  display:flex;
  flex-wrap:wrap;
}

#filter-container{
  margin-bottom:25px;
  margin-top:10px;
}

.searchlabel{
  display: none;
}
.boatlisting{
  padding: 5px;
  border: 1px lightgray;
  width: 300px;
  margin-bottom: 10px;
}
.boatlisting .name{
  font-weight: bold;
}

.boatlisting .member{
  font-size: 1.25em;
}
