.ii a[href] {
    color: #3787ff;
}

.event-reggie-public-wrapper {
    max-width: 100%!important;
}

.reggie-input-label.medium {
    font-weight: 600;
    display: block;
    margin-bottom: 0.375rem;
}
.reggie-input {
    background: transparent!important;
    border: 1px solid rgba(0,0,0,0.2)!important;
    width: 100%;
    border-radius: 4px;
}
.reggie-input:hover {
    border: 1px solid rgba(0,0,0,0.5);
}
.reggie-input:focus {
    outline:none!important;;
    border: 1px solid rgba(0,0,0,1)!important;
    box-shadow:none!important;
}
.reggie-field-wrapper {
    margin-bottom: .9rem;
}

.event-reggie-public-container {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size:16px;
}
.event-reggie-public-heading-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.event-reggie-public-photo {
    width: calc(45% - 50px);
    text-align: right;
}
.event-reggie-body-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.event-reggie-public-details-header-title,.event-reggie-public-registration-header-title {
    font-weight: 600;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.event-reggie-public-details-header-content,
.event-reggie-public-registration-header {
    padding: 25px;
}
.event-reggie-public-details-container {
    width: 70%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    background:#fff;
}
.event-reggie-public-heading-container {
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    background:#fff;
}
.event-reggie-public-registration-container {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    width: calc(30% - 20px);
    background:#fff;
}
.event-reggie-public-wrapper {
    background: #f6f6f8;
    padding: 40px;
}
button#event-reggie-public-registration-button,
button#event-reggie-public-cancel-button {
    width:100%;
}
button#event-reggie-public-registration-button {
    margin-bottom: 15px;
}
.event-reggie-public-date i,
.event-reggie-public-location i,
.event-reggie-public-date svg,
.event-reggie-public-location svg {
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #777;
    border-radius: 5px;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
}

.reggie-icon-stlye {
    display: flex;
    align-items: center;
}

.event-reggie-public-details-header-title i, .event-reggie-public-registration-header-title i {
    color: #777;
}
h1.event-reggie-public-title, .event-reggie-public-container h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0.6rem;
    margin-top: 0;
}

.er-modal-header h1 {
    color: white !important;
}
.event-reggie-public-container h1 {
    color: black;
}
.event-reggie-public-heading-wrapper {
    padding: 25px;
    width: 55%;
}
.event-reggie-public-photo img {
    height:100%;
    /* width:auto;
    object-fit: cover; */
    object-fit: contain;
}
.event-reggie-public-container .er-modal-container {
    backdrop-filter: blur(20px);
    background: rgba(0,0,0,0.85);
    position: fixed; /* Stay in place */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    color:white;
    z-index: 1000;
}

.event-reggie-public-container .er-modal-header {
    padding: 0;
    background: transparent;
    border: none;
}
.reggie-input-label.medium.light {
    color:#fff;
}
.event-reggie-public-container .er-modal-content {
    background: transparent;
    padding: 3.5rem 1.25rem 8rem;
    width: 420px;
    margin: auto;
    left:50%;
    overflow:hidden;
    
}
.event-reggie-public-container .reggie-input{
    background: rgba(255,255,255,0.1)!important;
    min-height: 22px;
    padding: 0.5rem 0.7rem;
    color: #fff !important;
}
.event-reggie-public-container .er-modal-body {
    padding: 1rem 0;
    color: #fff;
}
.event-reggie-public-container .er-modal-close {
    position: absolute;
    right: 20px;
    top: 40px;
    background: #737577;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff;
    font-weight: 400;
}

form#event-reggie-public-verification-modal-body input.reggie-input {
    width: calc(19% - 10px);
    margin-right: 10px;
}
.paymentField h3 {
    font-size:16px;
}
#verification_code::-webkit-inner-spin-button,
#verification_code::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input#er_resend_code {
    margin-top:10px;
}

.cancelled-send-code {
    /* Remove default anchor styling */
    text-decoration: none;
    color: inherit;
    cursor: pointer;
  }
  
.cancelled-send-code button {
    /* Remove default button styling */
    border: none;
    background-color: transparent;
    padding: 0;
    font: inherit;
    outline: none;
}

.cancelled-send-code button:hover {
    /* Apply hover effect */
    text-decoration: underline;
}

.remove-underline {
    text-decoration: none;    
}

.cancelled-send-code-p {
    /* Set display to inline */
    display: inline;
}
.reggie-btn-switcher{
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.reggie-btn-switcher .segments {
    display: flex;
}

.segment-btn {
    float: left;
    width: 100px;
    height: 40px;
    position: relative;
    background: rgba(55,135,255,0.13);
    text-align: center;
}
  
  .segment-btn label,
  .segment-btn input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .segment-btn input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    width:100%;
    height:100%;
  }
  
  .segment-btn input[type="radio"]:checked + label {
    background: #3787ff;
    border-radius: 4px;
    color:#fff;
  }
  
  .segment-btn label {
    padding: 5px;
    cursor: pointer;
    z-index: 90;
    padding: 10px;
  }
  .segment-btn label:hover {
    opacity:.9;
  }
  .reggie-btn {
    padding: 12px 20px;
    background: #3787ff;
    box-shadow: none;
    border: 1px solid #3787ff;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
    border-radius: 5px;
    transition:.2s all;
    cursor:pointer;
  }
  #reggie-btn {
    padding: 12px 20px;
    background: #3787ff;
    box-shadow: none;
    border: 1px solid #3787ff;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
    border-radius: 5px;
    transition:.2s all;
    cursor:pointer;
  }
  .reggie-btn.cancel {
    background: #47c97e;
    border:1px solid #47c97e;
  }
  .reggie-btn:hover {
    opacity: .9;
  }
  #reggie-btn:hover {
    opacity: .9;
  }
  .event-reggie-main-header-buttons a:hover {
    opacity: .8;
}
@media screen and (max-width: 980px) {
    .event-reggie-public-details-container,.event-reggie-public-registration-container {
        width:100%;
    }
}
@media screen and (max-width: 767px) {
    .event-reggie-public-photo img {
        width:100%;
        height:auto;
    }
    .event-reggie-public-photo {
        width:100%;
    }
    .event-reggie-public-date .reggie-field-wrapper,
    .event-reggie-public-location .reggie-field-wrapper{
        display: flex;
        align-items:center;
    }
    .event-reggie-public-heading-container {
        flex-direction: column-reverse;
    }
    .event-reggie-public-heading-wrapper {
        width: calc(100% - 50px);
    }
}