/* index */
.input-pps-email-desc{
    text-align:center;
    font-size: 22px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.5;


}
.input-interval{
    margin-top: 1.5rem;
}
.button-interval{
    margin-top: 3.5rem;
}

.body-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 确保容器至少占据一屏高度 */
}
/* 应用于主要内容区域，让它灵活填充剩余空间 */
.fill-up-content {
  flex: 1; /* 或 flex-grow: 1; 这使得内容区域占据所有可用空间 */
  overflow-y: auto;
}
.confirm-btn {
    background-color: #f68a33;
    width: 200px;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease; /* 添加过渡效果 */
    text-decoration: none;
}
.confirm-btn:hover {
    background-color: #c46e29; /* 深色背景，根据你的设计调整 */
    color: white; /* 文字颜色，保证在深背景下可见 */
    /* 如果需要，也可以调整边框颜色等其他样式 */
}

.warning-container {
    text-align: left;
    font-size:13px;
    padding:5px 0px 5px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.625;
}

.warning-ul {
    list-style: none;
    margin:0 0 0 0;
}
.warning-ul {
    list-style: none;
    margin:0 0 0 0;
}
.customer-info-content {
    text-align: left;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin: 5px;
}
.account-content{
    font-weight: 800;
    font-size: 15px;
    color:#333;
}
.redemption-box{
    margin-bottom:1%;
    text-align: left;
    /*--bs-card-border-color:#f26f21;*/
}
.redemption-box:hover {
	background-color: #F0F0F0;
	text-decoration: none;
}



.redemption-detail-info{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.425;
    color: #333;
}
.custom-footer{
    background-color: #003d6a;
    color:white;
    font-size:13px;
    padding-bottom: 0rem !important;
}
.check-location-btn{
    cursor:pointer;
}

.btn-check-location:hover {
	color: orange;
	text-decoration: none;
}

.btn-check-location {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border-radius: 20px;
	background-color: #015289;
	color: white;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-check-location-box{
      display: flex;
      justify-content: center;
      align-items: center;
}

.btn-back {
    width:100%;
    color: #f68a33;
}

.btn-back:hover {
    color: white;
    background-color: #f68a33; /* 悬停时的背景颜色 */
}

.error-box{
    margin-top:5%;
    margin-bottom: 0;
}
#only-one-input-error{
    display:none;
}
#empty-input-error{
    display:none;
}
.reminder-info-content{
    display: block;
    text-align:left;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.625;
    color: #f68a33;
    padding: 0 5px;
}

.btn-address-active{
    background: #f68a33;
    color: #fff;
}

.btn-address-normal{
    margin: 5px;
    font-size: 13px;
    border: black 2px solid;
    border-radius: 5px;
    padding: 0px 5px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}