/* Modernized User Profile ("My Profile") page. Scoped under .modernUserProfilePage so it never affects other
   pages that reuse the same .card/.card-header/.ptfgCardHeader classes, or the shared _mailing_address.rhtml /
   _generic_submit_button.rhtml partials also rendered on the Commish "Entry Fee Payment Instructions" page.
   Note: .card-header is a sibling of .card in this page's markup (not nested inside it), so both need matching
   max-width/borders/radius to visually read as one card -- same layout quirk handled on that Entry Fee page. */

.modernUserProfilePage #pageTitle {
  margin-bottom: 18px;
}

.modernUserProfilePage .row {
  margin: 0;
}

.modernUserProfilePage .col-sm-10 {
  padding-left: 0;
  padding-right: 0;
  max-width: 700px;
}

.modernUserProfilePage .card-header {
  max-width: 700px;
  box-sizing: border-box;
  background: #f4f6fb;
  border: 1px solid #e2e6f2;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  padding: 12px 20px;
}

.modernUserProfilePage .ptfgCardHeader {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #0b1a67;
}

.modernUserProfilePage .card {
  max-width: 700px;
  box-sizing: border-box;
  border: 1px solid #e2e6f2;
  border-top: none;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(11, 26, 103, 0.06);
  margin-top: 0;
  margin-bottom: 20px;
}

.modernUserProfilePage .card-block {
  padding: 18px 20px;
}

.modernUserProfilePage .card-block .form-group:last-child {
  margin-bottom: 0;
}

.modernUserProfilePage .list-group-item {
  border: none;
  padding: 0;
  border-radius: 0;
}

.modernUserProfilePage .list-group-item-info {
  background: #f4f6fb;
  border: 1px solid #e2e6f2;
  border-radius: 8px;
  padding: 12px 16px;
  color: #333;
  line-height: 1.7;
}

.modernUserProfilePage .card-footer {
  background: #fff8e8;
  border: none;
  border-left: 4px solid #e8a83c;
  border-radius: 6px;
  margin-top: 14px;
  padding: 12px 16px;
  font-size: 12px;
  color: #6b4d10;
  line-height: 1.6;
}

.modernUserProfilePage .form-group label {
  color: #333;
}

.modernUserProfilePage .form-control {
  max-width: 320px;
}

.modernUserProfilePage select.form-control {
  max-width: 400px;
  width: 100%;
}

.modernUserProfilePage #mailingAddress select.form-control {
  max-width: 240px;
}

.modernUserProfilePage #userFlagImage {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 8px;
  max-height: 20px;
}

.modernUserProfilePage .radio {
  margin-bottom: 4px;
}

.modernUserProfilePage .text-muted {
  color: #6b7280;
}

.modernUserProfilePage .btn.ptfgWhiteOnBlue {
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(11, 26, 103, 0.2);
}
