:root {
  --margin-left: 14px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#banner,
#banner * {
  box-sizing: content-box !important;
}
#banner {
  pointer-events: all;
}
#banner {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  /*  overflow: hidden; */
  -webkit-backface-visibility: hidden;
  width: 300px;
  height: 250px;
  background-color: #fff;
  top: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
#unclick {
  position: absolute;
  width: 60px;
  height: 40px;
  z-index: 800;
}
#title {
  position: absolute;
  width: 300px;
  height: 21px;
  left: 300px;
  top: 17px;
  font-size: 17.5px;
  color: #101f30;
  text-align: center;
  font-weight: 800;
  padding-left: 16px;
  z-index: 3;
  font-weight: 800;
}
#line {
  position: absolute;
  width: 276px;
  height: 1px;
  background-color: #08c177;
  left: var(--margin-left);
  top: 42px;
  opacity: 0;
  z-index: 3;
}
.text {
  position: absolute;
  width: 300px;
  height: 25px;
  color: #101f30;
  font-size: 18px;
  letter-spacing: 0.4px;
  margin-left: var(--margin-left);
  font-weight: 400;
  text-align: left;
  opacity: 0;
  z-index: 3;
}
#text1 {
  top: 52px;
  letter-spacing: -0.3px;
  font-size: 20px;
  font-weight: 600;
}
#dollar {
  position: absolute;
  width: 100px;
  height: auto;
  color: #08c177;
  font-size: 24px;
  top: 85px;
  left: 16px;
  z-index: 510;
  pointer-events: none;
  opacity: 0;
}
#amtvalue {
  top: 81px;
}
.inputdiv {
  position: absolute;
  opacity: 0;
  left: 15px;
  z-index: 500;
}
#dropDownContainer {
  position: relative;
  width: 255px;
}
#dropDownContainer select {
  display: none;
}
input {
  font-family: 'Lato', sans-serif;
  width: 255px;
  border: none;
  height: 37px;
  font-size: 24px;
  line-height: 37px;
  border-bottom: 1px solid #000000;
  padding-left: 20px;
  color: #101f30;
  font-weight: 400;
  font-weight: 650;
}
input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 3px #0066ff;
  -moz-box-shadow: 0px 0px 3px #0066ff;
  box-shadow: 0px 0px 3px #0066ff;
}
#label {
  position: absolute;
  width: 300px;
  height: 30px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #666667;
  top: 183px;
  left: 13px;
  z-index: 130;
  pointer-events: none;
  opacity: 0;
}
#loanstable {
  position: absolute;
  width: 300px;
  height: 71px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #f1f3f8;
  text-align: center;
  z-index: 110;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.tcell {
  display: inline-block;
  margin: 24px 3.5px;
  height: 28px;
  width: 133px;
  background: #fff;
  border-radius: 4px;
  line-height: 28px;
  border: 1px solid #fff;
  letter-spacing: -0.1px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  background: #fff;
  text-align: center;
  opacity: 0;
}
#tcell1 {
  z-index: 800;
  pointer-events: all;
}
#tcell2 {
  z-index: 800;
  pointer-events: all;
}
#cta {
  position: absolute;
  width: 275px;
  height: 41px;
  right: 11px;
  margin-bottom: -40px;
  bottom: 81px;
  opacity: 0;
  background-color: #2f86d4;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 41px;
  z-index: 50;
  color: #fff;
  overflow: hidden;
}
#ctatopbg {
  position: absolute;
  width: inherit;
  height: 41px;
  background-color: #2f86d4;
  border-radius: 4px;
}
#ctatext {
  position: absolute;
  left: 170px;
  width: 92%;
  opacity: 0;
}
#ctaarrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #fff;
  bottom: 14px;
  right: -170px;
  margin-right: 58px;
  z-index: 450;
  pointer-events: none;
}
#shine {
  position: absolute;
  width: 203px;
  height: 58px;
  left: -280px;
  top: 0;
  background-image: url('shine.png');
  background-size: cover;
}
#logo {
  position: absolute;
  width: 150px;
  height: 78px;
  left: -8px;
  top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('logo.gif');
}
#terms {
  position: absolute;
  width: 300px;
  height: 9px;
  bottom: 4px;
  right: 9px;
  font-family: Arial, sans-serif;
  font-size: 9px;
  text-align: right;
  letter-spacing: 0.2px;
  color: #000;
  opacity: 0.3;
  z-index: 130;
  pointer-events: none;
}
#hit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}
#PLpage {
  position: relative;
  top: 0px;
  left: -300px;
  width: 300px;
  height: 300px;
}
#PLheader {
  position: relative;
  line-height: 19px;
  font-size: 14px;
  padding-left: var(--margin-left);
  top: 50px;
  left: -300px;
  width: 300px;
  height: 100px;
  letter-spacing: -0.3px;
  color: rgb(130, 130, 130);
  font-weight: 700;
}

/*  DROPDOWN MENU  */
#selectWrapper {
  visibility: hidden;
  position: absolute;
  top: 7px;
}

.selectCustom {
  position: relative;
  width: 274px;
  height: 30px;
  border-bottom: 1px solid #000000;
}

.selectCustom-trigger {
  box-sizing: border-box;
  font-size: 1.6rem;
  cursor: pointer;
  position: absolute;
  top: -9px;
  width: 100%;
  height: 40px;

  font-family: 'Lato', sans-serif;

  font-size: 24px;

  color: #101f30;

  font-weight: 650;

  display: flex;
  align-items: center;
}

#arrow {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: 6px solid black;
  border-bottom: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.selectCustom.isActive #arrow {
  border-bottom: 6px solid black;
  border-top: none;
}

.selectCustom-trigger:hover {
  border-color: #98ceff;
}

.selectCustom-options {
  position: absolute;
  top: 30px;
  left: 0;
  padding-left: 0;
  margin-left: 0;
  width: 276px;
  border: 1px solid #6f6f6f;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0 4px #e9e1f8;
  z-index: 1;
  display: none;
}

.selectCustom.isActive .selectCustom-options {
  display: block;
}

.selectCustom-option {
  position: relative;
  padding: 0.8rem;

  color: #101f30;
  font-size: 18px;
  letter-spacing: 0.4px;
  height: 10px;
  font-weight: 400;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 12px;
}

.selectCustom-option:hover {
  background-color: #e0f0ff;
}

.selectCustom-option:not(:last-of-type)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #8b8b8b;
}

.selectionDollar {
  display: inline;
  color: #08c177;
  font-size: 18px;
  left: 0;
}

#selectionDollarTrigger {
  display: inline;
  color: #08c177;
  font-size: 24px;
  left: 0;
}
