.mainContainer{
  font-family: Open Sans;
  width: 50vw;
  padding: 40px 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 14px;
  margin-left: 35px;
}

.containerHeading{
  font-family:Open Sans;
  color: #232323;
  letter: normal;
  margin-bottom: 20px;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;

}

.containerHeadingSubtext{
  color: #333333;
  opacity: 90%;
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  font-family:Open Sans;
}

.formContainer{
 width: 65%;
}

.dropDownComponentWrapper{
margin: 20px auto;
}

.inputLabel{
  display: flex;
  font-family:Open Sans;
  margin-bottom: 3px !important;
  font-weight: 700;
  letter-spacing:0px;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: #232323;
}

.dropdownContainer{
  position: relative;
  margin: 0 auto;
}

#commonDropdown{
  width: 100%;
  height: 48px !important;
  padding: 7px 25px 5px 8px !important;
  border: 1px solid silver;
  border-radius: 5px;

  font-size: 14px;
  letter-spacing: 0.25px;
  background-color: white;
  color: #333333 !important;
  opacity:80%;
  position: relative;
 
 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 background: url(../images/br_down.png) no-repeat right #fff;
  background-size:25px 25px;
  background-position-x: 96%;
  background-position-y: 10px;
}
  
#commonDropdown:focus{
border: 1px solid silver;
    height: auto; 
    top: 5px;
    font-size: 12px;
    color: #333333;
}

.inputTypeField{
  width: calc(100%);
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid silver;
  border-radius: 5px;
  font-size: 16px;
  height: 48px;
 }
 
.inputSubText{
  font-size: 12px;
  margin-top: -15px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #333333;
 }
 
.nextButton{
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  font-size: 14.65px;
  font-weight:600 !important;
  cursor: pointer;
  outline: none;
  margin-top: 10px;
  background-color: #244759;
  color: white;
  letter-spacing:0.8px;
  margin-right: 15% !important;
  	height: 50px;
	width: 187px;
}

.cancelButton{
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  margin-top: 10px;
  background-color: #dc354600;
  color: #34657F;

  .svg-inline--fa {
    margin-right: 10px;
    margin-left: -25px;
  }
  height: 48px;
    margin-left: -25px;
}

.formFooterButton{
  display: flex;
  justify-content: flex-start;
   margin: 10px 0px;
}

.customerSummaryContainer{
	margin-bottom: 16px;
}

.customerSummaryData{
	  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.customerSummaryDataLabel{
	  color: #232323;
  width: calc(50%);
  margin: 0.5em 0em;
  margin-right: 50px !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: Open Sans;
}

.customerSummaryDataText{
	  color: #333333;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0px;  
  margin-left: -50px;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 24px;
}

.back{
	border: 2px solid !important;
	border-radius: 6px !important;
	font-size: 14px;
	height: 50px;
	width: 187px;
}

.productButtons {
  margin-top: -10px;
  margin-bottom: 15px !important;
}

.btn-addmore {
  color: #34657F !important;
  display: flex !important;
  align-items: center !important;
  margin-top: 15px !important;
  margin-left: -5px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  cursor: pointer;
  outline: none;
  font-family: "Open Sans";

}

.btn-remove {
  font-family: "Open Sans";
  color: #34657F !important;
  display: flex !important;
  align-items: center !important;
  margin-top: 15px !important;
  margin-left: -5px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  cursor: pointer;
  outline: none;
}

.ciCirclePlus,.ciCircleRemove{
  margin-left:-15px;
  margin-right:5px;
  color:#34657F !important;
  font-size:16px;
  height:20px;
  width:20px;
  font-weight:900 !important;
  font-family:Open Sans;
}

.divider{
  background-color: #dddddd;
  height: 2px;
  margin: 20px 0;
}

.inputCheckboxLabel{
  display: flex;
  font-family: Open Sans;
  margin-bottom: 3px !important;
  font-weight: normal;
  letter-spacing:0px;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #454545;
}

.inputCheckbox{
  height : 24px;
  width : 24px;
  padding: 10px;
  border: 1px solid silver;
  border-radius: 4px;
  font-size: 16px;
  margin: 10px;
  align-content: center;
  cursor: pointer;
}

.inputSelectField{
  width: calc(100%);
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid silver;
  border-radius: 4px;
  font-size: x-small !important;
}
.inputCheckbox.checked{
	background-color: #06f;
padding:0px 8px 0px 8px;
background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.fundingParamsTableContainer{
  width: 150%;
  margin-bottom: 20px;
  margin-top: 15px;
}

.fundingParamsDescription{
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
}

.fundingParamsTable{
	width: 100%;
  padding-left:5px !important;
  border-collapse: collapse;
  overflow-x: overlay;
  display: block;
  color: #333333 !important;
  margin-left: -29px !important;

}

.financingTermsDescription{
  margin-bottom: 24px;
  margin-top: 24px;
  color: #333333;
  font-family: Open Sans;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.containerSubHeading{
  margin: 0px 0px 12px 0px ;
  font-size: 20px;
  font-weight: bold;
  font-family: Open Sans;
  line-height: 28px;
  color: #232323;
}

.promoTitle{
color: #232323;
margin-bottom: 24px;
font-size: 16px;
font-weight: bold;
font-family: Open Sans;
letter-spacing: 0;
line-height: 24px;
}

.catergortyPromoDescription{
  margin-bottom: 24px;
  color: #333333;
  font-family: Open Sans;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
}

.monthPayoff{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	align-self: normal;
	line-height: 24px;
	padding-left: 0px;
	margin-top: 5px;
	color: rgb(51, 51, 51);
	font-family: "Open Sans";
	letter-spacing: 0px;
	width: 150px;
}

.accordianPayOffColumnSecond{
    display: inline-block;	
  font-size: 12px;
    width: 218px !important;
    align-self: normal;
    line-height: 20px;
    padding-left: 0px;
    margin-top: 5px;
	    margin-left: 38px;
    color: rgb(51, 51, 51);
    font-family: "Open Sans";
    letter-spacing: 0px;
}

.accordianColumnThirdButton{
	display:inline-block;
    padding: 16px 20px;
    background-color: rgb(36, 71, 89);
    color: rgb(255, 255, 255);
    font-size: 14px;
    cursor: pointer;
    align-self: flex-start;
    height: 55px;
    border: 1px solid rgb(36, 71, 89);
    border-radius: 4px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: center;
	margin-left: 27px;
}

.accordianPayOffColumnThird{
    display: inline-block;	
  font-size: 12px;
    width: 218px !important;
    align-self: normal;
    line-height: 20px;
    padding-left: 0px;
    margin-top: 5px;
    color: rgb(51, 51, 51);
    font-family: "Open Sans";
    letter-spacing: 0px;
}

.accordianColumnFourthButton{
	display:inline-block;
    padding: 16px 20px;
    background-color: rgb(36, 71, 89);
    color: rgb(255, 255, 255);
    font-size: 14px;
    cursor: pointer;
    align-self: flex-start;
    height: 55px;
    border: 1px solid rgb(36, 71, 89);
    border-radius: 4px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: center;
}
	
.monthPayoffColunSecond{
		display: inline-block;
	font-size: 16px;
	font-weight: 600;
	align-self: normal;
	line-height: 24px;
	padding-left: 0px;
	margin-top: 5px;
	color: rgb(51, 51, 51);
	font-family: "Open Sans";
	letter-spacing: 0px;
	width: 150px;
	margin-left:23px;
}

.aprPercent{
	display:inline-block;
	width: min-content;
    font-size: 14px;
    align-self: normal;
    line-height: 20px;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgb(51, 51, 51);
    font-family: "Open Sans";
}

.promoTitleNum{
	margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans";
    color: rgb(51, 51, 51);
    margin-top: 0px;
}

.promoTitleInfo{
    color: rgb(51, 51, 51);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans";
}

.promoFullDesc{
    font-size: 12px;
    margin-bottom: 20px;
    text-align: justify;
    font-family: "Open Sans";
    letter-spacing: 0px;
    line-height: 20px;
}

.closePromoThirdColumn{
display:inline-block;
    padding: 16px 20px;
    background-color: transparent;
    color: #34657F;
    font-size: 14px;
    cursor: pointer;
    align-self: flex-start;
    height: 55px;
    border: 2px solid #34657F;
    border-radius: 4px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
	margin-left: 16px;
}

.closePromoFourthColumn{
	display:inline-block;
    padding: 16px 20px;
    background-color: transparent;
    color: #34657F;
    font-size: 14px;
    cursor: pointer;
    align-self: flex-start;
    height: 55px;
    border: 2px solid #34657F;
    border-radius: 4px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
	margin-left: -11px;
}

.selectPromoBtn{
background-color: rgb(36, 71, 89);
    color: rgb(255, 255, 255);
    padding: 17px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    text-align: center;
    height: 55px;
    width: 213px;
}

.summaryTitle{
color: rgb(51, 51, 51);
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 28px;
    padding-bottom: 8px;
}

.reviewSummaryLabel{
color: rgb(35, 35, 35);
    width: calc(40%);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0em;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: "Open Sans";
    margin-right: 50px !important;
}

.reviewSummaryDataText{
    color: rgb(51, 51, 51);
    font-size: 16px;
    letter-spacing: 0px;
    margin: initial;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: normal !important;
}

.makeChangesLink{
background: rgba(240, 240, 240, 0);
    border: none;
    padding-bottom: 13px;
    cursor: pointer;
    font-size: 18px;
    color: rgb(52, 101, 127);
    display: block;
    font-weight: normal;
    align-self: self-start;
    font-family: "Synchrony Sans";
    margin-bottom: 20px;
}

.reviewAmtText{
    margin: 0px;
    color: rgb(51, 51, 51);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-family: "Synchrony Sans";
}

.reviewSummaryAmtData{
    display: flex;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 13px;
    justify-content: space-between;
    padding-right: 20%;
}

.subitAuth{
	font-family: "open Sans";
padding: 15px 30px;
    border: none;
    border-radius: 6px;
    font-size: 14.65px;
    cursor: pointer;
    outline: none;
    margin-top: 10px;
    background-color: rgb(36, 71, 89);
    color: white;
    letter-spacing: 0.8px;
    font-weight: 600 !important;
    margin-right: 5% !important;
}

.authorizationStatusBox{
display: flex;
    align-items: center;
    padding: 10px;
    height: 59px;
    border: 1px solid green;
    border-radius: 10px;
    background-color: rgb(231, 246, 227);
    color: rgb(43, 92, 29);
}

.authorizationStatusBoxDeclined{
display: flex;
    align-items: center;
    padding: 10px;
    height: 59px;
    border-radius: 10px;
    background-color: #FFFAEB;
	color: #5f5f5f;
	border: 1px solid #CAA416;;
}

.authorizationStatusApprText{
    font-family: "Open Sans";
    color: rgb(35, 35, 35);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0px 0px 0px 9px;
}

.authorizationFormContainer{
display: flex;
flex-direction: column;
}

.authorizationFormTitle{
font-weight: 700;
  font-family: "Open Sans";
  margin-top: 20px;
  margin-bottom: 20px;
  line-height:28px;
  letter-spacing: normal;
  font-size: 20px;
  color: #333333 !important;
}

.authorizationFormSubTitle{
  font-family: "Open Sans";
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height:24px;
  letter-spacing: 0px;
  color: #333333 !important;
}

.authorizationContainerDOB{
  margin-top:20px;
  margin-bottom:30px;
}

.textStrong {
  font-family: "Open Sans";
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: bold;
  letter-spacing: 0px !important;
  margin-top: -15px;
  color: #232323 !important;
}


.authorizationDobInputContainer{
  width:100%;
  display: flex;
  justify-content: flex-start !important;
  margin: 10px 0;
  flex-direction: row !important;
  align-items: center;
  flex-wrap: nowrap;
  }
  
.accordianContainer{

@media (min-width: 768px) and (max-width: 1023px) {
  width: 100% !important;
}
@media (max-width: 500px) {
  width: 100%
}
}
  
.singleItemSelectPickerComponent{
  width: 110px;
  height: 48px;
  padding: 10px;
  border: 1px solid #a5a5a5;
  border-radius: 6px;
  margin-right: 15px !important;
  color: #333333 !important;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url(../images/br_down.png) no-repeat right #fff;
  -webkit-appearance: none;
  background-size:25px 25px;
  background-position-x: 96%;
  background-position-y: 7px;
}

.mailLables{  
  display: flex;
  font-family: "Open Sans";
  margin-bottom: 3px !important;
  font-weight: 700;
  letter-spacing:0px;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: #232323;
}

.summaryContainerSection{
  display: flex;
  margin-bottom: 16px;
  flex-direction: column;
  background-color: #ffffff;
  line-height: 24px;
  border-radius: 5px;
}

.summarySectionDataText{
  margin: 0;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "Open Sans";
}

.authorizationStatusBoxFortivaDecline{
  display: flex;
  align-items: center;
  padding: 10px;
  height: 80px;
  border: 1px solid #9E2A20;
  border-radius: 10px;
  background-color: #FCF4F3;
  color: #9E2A20;
}


.modalOverlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-Content: center;
}

.modalMainContainer{
    background-color: white;
    padding: 18px;
    border-radius: 8px;
    position: relative;
    max-width: 480px;
    height: 256px;
}

.modalTitle{
   text-align: center;
   font-family: "Open Sans";
   color: #232323;
   font-size: 24px;
   font-weight: 700;
   margin: 3px;
   padding: 0;
}

.modalContent{
 text-align: center;
 font-family:"Open Sans";
 color: #232323;
 margin: 0;
 padding: 0;
 margin-top: 20px;
}

.modalCrossCloseBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 32px !important;
  height: 32px;
  color: #232323;
}