.competition-card {
    background: rgba(38, 94, 155, 1);
    box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 72px 98px;
    width: 706px;
    margin: -150px auto 40px;
    text-align: center;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.ui-widget-header {
    border: none;
    background: none;
    color: #333333;
    font-weight: bold;
}
.ui-dialog .ui-dialog-title {
    display: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    margin-top: 10px;

}
input.otp-box {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    outline: none;
    padding: 0;
}
.otp-box-wrapper {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 18px 0 22px;
}
/* On focus */
.otp-box:focus {
  border-color: #6bb7e9;
  box-shadow: 0 0 0 2px rgba(107, 183, 233, 0.25);
}

/* Hide number arrows (just in case) */
.otp-box::-webkit-outer-spin-button,
.otp-box::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



/* Disabled look (optional) */
.otp-box:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}
.otp-action-wrapper {
  text-align: center;
  margin-top: 22px;
}

a.otp-resend-link {
    display: block;
    margin-top: 14px;
    font-size: 12px;
    color: #b5b5b5;
    text-decoration: none;
    cursor: pointer;
}
a.otp-verify-btn:hover {
    background-color: #5aaedc;
    color: #ffffff;
}
a.otp-verify-btn {
    display: inline-block;
    min-width: 180px;
    padding: 10px 0;
    background-color: #6bb7e9;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
    font-weight: bold;
}
.otp-action-wrapper{
  text-align: center;
    margin-top: 22px;
}
.Otp_form p {
    text-align: center;
    font-size: 16px;
}
.verify_optin {
  position: relative;
  text-align: center;
  padding: 10px 10px;
  max-width: 500px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.verify_close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.verify_icon img {
  width: 90px;
  margin-bottom: 15px;
}

.verify_optin h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.verify_optin a.custom_mod {
  border: 1px solid rgba(113,196,236,1);
  padding: 10px 20px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  color: rgba(113,196,236,1);
}
.verify_optin a.custom_mod+a {
  background: rgba(113, 196, 236, 1);
  color: #fff;
}
.verify_optin p {
  font-size: 18px;
  color: #777;
  margin-bottom: 12px;
  line-height: 120%;
}

.verify_buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.verify_buttons a {
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  min-width: 150px;
  text-align: center;
}

.btn-outline {
  border: 1px solid #3da6ff;
  color: #3da6ff;
  background: #fff;
}

.btn-outline:hover {
  background: #edf6ff;
}

.btn-primary {
  background: #3da6ff;
  color: #fff;
  border: 1px solid #3da6ff;
}

.btn-primary:hover {
  background: #1f93f2;
}
.verify_buttons a.btn-outline.use-ajax {
    border: 1px solid #71C4EC;
    padding: 10px;
    text-decoration: none;
    font-family: Proxima Nova;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: right;
    color: #71C4EC;
}
.verify_buttons {
    gap: 20px;
    display: flex;
}
