@-webkit-keyframes run {
  0% {
    left: 0;
  }
  100% {
    left: 2%;    
  }
}
@keyframes run {
  0% {
    left: 0;
  }
  100% {
    left: 2%;    
  }
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
}
body:after {
  content: "";
  position: fixed;
  top: 0px;
  right: calc(50% - 1000px);
  display: block;
  width: 700px;
  height: 760px;
  z-index: -1;
  background: url(../images/white_x_bg.jpg);
  background-size: cover;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
#root, #loan_application {
  max-width: 1200px;
  margin: 50px auto;
}
.mainWrapper form, #loan_application form {
  display: grid;
  grid-row-gap: 25px;
}
.card {
  background: #cccccc11;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 2px 10px #00000022;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: block!important;
}
.innerCard {
  border-bottom: 2px solid #4a9cdf;
  padding-bottom: 20px;
  padding-top: 20px;
}
.innerCard.noLine {
  border-bottom: none;
}
.mainHeader {
  padding-bottom: 20px;
  font-size: 32px !important;
  margin-bottom: 0px;
  color: #616B72;
  text-align: center;
}
.mainHeader:after{
  content: 'Apply today, it only takes a few minute to complete!';
  font-size: 16px;
  display: block;
  color: #999999;
  padding-top: 5px;
}
h4 {
  color: #4a9cdf;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: bold !important;
}
.MuiFormControlLabel-labelPlacementStart {
  margin-left: 0px !important;
  margin-right: 20px !important;
}
.addBtn {
  background-color: #616B72 !important;
  color: #ffffff !important;
}
.gridContainerGap {
  gap: 20px;
}
.deletePartnerBtn {
  position: absolute;
  right: -0px;
  bottom: -35px;
  background: #4a9cdf;
  color: #ffffff;
  border-radius: 500px;
  padding: 2px;
}
.deletePartnerBtn:hover {
  background: #ffffff;
  color: #4a9cdf;
  border-radius: 500px;
  cursor: pointer;
}
.MuiTypography-body2 {
  padding-top: 5px;
}
.moneyTag {
  position: relative;
}
.moneyTag::before {
  content: '$';
  position: absolute;
  left: -12px;
  top: 6px;
  font-weight: bold;
}
.saveBtn {
  background: transparent!important;
  border: 1px solid #89ba20!important;
  color: #ffffff!important;
  width: 300px;
  padding: 15px!important;
  font-weight: bolder!important;
  color: #666666!important;
}
.submitBtn {
  background: #89ba20!important;
  color: #ffffff!important;
  width: 300px;
  padding: 15px!important;
  font-weight: bolder!important;
}
.inlineSignatureBox{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.inlineSignatureBox canvas{
  position: absolute;
  background:#eeeeee!important;
  border-bottom: 1px solid #444444;
}


.driverLicense{
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-top: 10px;
}
.driverLicense .MuiTypography-root{
  position: absolute;
  top: -15px;
  font-size:12px;
}
.driverLicense .driverLicenseInput {
  overflow: hidden;
}
.driverLicense .driverLicenseInput .fileInput {
  margin-left: -85px;
  font-weight: bold;
  display: grid!important;
  gap: 20px;
  text-transform: capitalize;
  font-size: 12px;
}
.footerAction{
  display: flex;
  gap: 20px;
  padding: 10px;
}
.formProgress{
  text-align: center;
  position: relative;
  background: #ffffffdd;
  border-radius: 10px;
  position: sticky;
  top: 5px;
  z-index: 99;
}
.progressTitle{
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  padding-bottom: 5px;
  display: block;
}
.progressNumber{
  font-size: 14px;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  position: absolute;
  bottom: 2px;
  font-weight: bold;
  padding-right: 15px;
  display: block;
  width: 100%;
}
.MuiLinearProgress-root{
  height: 20px!important;
  border-radius: 20px!important;
}
.MuiLinearProgress-colorPrimary{
  background-color: #cccccc!important;
}
.MuiLinearProgress-barColorPrimary{
  background-color: #4a9cdf!important;
  border-radius: 20px!important;
  overflow: hidden;
}
.MuiLinearProgress-barColorPrimary:before{
  content: '';
  background-image: url("../images/progressBar.svg");
  background-size: cover;
  background-position: center -5px;
  width: 1200px;
  height: 30px;
  display: block;

  position: absolute;
  animation: linear infinite;
  animation-name: run;
  animation-duration: 2s;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 2s;
}
.progressBarTexture{
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .footerAction{
    display: grid;
    gap: 20px;
    padding: 10px;
    justify-content: center;
  }
}

.MuiIconButton-colorSecondary:hover{
  background: rgb(68, 68, 68, 0.2)!important;
}

.MuiRadio-colorSecondary.Mui-checked,
.MuiCheckbox-colorSecondary.Mui-checked,
.MuiFormLabel-root.Mui-focused{
  color: rgb(68, 68, 68)!important;
}

.MuiInput-underline:after{
  border-bottom: rgb(68, 68, 68);
}

.MuiTypography-colorPrimary{
  color: #4a9cdf!important;
}


.booleanError:after{
  padding: 4px;
  border: 1px solid red;
  content: "Required";
  font-size: 12px;
  color: red;
  border-radius: 30px 8px 8px 30px;
  margin-left: 10px;
  background: rgba(255,0,0,0.1);
}
.booleanError svg{
  fill: red!important;
}
.booleanStd .MuiSvgIcon-root{
  fill: #444444!important;
}

.errorSignatureBox{
  position: relative;
overflow: hidden;
width: 100%!important;
height: 200px;
border: 1px solid red;
background: #eeeeee;
}
@media only screen and (max-width: 1200px) {
  .errorSignatureBox{
  width: calc(100vw - 20px)!important;
  }
}

.errorSignatureBox:after{
  padding: 4px;
  border: 1px solid red;
  content: "Required";
  font-size: 12px;
  color: red;
  border-radius: 30px 8px 8px 30px;
  margin-left: 10px;
  background: rgba(255,0,0,0.1);
  position: absolute;
  top: 5px;
  right: 5px;
}

.MuiFormLabel-root.Mui-error:after{
  padding: 4px;
  border: 1px solid red;
  content: "Required";
  font-size: 12px;
  color: red;
  border-radius: 30px 8px 8px 30px;
  margin-left: 10px;
  background: rgba(255,0,0,0.1);
}