/*Modal Right slide start*/
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.widthcls {
	width: 35%;
	display: inline-flex;
	height: 40px;
	border: 1px solid #d4d7e0;
	border-left: none !important;
 }
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	scrollbar-width: none;
}

.modal.right .modal-body {
	padding: 15px 15px 0px 22px;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}
.M_BlurInput{
	font-family:IBMPlexSans-Medium;
	left: 10px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.12px;
	color: #B8C0CC;
}
.M_BlurInputRight{
	font-family:IBMPlexSans-Medium;
	right: 10px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.12px;
	color: #B8C0CC;
}
/*Modal Right slide end*/

.EditModal {
	font-family: 'IBMPlexSans';
	font-style: normal;
 }
 .EditModalContent {
	/* height: 100vh; */
	border-radius: 0;
 }
 .EditModalBody {
	padding: 1rem 1.2rem;
 }
 
 .EditModalTitle {		
	font-family: IBMPlexSans-Medium;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -0.12px;
	color: #10254D;
 }

.EditModalLabel{
	font-family: IBMPlexSans-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #10254D;
}
.EditModalContentLabel{
	width: 100%;
	font-family: IBMPlexSans-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #8A9099;
}
.btnStyle{
	background: #3478F6;
	border-radius: 4px;
}
.menu {
	/* width: 85% !important; */
	width: 100% !important;
	box-shadow: 0 12px 12px rgb(0 0 0 / 18%);
 }
 .dropdownmenu {
	position: absolute;
	/* top: 77%; */
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	color: transparent;
	text-shadow: rgb(0 0 0) 0px 0px 0px;
 }
 .donecontainer {
	padding: 15px;
	text-align: center;
 }
 .navupdatebtn {
	background-color: #508AFF;
	color: #ffffff;
	padding: 5px 20px;
	border-radius: 5px;
	outline: none;
	font-family: IBMPlexSans-Medium;
	letter-spacing: 1px;
	width: 100%;
	font-size: 15px !important;
	text-align: center;
	height: 33px;
	width: 112px !important;
	margin-top: 25px !important;
	margin-bottom: 10px !important;
	cursor: pointer;
 }
 .dropdownarea {
	height: 40px;
	font-size: 13px !important;
	display: flex !important;
	justify-content: space-between !important;
 }
 .location {
	width: 10%;
	margin-top: 10px;
	margin-left: 10px;
 }
 .locationame {
	width: 80%;
	cursor: pointer;
	font-family: IBMPlexSans-Medium;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
 }
 .dropdownicon {
	width: 10%;
	margin-top: 10px;
 }
 .countymenu {
	/* top: 100px !important; */
	font-family: IBMPlexSans-Regular;
	max-height: 200px;
	right: 0;
	font-size: 14px !important;
	width: 88%;
	overflow-y: scroll;
	box-shadow: 0 6px 12px 4px rgb(0 0 0 / 18%);
 }
 .citymenu {
	/* top: 100px !important; */
	font-family: IBMPlexSans-Regular;
	max-height: 200px;
	right: 0;
	font-size: 14px !important;
	width: 88%;
	overflow-y: scroll;
	box-shadow: 0 6px 12px 4px rgb(0 0 0 / 18%);
 }
 .officemenu {
	/* top: 100px !important; */
	font-family: IBMPlexSans-Regular;
	max-height: 200px;
	right: 0;
	font-size: 14px !important;
	width: 88%;
	overflow-y: scroll;
	box-shadow: 0 6px 12px 4px rgb(0 0 0 / 18%);
 }
 .statename {
	width: 100%;
	padding: 11px 20px;
	cursor: pointer;
 }
 .form-control {
	color: #10254d;
 }
 .form-control {
	padding-left: 8px;
	height: 40px;
 }
 .form-control {
	box-shadow: none;
 }
 .LoanDetailslabel {
	color: #2D2F32;
	font-family: Roboto-Regular;
	font-weight: 500;
	font-size: 14px;
 }

 /* Area  */
 .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
 }
.OtherConsiderations {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.14px;
	color: #3478F6;
	cursor: pointer;
	display: inline;
	font-family: IBMPlexSans-Medium;
}
.stateselection {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.14px;
	color: #3478F6;
	cursor: pointer;
	display: inline;
	font-family: IBMPlexSans-Medium;
}
.RuntheNumbers {
	margin: 4px 0;
}

.EstimateTxt {
	font-family: Roboto;	
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: -0.14px;
	color: #5C6066;
}

/* /right side modal */
*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
	background-color: #ffffff;
}

*::-webkit-scrollbar {
	width: 2px;
	background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #CFD8E6;	
}

.RightSideModal {
	font-family: 'IBMPlexSans';	
	font-style: normal;
}


/* .RightSideModal.fade .modal-dialog {
	right: -320px; 
	-webkit-transition: opacity 0.5s linear, right 0.5s ease-out;
	-moz-transition: opacity 0.5s linear, right 0.5s ease-out;
	-o-transition: opacity 0.5s linear, right 0.5s ease-out;
		transition: opacity 0.5s linear, right 0.5s ease-out; 
} */

.RightSideModal.fade.show .modal-dialog {
	right: 0;
}

.RightSideModal > .modal-dialog {
	max-width: 25%;
	margin: 0 0 0 auto !important;
}

.RightSideModalContent {	
	height: 100vh;
	border-radius: 0;
}

.fullScrollContent {
	height: fit-content;
}
.consumerleftInfo{
    font-family: IBMPlexSans-Bold;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.247059px;
    color: #10254D;

}
.consumerrightInfo{
	font-family: IBMPlexSans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.24px;
	color: #10254D;
}


.RightSideModalBody {
	padding: 1rem 1.2rem;
}

.RightModalModalHeader {
	border-bottom: none;
	padding: 0px 0 10px;
}
.form-control {
	/* border:none;
	border-top: none;
	box-shadow: none; */
}
.dropdown-menu .inner{
text-align:left;
}

textarea:focus, input:focus, .form-control:focus{
	outline: none;
	box-shadow: none;
	
	
 }
.RightModalTitle {			
	font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.24px;
    color: #10254D;
    font-family: IBMPlexSans-Medium;
}
.OtherContent{
	font-family: IBMPlexSans-Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.14px;
    color: #5C6066;
}
.RightModalClose, .RightModalClose:hover, .RightModalClose:focus{
	opacity: 1;	
	margin-top: 2px !important;
	outline: none;
}
.RightModalSubTitle {
    font-family: IBMPlexSans-Medium;
    color: #10254D;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.282353px;
    color: #10254D;
}
.SaveHouse_row{
	font-family: IBMPlexSans-Medium;

}

.RightModalModalHeader > .RightModalClose {
	margin: 0px;
	padding: 0px;
	background: #E6F0FF;
	border-radius: 4px;
	width: 24px;
	height: 24px;
}

.RightModalModalHeader > .RightModalClose:focus, .RightModalModalHeader > .RightModalClose > span:focus {
	outline: none;
}

.RightModalModalHeader > .RightModalClose > span {
	color: #10254D;
}

.formGroup > label {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;	
	letter-spacing: -0.12px;	
	color: #2D2F32;
	margin-bottom: 5px;
	font-family: IBMPlexSans-Regular;
}

.RightFormControl, .RightFormControl:hover, .RightFormControl:focus {	
	font-family: IBMPlexSans-Medium;
  	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.12px;
	color: #10254D;
    height: 40px;
	border: 1px solid #CFD8E6!important;
	border-radius: 4px;
	
}

.inputGroupText {		
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.12px;
	border: 1px solid #CFD8E6;
    	border-radius: 4px;
	color: #B8C0CC;
	background-color: #ffffff;
}


.calendarIcon {
	color: #000000;
}

.inputGroupTextRightSideDollar {
	color: #3478F6;
}

.inputGroupTextActive, .inputGroupTextActive:focus, .inputGroupTextActive:active, .inputGroupTextActive:hover {
	background: #3478F6 !important;
	border: 1px solid #3478F6;
	color: #ffffff;
	outline: none;
}

.inputBorderLeftNone,.inputBorderLeftNone:focus, .inputBorderLeftNone:hover {
	border-left: none !important;
	outline: none;
	height: 40px;
	box-shadow: none;
} 
.down_paymentButton,.down_paymentButton:focus, .down_paymentButton:hover,.down_paymentButton:active{
	height: 40px;
	outline: none !important;
	background-color: #FFFFFF;
	border: 1px solid #CFD8E6;
}
.city_tax_Button,.city_tax_Button:focus, .city_tax_Button:hover,.city_tax_Button:active{
	height: 40px;
	outline: none !important;
	background-color: #FFFFFF;
	border: 1px solid #CFD8E6;
}

.dollar_Button,.dollar_Button:focus, .dollar_Button:hover,.dollar_Button:active{
	background-color: #FFFFFF;
	border: 1px solid #CFD8E6;
	height: 40px;
	outline: none !important;
}

.inputBorderRightNone, .inputBorderRightNone:focus, .inputBorderRightNone:hover {
	border-right: none !important;
	outline: none;
	height: 40px;
	box-shadow: none;
}

.inputBorderLeftRightNone {
	border-left: none;
	border-right: none;
}
.UpImg{
	max-height: 10px;
	max-width: 10px;

}
.valuePadding{
	border: 1px solid #ccc;
	border-radius: 4px;
	display: inline-flex;
	margin-top: -2px;
}
.valuePadding input, .valuepadding_div input:focus, .valuepadding_div input:active, .valuepadding_div input:hover {
	border: none !important;
    padding: 0px 0 0 12px;
    outline: none;
  }
.valuepadding_div, .valuepadding_div:focus, .valuepadding_div:active, .valuepadding_div:hover{
	outline: none;
	padding: 12px 11px 0 0;
    font-family: IBMPlexSans-Medium;
    /* font-weight: 600; */
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.12px;
    border: none;
    color: #10254D !important;
}
.btn-default, .btn-default:focus, .btn-default:active, .btn-default:hover{
	background: #ffffff;
}
.ResetBtn, .ResetBtn:focus, .ResetBtn:active, .ResetBtn:hover{
	color:#3478F6;
}
.Reset_pass{
	margin-top: 10px;
	font-family: IBMPlexSans-Medium;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.14px;
	color: #3478F6;
	margin-top: 15px;
}
.pro_m_BtnCls,.pro_m_BtnCls:hover,.pro_m_BtnCls:focus{
	background: #3478F6;
	border-radius: 4px;
	height: 40px;
	font-family: IBMPlexSans-Medium;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: -0.14px;
	color: #FFFFFF;
}
.input_blue, .input_blue:hover, .input_blue:focus {
	border-left: none;
}
#c_pro_reset_CPa, #c_pro_reset_CPa:focus, #c_pro_reset_CPa:hover,#c_pro_reset_NP, #c_pro_reset_NP:focus, #c_pro_reset_NP:hover{
	border-right: none;
}
.PopupBtn, .PopupBtn:focus, .PopupBtn:active, .PopupBtn:hover {	
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: -0.14px;
	background: #3478F6 !important;	
	border-color: #3478F6 !important;
	border-radius: 4px;
	color: #FFFFFF;
}
 .CancelBtnCls, .CancelBtnCls:focus, .CancelBtnCls:active, .CancelBtnCls:hover{
	font-family: IBMPlexSans-Medium;
	font-style: normal;
	background: #FFFFFF;
	color: #5C6066;
	border: 1px solid #B8C0CC;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: -0.14px;
}
.RunNumberSumbit{
	width: 50%;
}
.ShowModelHeader{
	top: -1px;
}
.ResetFullWidth{
	width: 40%;
	margin-bottom: 0;
}
#SaveHouseDetails{
	width: 50%;
}


/* Extra small devices (phones, 600px and down) */
@media (max-width: 575.98px) {
	.RightSideModal > .modal-dialog {
		max-width: 75%;
		margin: 0 0 0 auto !important;
	}
	.modal.right .modal-dialog {
		width: 101%;
	}
	.RightSideModalContent{
		border :0px;
	 }
	.modal-backdrop.in {
		filter: alpha(opacity=50);
		opacity: -0.5;
	 }
	 .ResetFullWidthupdate{
		 width: 100%!important;
	 }
	 .logoutclass{
		text-align: center;
	 }
	/*  #MonthlyPaymentForm{
		top: 60px !important;
	 }
	 #GlossoryDetailsModal{
		top: 60px !important;
	 }
	 #SaveHouseDetailsModal{
		top: 60px !important;
	 } */
	.RunNumberSumbit,.RunNumberSumbit:focus, .RunNumberSumbit:active, .RunNumberSumbit:hover{
		width: 100%;
		/* margin: 25px 0px 15px 0; */
		background: #3478F6;
		font-size: 14px;
		/* font-size: 1.18vw; */
		line-height: 18px;
		/* line-height: 1.95vw; */
		text-align: center;
		letter-spacing: -0.14px;
		color: #ffffff;
		/* margin: 0px 0px 15px 0; */
		border: none;
		outline-offset: 0;
		margin-top: 60px;
		margin-bottom: 0px;

		
	}
	.modal.right .modal-body {
		padding: 0px 15px 80px 22px;
	}
	.RightModalModalHeader {
		padding: 13px 0 10px 0px;
	}
	.ResetFullWidth{
		width: 100%;
		margin-bottom: 10px;
	}
	/* .RightModalTitle{
		margin-bottom: 15px;
	} */
	#SaveHouseDetails{
		width: 100%;
	}
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
	.RightSideModal > .modal-dialog {
		max-width: 75%;
		margin: 0 0 0 auto !important;
	}
	.modal-backdrop.in {
		filter: alpha(opacity=50);
		opacity: -0.5;
	 }
	/*  #MonthlyPaymentForm{
		top: 60px !important;
	 }
	 #GlossoryDetailsModal{
		top: 60px !important;
	 }
	 #SaveHouseDetailsModal{
		top: 60px !important;
	 } */
	 .RightSideModalContent{
		border :0px;
	 }
	.modal.right .modal-dialog {
		width: 101%;
	}
	.ResetFullWidth{
		width: 100%;
		margin-bottom: 10px;
	}
	/* .RightModalTitle{
		margin-bottom: 15px;
	} */
	#SaveHouseDetails{
		width: 100%;
	}
	.RunNumberSumbit,.RunNumberSumbit:focus, .RunNumberSumbit:active, .RunNumberSumbit:hover{
		width: 100%;
		/* margin: 25px 0px 15px 0; */
		background: #3478F6;
		font-size: 14px;
		/* font-size: 1.18vw; */
		line-height: 18px;
		/* line-height: 1.95vw; */
		text-align: center;
		letter-spacing: -0.14px;
		color: #ffffff;
		border: none;
		outline-offset: 0;
		margin-top: 60px;
		margin-bottom: 0px;


	}

	.ResetFullWidthupdate{
		width: 100%!important;
	}
	.logoutclass{
		text-align: center;
	 }

	 .modal.right .modal-body {
		padding: 0px 15px 80px 22px;
	}

}
