#modalHotelRoomPaymentTypeChoose.modal.show .modal-content,

#modalHotelRoomPaymentTypeChoose .modal-content .title,
.verificationModal .modal-content .title{
	font-size: 18px;
	margin: auto;
}
#modalHotelRoomPaymentTypeChoose .modal-header,
.verificationModal .modal-header{
	border-bottom: none;
	font-weight: 600;
	line-height: 28px;
}
#modalRoomPaymentTypeContent{
	display: flex;
	gap:24px;
}
#modalRoomPaymentTypeContent .pay-type-item{
	width: 50%;
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#modalRoomPaymentTypeContent .sub-title{
	font-size: 16px;
	font-weight: 600;
}
#modalRoomPaymentTypeContent .pay-type-body{
	gap: 12px;
	display: flex;
	flex-wrap: wrap;
}
#modalRoomPaymentTypeContent .pay-type-badge{
	font-size: 12px;
	font-weight: 500;
}

#modalRoomPaymentTypeContent .total-amount {
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	float: right;
	display: flex;
	justify-content: flex-end;
	margin:16px 0 16px 0;
}
.modal-body span{
	font-size: inherit;
}
#modalRoomPaymentTypeContent .choose-room-button{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 0;
	border-radius: 6px;
}

.box{
	border-radius: 6px;
	border: 1px #F4F4F4 solid;
	padding:16px;
}
.verificationModal .box, #mPasshiddenPopupArea .box{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:16px;
}

.orderOTPDiv .close {
	display:none;
}
.btn-link {
    font-weight: 400;
    color: #007bff !important;
    text-decoration: none;
    font-size: 14px;
}
.custom-resend {
	width: 328px;
	height: 42.5px;
	border-radius: 5px;
}

#mPasshiddenPopupArea .button-wrapper button{
	width: 100%;
}
.masterpas-icon{
	text-align: center;
	margin-top: 16px;
}
.masterpas-icon img{
	max-width: 112px;
}
@media (max-width:991px) {
	#modalRoomPaymentTypeContent {
		flex-direction: column;
	}

	#modalRoomPaymentTypeContent .pay-type-item {
		width: 100%;
	}

	#modalHotelRoomPaymentTypeChoose .modal-dialog,
	.verificationModal .modal-dialog {
		padding: 15px;
	}


	#modalRoomPaymentTypeContent .header,
	.verificationModal .header{
		padding: 4px;
	}

	#modalHotelRoomPaymentTypeChoose .modal-content .title,
	.verificationModal .modal-content .title{
		font-size: 16px;
	}
}

.phone-info{
	color: #797979;
	font-size: 16px;
	font-weight: 400;
}
#otpPhone{
	font-weight: 700;
}
.counter-wrapper{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	width:215px;
}
#mPasshiddenPopupArea .counter-wrapper{
	width:auto;
}
.verificationCodeBlocks{
	display: flex;
	gap:8px;
	justify-content: center;
}
.verificationCodeBlocks input{
	width: 48px;
	height: 48px;
	border-radius: 4px;
	background: #F4F4F4;
	text-align: center;
	border: none;
	font-size: 16px;
}
.verificationCodeBlocks.mismatchLimitError input{
	color: #DC3545;
	font-size: 20px;
}
.verificationErrors{
	width: fit-content;
	margin-top:16px;
}
.update-button-wrapper{
	display: flex;
	align-items: center;
	color:#383838;
}

.verificationCodeBlocks.error input{
	color: #DC3545;
	font-size: 20px;
}

/*  modal verification order start */

.orderVerification-description {
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.orderVerification-description span {
	font-weight: 700;
	line-height: 16.94px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.alert-otp{
	padding: 5px 10px;
	gap: 10px;
	border-radius: 4px 0 0 0;
	background: #FFF2F3;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#FF0000;
}
.btn-border{
	border: 1px solid #FEC60A;
	color: #383838;
}

.orderSearchAlert span.error {
	display: block;
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 0.8rem;
	color: red;
}

.form-orderSearch  .mat-group.error input[type="tel"] {
	border: 1px solid #FF0000
}

.form-orderSearch  .mat-group.error input[type="text"] {
	border-bottom: 1px solid #FF0000
}

/*  modal verification order end */
@media (max-width:991px) {
	.update-button-wrapper{
		display: block;
	}
}