/* wire-politics-my-ballot-css-303f1h8951 */

[data-wire-politics-my-ballot-303f1h8951]{
  display:block;
  width:100%;
  min-width:0;
  color:#eaf4ff;
}

.wire-my-ballot-app-303f1h8951{
  display:grid;
  gap:14px;
  width:100%;
  min-width:0;
  padding:12px 0 28px;
  box-sizing:border-box;
}

.wire-my-ballot-hero-303f1h8951,
.wire-my-ballot-location-303f1h8951,
.wire-my-ballot-toolbar-303f1h8951,
.wire-my-ballot-race-303f1h8951,
.wire-my-ballot-empty-303f1h8951,
.wire-my-ballot-skeleton-303f1h8951{
  border:1px solid rgba(88,145,188,.38);
  border-radius:16px;
  background:#091827;
  box-shadow:0 14px 40px rgba(0,0,0,.16);
}

.wire-my-ballot-hero-303f1h8951{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px;
  background:
    radial-gradient(circle at 0 0,rgba(22,139,210,.34),transparent 42%),
    radial-gradient(circle at 100% 0,rgba(255,54,95,.18),transparent 42%),
    #0b1c2d;
}

.wire-my-ballot-hero-303f1h8951>div:first-child{
  min-width:0;
}

.wire-my-ballot-hero-303f1h8951 span{
  color:#ff365f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
}

.wire-my-ballot-hero-303f1h8951 h1{
  margin:6px 0 8px;
  color:#fff;
  font-size:38px;
  line-height:1.05;
}

.wire-my-ballot-hero-303f1h8951 p{
  max-width:760px;
  margin:0;
  color:#a9c3d9;
  font-size:14px;
  line-height:1.55;
}

.wire-my-ballot-hero-actions-303f1h8951{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}

.wire-my-ballot-hero-actions-303f1h8951 a,
.wire-my-ballot-toolbar-actions-303f1h8951 button,
.wire-my-ballot-race-actions-303f1h8951 a,
.wire-my-ballot-location-303f1h8951 button,
.wire-my-ballot-modal-actions-303f1h8951 button,
.wire-my-ballot-shortcut-303f1h8951{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border:1px solid rgba(92,164,214,.42);
  border-radius:10px;
  box-sizing:border-box;
  color:#eaf6ff;
  background:#10283e;
  text-decoration:none;
  font:inherit;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}

.wire-my-ballot-location-303f1h8951{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,1fr) minmax(220px,.65fr);
  gap:12px;
  padding:16px;
}

.wire-my-ballot-location-manual-303f1h8951{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;
  gap:9px;
  align-items:end;
}

.wire-my-ballot-location-303f1h8951 label{
  display:grid;
  gap:6px;
  color:#b7ccdd;
  font-size:11px;
  font-weight:800;
}

.wire-my-ballot-location-303f1h8951 select,
.wire-my-ballot-location-303f1h8951 input,
.wire-my-ballot-modal-303f1h8951 textarea{
  width:100%;
  min-width:0;
  min-height:42px;
  padding:9px 11px;
  border:1px solid rgba(91,145,187,.42);
  border-radius:10px;
  box-sizing:border-box;
  color:#fff;
  background:#0b2135;
  font:inherit;
  outline:none;
}

.wire-my-ballot-location-303f1h8951 select:focus,
.wire-my-ballot-location-303f1h8951 input:focus,
.wire-my-ballot-modal-303f1h8951 textarea:focus{
  border-color:#34aef3;
  box-shadow:0 0 0 3px rgba(52,174,243,.13);
}

.wire-my-ballot-address-303f1h8951{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  align-items:end;
}

.wire-my-ballot-address-303f1h8951 small{
  grid-column:1 / -1;
  color:#7f9db6;
  font-size:9.5px;
  line-height:1.4;
}

.wire-my-ballot-location-status-303f1h8951{
  display:grid;
  align-content:center;
  gap:5px;
  padding:12px;
  border:1px solid rgba(91,145,187,.28);
  border-radius:11px;
  background:#0c2134;
}

.wire-my-ballot-location-status-303f1h8951 strong{
  color:#fff;
  font-size:12px;
}

.wire-my-ballot-location-status-303f1h8951 span{
  color:#8da9c0;
  font-size:10px;
  line-height:1.45;
}

.wire-my-ballot-summary-303f1h8951{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}

.wire-my-ballot-summary-303f1h8951>div{
  min-width:0;
  padding:14px;
  border:1px solid rgba(88,145,188,.34);
  border-radius:13px;
  background:#0b2033;
}

.wire-my-ballot-summary-303f1h8951 strong{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:22px;
  line-height:1.1;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-my-ballot-summary-303f1h8951 span{
  display:block;
  margin-top:6px;
  color:#80a4bf;
  font-size:10px;
}

.wire-my-ballot-toolbar-303f1h8951{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
}

.wire-my-ballot-toolbar-303f1h8951>div:first-child{
  display:grid;
  gap:3px;
}

.wire-my-ballot-toolbar-303f1h8951 strong{
  color:#fff;
  font-size:15px;
}

.wire-my-ballot-toolbar-303f1h8951 small{
  color:#86a5bd;
  font-size:10px;
}

.wire-my-ballot-toolbar-actions-303f1h8951{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:7px;
}

.wire-my-ballot-toolbar-actions-303f1h8951 button.primary,
.wire-my-ballot-race-actions-303f1h8951 a.primary,
.wire-my-ballot-location-303f1h8951 button.primary,
.wire-my-ballot-modal-actions-303f1h8951 button.primary{
  border-color:#168bd2;
  color:#fff;
  background:#168bd2;
}

.wire-my-ballot-toolbar-actions-303f1h8951 button:disabled,
.wire-my-ballot-location-303f1h8951 button:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.wire-my-ballot-status-303f1h8951{
  padding:11px 13px;
  border:1px solid rgba(72,157,213,.4);
  border-radius:11px;
  color:#cceaff;
  background:#0c263c;
  font-size:12px;
}

.wire-my-ballot-status-303f1h8951[data-type="error"]{
  border-color:rgba(255,71,103,.55);
  color:#ffd0da;
  background:#311522;
}

.wire-my-ballot-status-303f1h8951[data-type="success"]{
  border-color:rgba(61,199,145,.5);
  color:#c9f6e4;
  background:#0e2d26;
}

.wire-my-ballot-races-303f1h8951{
  display:grid;
  gap:14px;
}

.wire-my-ballot-race-303f1h8951{
  overflow:hidden;
}

.wire-my-ballot-race-303f1h8951>header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:17px;
  border-bottom:1px solid rgba(88,145,188,.25);
  background:
    radial-gradient(circle at 0 0,rgba(22,139,210,.12),transparent 46%),
    #0b1d2f;
}

.wire-my-ballot-race-303f1h8951 h2{
  margin:7px 0 5px;
  color:#fff;
  font-size:20px;
  line-height:1.25;
}

.wire-my-ballot-race-303f1h8951 header p{
  margin:0;
  color:#88a7bf;
  font-size:11px;
}

.wire-my-ballot-pill-303f1h8951{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  color:#7fd0ff;
  background:#123454;
  font-size:9px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.wire-my-ballot-pill-303f1h8951.live{
  color:#fff;
  background:#e0264f;
}

.wire-my-ballot-race-date-303f1h8951{
  display:grid;
  min-width:150px;
  gap:4px;
  padding:10px 12px;
  border:1px solid rgba(88,145,188,.3);
  border-radius:11px;
  background:#0d2438;
  text-align:right;
}

.wire-my-ballot-race-date-303f1h8951 strong{
  color:#fff;
  font-size:13px;
}

.wire-my-ballot-race-date-303f1h8951 small{
  color:#7d9db6;
  font-size:9px;
}

.wire-my-ballot-candidate-grid-303f1h8951{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
  padding:14px;
}

.wire-my-ballot-candidate-303f1h8951{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(88,145,188,.28);
  border-radius:11px;
  background:#0c2134;
}

.wire-my-ballot-candidate-head-303f1h8951{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:9px;
  align-items:center;
  padding:10px;
  color:#eaf4ff;
  text-decoration:none;
}

.wire-my-ballot-avatar-303f1h8951{
  display:grid;
  width:46px;
  height:46px;
  overflow:hidden;
  place-items:center;
  border:2px solid #45b3f2;
  border-radius:50%;
  background:#173652;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.wire-my-ballot-avatar-303f1h8951 img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.wire-my-ballot-candidate-head-303f1h8951 strong{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:12px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-my-ballot-candidate-head-303f1h8951 small{
  display:block;
  margin-top:3px;
  overflow:hidden;
  color:#80a4bf;
  font-size:9px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-my-ballot-finance-303f1h8951{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(88,145,188,.22);
}

.wire-my-ballot-finance-303f1h8951 span{
  min-width:0;
  padding:8px 9px;
}

.wire-my-ballot-finance-303f1h8951 span+span{
  border-left:1px solid rgba(88,145,188,.22);
}

.wire-my-ballot-finance-303f1h8951 b{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-my-ballot-finance-303f1h8951 small{
  display:block;
  margin-top:3px;
  color:#7496af;
  font-size:8px;
}

.wire-my-ballot-more-303f1h8951{
  margin:0 14px 12px;
  color:#7f9db6;
  font-size:10px;
}

.wire-my-ballot-race-303f1h8951>footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-top:1px solid rgba(88,145,188,.25);
  background:#091a2a;
}

.wire-my-ballot-source-303f1h8951{
  display:grid;
  gap:3px;
}

.wire-my-ballot-source-303f1h8951 span{
  color:#bcd6e8;
  font-size:10px;
}

.wire-my-ballot-source-303f1h8951 small{
  color:#6f90a9;
  font-size:8.5px;
}

.wire-my-ballot-race-actions-303f1h8951{
  display:flex;
  gap:7px;
}

.wire-my-ballot-empty-303f1h8951{
  padding:48px 24px;
  text-align:center;
}

.wire-my-ballot-empty-303f1h8951 h2{
  margin:0;
  color:#fff;
  font-size:22px;
}

.wire-my-ballot-empty-303f1h8951 p{
  max-width:620px;
  margin:10px auto 0;
  color:#89a8bf;
  font-size:13px;
  line-height:1.55;
}

.wire-my-ballot-skeleton-303f1h8951{
  display:grid;
  gap:12px;
  padding:18px;
}

.wire-my-ballot-skeleton-303f1h8951 span{
  display:block;
  min-height:100px;
  border-radius:12px;
  background:linear-gradient(
    90deg,
    #0d2235 25%,
    #15324a 50%,
    #0d2235 75%
  );
  background-size:200% 100%;
  animation:wireMyBallotPulse303f1h8951 1.2s linear infinite;
}

.wire-my-ballot-skeleton-303f1h8951 span:first-child{
  min-height:190px;
}

@keyframes wireMyBallotPulse303f1h8951{
  from{background-position:200% 0}
  to{background-position:-200% 0}
}

.wire-my-ballot-modal-303f1h8951{
  display:grid;
  position:fixed;
  z-index:2147483647;
  inset:0;
  place-items:center;
  padding:18px;
  background:rgba(0,7,16,.8);
  backdrop-filter:blur(6px);
}

.wire-my-ballot-modal-303f1h8951>section{
  width:min(620px,100%);
  max-height:calc(100vh - 36px);
  overflow:auto;
  border:1px solid rgba(92,164,214,.45);
  border-radius:17px;
  color:#eaf4ff;
  background:#091827;
  box-shadow:0 30px 100px rgba(0,0,0,.68);
}

.wire-my-ballot-modal-303f1h8951 header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid rgba(88,145,188,.28);
}

.wire-my-ballot-modal-303f1h8951 h2{
  margin:0;
  color:#fff;
  font-size:18px;
}

.wire-my-ballot-modal-303f1h8951 header button{
  display:grid;
  width:36px;
  height:36px;
  place-items:center;
  border:1px solid rgba(92,164,214,.4);
  border-radius:50%;
  color:#fff;
  background:#10283e;
  font-size:20px;
  cursor:pointer;
}

.wire-my-ballot-share-preview-303f1h8951{
  display:grid;
  gap:7px;
  margin:15px;
  padding:17px;
  border:1px solid rgba(88,145,188,.3);
  border-radius:12px;
  background:
    radial-gradient(circle at 0 0,rgba(22,139,210,.18),transparent 50%),
    #0d2235;
}

.wire-my-ballot-share-preview-303f1h8951 strong{
  color:#fff;
  font-size:20px;
}

.wire-my-ballot-share-preview-303f1h8951 span{
  color:#8eabc2;
  font-size:11px;
}

.wire-my-ballot-modal-303f1h8951 form{
  display:grid;
  gap:12px;
  padding:0 15px 15px;
}

.wire-my-ballot-modal-303f1h8951 form label{
  display:grid;
  gap:7px;
  color:#b9cfdf;
  font-size:11px;
  font-weight:800;
}

.wire-my-ballot-modal-303f1h8951 textarea{
  min-height:110px;
  resize:vertical;
}

.wire-my-ballot-modal-actions-303f1h8951{
  display:flex;
  justify-content:flex-end;
  gap:8px;
}

.wire-my-ballot-modal-303f1h8951 form p{
  margin:0;
  padding:10px;
  border:1px solid rgba(88,145,188,.28);
  border-radius:9px;
  color:#b9d5e8;
  background:#0d2235;
  font-size:11px;
}

.wire-my-ballot-modal-303f1h8951 form p a{
  color:#68c4ff;
}

.wire-politics-command-center-rail-links-303f1h8950:has(
  [data-wire-my-ballot-shortcut-303f1h8951]
){
  grid-template-columns:repeat(3,minmax(0,1fr));
}

@media(min-width:1181px){
  html.wire-politics-my-ballot-shell-303f1h8951,
  body.wire-politics-my-ballot-shell-303f1h8951{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    margin:0!important;
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }

  body.wire-politics-my-ballot-shell-303f1h8951
  [data-wire-politics-my-ballot-303f1h8951]{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
  }
}

@media(max-width:1500px){
  .wire-my-ballot-location-303f1h8951{
    grid-template-columns:1fr 1fr;
  }

  .wire-my-ballot-location-status-303f1h8951{
    grid-column:1 / -1;
  }

  .wire-my-ballot-candidate-grid-303f1h8951{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:1180px){
  .wire-my-ballot-app-303f1h8951{
    padding-inline:10px;
  }

  .wire-my-ballot-candidate-grid-303f1h8951{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .wire-my-ballot-app-303f1h8951{
    gap:10px;
    padding:8px 8px 22px;
  }

  .wire-my-ballot-hero-303f1h8951,
  .wire-my-ballot-toolbar-303f1h8951,
  .wire-my-ballot-race-303f1h8951>header,
  .wire-my-ballot-race-303f1h8951>footer{
    align-items:stretch;
    flex-direction:column;
  }

  .wire-my-ballot-hero-303f1h8951{
    padding:18px;
  }

  .wire-my-ballot-hero-303f1h8951 h1{
    font-size:31px;
  }

  .wire-my-ballot-hero-actions-303f1h8951,
  .wire-my-ballot-toolbar-actions-303f1h8951,
  .wire-my-ballot-race-actions-303f1h8951{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
  }

  .wire-my-ballot-location-303f1h8951,
  .wire-my-ballot-location-manual-303f1h8951,
  .wire-my-ballot-address-303f1h8951{
    grid-template-columns:1fr;
  }

  .wire-my-ballot-location-status-303f1h8951,
  .wire-my-ballot-address-303f1h8951 small{
    grid-column:auto;
  }

  .wire-my-ballot-summary-303f1h8951{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .wire-my-ballot-summary-303f1h8951>div:last-child{
    grid-column:1 / -1;
  }

  .wire-my-ballot-candidate-grid-303f1h8951{
    grid-template-columns:1fr;
    padding:10px;
  }

  .wire-my-ballot-race-date-303f1h8951{
    min-width:0;
    text-align:left;
  }
}

@media print{
  body *{
    visibility:hidden!important;
  }

  [data-wire-politics-my-ballot-303f1h8951],
  [data-wire-politics-my-ballot-303f1h8951] *{
    visibility:visible!important;
  }

  [data-wire-politics-my-ballot-303f1h8951]{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    color:#000!important;
  }

  .wire-my-ballot-hero-actions-303f1h8951,
  .wire-my-ballot-location-303f1h8951,
  .wire-my-ballot-toolbar-actions-303f1h8951,
  .wire-my-ballot-status-303f1h8951{
    display:none!important;
  }

  .wire-my-ballot-app-303f1h8951,
  .wire-my-ballot-race-303f1h8951,
  .wire-my-ballot-hero-303f1h8951,
  .wire-my-ballot-toolbar-303f1h8951{
    color:#000!important;
    background:#fff!important;
    box-shadow:none!important;
  }

  .wire-my-ballot-race-303f1h8951{
    break-inside:avoid;
  }
}

/* wire-politics-my-ballot-zip-lookup-303f1h8954 */

.wire-politics-command-center-rail-links-303f1h8950
[data-wire-my-ballot-shortcut-303f1h8951]{
  grid-column:1 / -1;
}

.wire-my-ballot-zip-lookup-303f1h8954{
  display:grid;
  gap:8px;
  padding:12px;
  border-top:1px solid rgba(88,145,188,.24);
  border-bottom:1px solid rgba(88,145,188,.24);
  background:rgba(7,24,39,.46);
}

.wire-my-ballot-zip-lookup-303f1h8954>strong{
  color:#fff;
  font-size:12px;
}

.wire-my-ballot-zip-lookup-303f1h8954>form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:7px;
}

.wire-my-ballot-zip-lookup-303f1h8954 input{
  min-width:0;
  height:38px;
  padding:0 10px;
  border:1px solid rgba(91,157,205,.46);
  border-radius:9px;
  box-sizing:border-box;
  color:#fff;
  background:#0b2034;
  font:inherit;
  font-size:12px;
}

.wire-my-ballot-zip-lookup-303f1h8954 button,
.wire-my-ballot-zip-lookup-303f1h8954
.wire-my-ballot-zip-result-303f1h8954>a{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  justify-content:center;
  padding:8px 11px;
  border:1px solid #168bd2;
  border-radius:9px;
  box-sizing:border-box;
  color:#fff;
  background:#168bd2;
  text-decoration:none;
  font:inherit;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}

.wire-my-ballot-zip-lookup-303f1h8954 button:disabled{
  opacity:.62;
  cursor:wait;
}

.wire-my-ballot-zip-lookup-303f1h8954>small,
.wire-my-ballot-zip-result-303f1h8954 small{
  color:#7394ad;
  font-size:9px;
  line-height:1.4;
}

.wire-my-ballot-zip-result-303f1h8954{
  display:grid;
  gap:6px;
  color:#9fc0d8;
  font-size:10px;
  line-height:1.4;
}

.wire-my-ballot-zip-result-303f1h8954:empty{
  display:none;
}

.wire-my-ballot-zip-result-303f1h8954 strong{
  color:#fff;
  font-size:11px;
}

.wire-my-ballot-zip-result-303f1h8954 .error{
  color:#ff6684;
}

.wire-my-ballot-zip-options-303f1h8954{
  display:grid;
  gap:6px;
}

.wire-my-ballot-zip-options-303f1h8954>a{
  display:grid;
  gap:2px;
  padding:8px 9px;
  border:1px solid rgba(91,157,205,.36);
  border-radius:9px;
  color:#ddecf8;
  background:#0c2237;
  text-decoration:none;
}

.wire-my-ballot-zip-options-303f1h8954>a:hover{
  border-color:#168bd2;
  background:#102b45;
}

.wire-my-ballot-zip-options-303f1h8954 b{
  font-size:10px;
}

.wire-my-ballot-zip-options-303f1h8954 small{
  color:#7192aa;
}

@media(max-width:1180px){
  .wire-my-ballot-zip-lookup-303f1h8954>form{
    grid-template-columns:1fr;
  }
}
