#otpModal .secondary-header {
    color:#774ba6;
    font-size: medium;
}

#otpModal .tertiary-header {
  font-size: medium;
  font-weight: bold;
}

#otpModal .otp-input {
  width: 36px;
  height: 60px !important;
  margin: 10px;
  border-radius: 10px !important;
  padding-left: 10px !important;
  padding-right: 0 !important;
  font-size: 30px !important;
  outline: 1px black solid;
}

#otpModal .btn-primary.otp-button {
  width: 340px;
  align-self: center;
  border: none;
  background: var(--btn-primary-bg);
  color: var(--btn-secondary-color);
  border-radius: 28px;
  font-size: 16px;
}

#otpModal .btn-primary.otp-button:focus {
  background: var(--btn-primary-bg);
}

#otpModal .btn-primary.otp-button:hover {
  background-color: var(--btn-primary-hover-bg);
}

#otpModal .btn-secondary.otp-button {
  background-color: white;
  border: none !important;
  outline: none !important;
  font-weight: bold;
}

#otpModal .btn-secondary:disabled {
  color: #666666;
 }

#otpModal .btn-secondary:enabled {
   color: #7A00E6;
}

#otpModal .close:focus {
  outline: none;
}

#otpModal #new-otp-confirmation{
    color: green;
    font-size: 13px;
}

#otpModal .error {
  color: #ca0000;
  font-size: 13px;
}



#profileConfirmModal .profile-modal-container{
	padding:30px;
	background-color:white;
}

#profileConfirmModal .profile-summary{
    padding:10px 20px;
	background-color:#f5f5f5ff;
}



.container-mobile h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.container-mobile .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
}
/*
.container-mobile .form-group {
    display: flex;
    flex-direction: column;
}

.container-mobile .form-group label {
    margin-bottom: 8px;
    font-weight: normal;
    color: #333;
}

.container-mobile .area-code {
    width: 150px;
}

.container-mobile .phone-number {
    flex-grow: 1;
}
*/
.container-mobile .form-control {
    width: 100% !important;
    height: 44px !important;
}

.container-mobile .form-control::placeholder {
    color: #999;
    letter-spacing: 2px;
}

.container-mobile .verify-button {
    background-color: #90EE90;
    color: #333;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.container-mobile .verify-button:hover {
    background-color: #7CCD7C;
}

.container-mobile .info-text {
    color: #666;
    margin-bottom: 10px;
}

.container-mobile .links a {
    color: #000;
    text-decoration: underline;
    margin-right: 15px;
    background-image: none;
}

.container-mobile .progress-bar {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.container-mobile .progress-dot {
    width: 20px;
    height: 20px;
    background-color: #8A2BE2;
    border-radius: 50%;
}

.container-mobile .progress-line {
    flex-grow: 1;
    height: 2px;
    background-color: #8A2BE2;
    margin-right: 10px;
}

.container-mobile .progress-text {
    color: #666;
    margin-left: 10px;
}

.container-mobile .update-alt-mobile {
    max-width: 180px !important;
}

.container-mobile .security-banner {
  display: flex;
  align-items: center;
  background-color: #faf0ff;
  padding: 10px 20px;
  margin: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.container-mobile .security-banner label{
  margin: 0;
  color: #946dbf;
  margin: 0;
  font-size: 11px;
  font-weight: 500;
}

.container-mobile .security-banner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #946dbf;
  color: #946dbf;
  font-weight: bold;
  margin-right: 16px;
  flex-shrink: 0;
}

.container-mobile .security-banner .message {
  color: #946dbf;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .container-mobile .security-banner {
    padding: 12px 16px;
  }

  .container-mobile .security-banner .icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }

  .container-mobile .security-banner .message {
    font-size: 16px;
  }
}

.container-mobile .mobile_tandc {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
}

.container-mobile .verified {
  position: relative;
  border: 1px solid #62d488;
  padding: 4px 8px 4px 25px;
  border-radius: 20px;
  background-color: #62d488;
  color: white;
  margin-left: 15px;
}

.container-mobile .circle {
  position: absolute;
  background: white;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 5px;
  bottom: 5px;
}

.container-mobile .checkmark {
  position: absolute;
  transform: rotate(45deg) translate(-50%, -50%);
  left: 29%;
  top: 48%;
  height: 8px;
  width: 4px;
  border-bottom: 2px solid #62d488;
  border-right: 2px solid #62d488;
}


        #otpMethods .contact-container {
            max-width: 500px;
        }
        #otpMethods .contact-option {
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            cursor: pointer;
            padding: 10px;
        }
        #otpMethods .circle {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 2px solid #ccc;
            margin-right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        #otpMethods .circle-inner {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background-color: transparent;
        }
        #otpMethods .selected .circle-inner {
            background-color: #946dbf;
        }
        #otpMethods .contact-label {
            font-size: 18px;
            color: #333;
            margin-right: 10px;
            font-weight: 500;
        }
        #otpMethods .contact-value {
            font-size: 18px;
            color: #333;
        }

.remove-link {
    padding: 10px 40px !important;
    width: 168px !important;
    background: url(../images/icons/edit.png) no-repeat 3px -2px;
    background-size: 43%;
}