body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
  margin: 0;
}
.container-header {
  width: 90%;
  margin: auto;
  overflow: hidden;
  max-width: 1300px;
}
ul {
  margin: 0;
  padding: 0;
} /* Header */
header {
  background: #ffffff;
  min-height: 70px;
  border-bottom: #6b8f71 2px solid;
  position: fixed;
  width: 100%;
  margin-top: -90px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 99;
}
header a {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  padding: 0 7px 0 7px;
  display: block;
}
header nav {
  background-color: #55a4cc;
  width: 100%;
}
header nav li {
  float: left;
  display: inline;
  padding: 3px 1px;
}
header nav img {
  vertical-align: middle;
}
header nav #navTop li {
  float: right;
  padding: 5px 3px;
}
header nav #navTop li a {
  background-color: #6b8f71;
  border-radius: 15px;
}
header nav #navTop li a:hover {
  background-color: #121212;
}
header #loginlink a:hover {
  color: #55a4cc;
}
header #branding {
  float: left;
  margin: auto;
  margin-top: 10px;
}
header #branding img {
  width: 250px;
}
header #loginlink {
  float: right;
  margin: auto;
  padding-top: 6px;
}
header #loginlink a {
  color: #424a4f;
}
header #loginlink li {
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
}
header #loginlink .highlight a {
  color: #55a4cc;
} /* Responsive Menu */
#loginlink .icon {
  display: none;
}
.hiddenItem {
  display: none;
} /* dropdown */ /* The container <div> - needed to position the dropdown content */ /* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 190px;
  background-color: #dbecf4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
} /* Links inside the dropdown */
.dropdown-content a {
  text-decoration: none;
  margin: 5px 0px;
} /* Change color of dropdown links on hover */
.dropdown-content > a:hover {
  background-color: #f1f1f1;
}
.header-holder {
  margin-top: 90px;
  height: 60px;
} /* Footer */
footer {
  background-color: #e6e4e6;
  padding: 40px 0px 5px 0px;
}
.container-footer {
  margin: auto;
  max-width: 1300px;
  width: 95%;
}
.grid-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  justify-items: center;
  grid-gap: 10px;
  border-bottom: #fff solid 1px;
}
.grid-footer-item {
  width: 95%;
  transition: 0.3s;
  text-align: left;
  vertical-align: middle;
}
.grid-footer-item ul {
  list-style-type: none;
  font-size: 18px;
}
.grid-footer-item li {
  margin: 1px 0px;
}
.grid-footer-item li a {
  color: #212121;
  font-weight: 600;
  text-transform: none;
}
.grid-footer-item p {
  font-size: 16px;
  line-height: 18px;
  color: #040d14;
}
.grid-footer-item img {
  width: 100%;
}
footer p {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}
footer a {
  text-decoration: none;
  text-transform: capitalize;
  color: #040d14;
} /* Global */
.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
  max-width: 1300px;
}
.container-showcase {
  width: 95%;
  margin: auto;
  overflow: hidden;
  max-width: 1300px;
}
.container-showcase h1 {
  color: #040d14;
  margin: 15% 0px 15px 0px;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.container-showcase h3 {
  color: #212121;
  margin: 0px 0px 40px 0px;
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  text-align: center;
} /* Showcase */
#showcase {
  margin-top: 90px;
  min-height: 600px;
  text-align: center;
  background-position: center;
  border-bottom: #000 solid 1px;
} /* New Showcase */
.grid-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  margin: 30px auto;
}
.grid-showcase-item {
  width: 95%;
  transition: 0.3s;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.grid-showcase-item h1 {
  color: #040d14;
  margin: 10px 0px;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.grid-showcase-item h2 {
  color: #212121;
  margin: 10px 0px 20px 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.grid-showcase-item p {
  color: #212121;
  margin: 0px 0px 40px 0px;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
}
.grid-showcase-item ul {
  list-style: none;
  font-size: 18px;
  margin-left: 50px;
}
.grid-showcase-item ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.grid-showcase-item ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url("../img/bullet.png");
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.button-grid-showcase {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  background-color: #55a4cc;
  border-radius: 15px;
  padding: 15px 30px;
  font-weight: 600;
  border: none;
  margin: 10px 0px 10px 0px;
}
.button-grid-showcase:hover {
  background-color: #121212;
  cursor: pointer;
}
.grid-showcase-img-holder {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 0px;
}
.grid-showcase-item img {
  width: 100%;
  height: auto;
}
.div-form {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  max-width: 400px;
  margin: 30px auto;
  border-radius: 5px;
  background: #fff;
}
.section-account {
  background-color: #cad7cc;
  border-bottom: #000 solid 1px;
}
.container-refer {
  text-align: left;
  padding: 70px 0px;
}
.container-refer h2 {
  color: #040d14;
  margin: 0px 0px 10px 0px;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
.container-refer h3 {
  color: #212121;
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
}
.grid-refer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-items: center;
  margin: 20px auto 30px auto;
  grid-gap: 10px;
}
.grid-refer-item {
  width: 95%;
  transition: 0.3s;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 4px;
  line-height: 24px;
  border: 3px solid #040d14;
  color: #040d14;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.grid-refer-title {
  color: #040d14;
  margin: 0px 0px 10px 0px;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}
.grid-refer-subtitle {
  color: #212121;
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
.custom-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
}
.i6 {
  grid-column: span 6;
}
.i3 {
  grid-column: span 3;
}
.i4 {
  grid-column: span 4;
}
.i2 {
  grid-column: span 2;
}
.i1-2 {
  grid-column: span 1;
}
.custom-field {
  position: relative !important;
  font-size: 16px !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  display: block !important;
  font-weight: initial !important;
}
.custom-field input {
  border: 2px solid #999;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 5px;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 12px;
  margin: 0px;
  transition: border-color 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-field input.ptoggle,
.custom-field input:focus {
  border-color: #222;
}
.custom-field span {
  position: absolute;
  line-height: 100%;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  left: 12px;
  padding: 0 5px;
  color: #999;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.custom-field select {
  border: 2px solid #999;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 5px;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 12px;
  margin: 0px;
  transition: border-color 0.3s ease;
  -webkit-appearance: listbox !important;
}
.custom-field input.ptoggle + span,
.custom-field input:focus + span {
  top: 0px;
  font-size: 12px;
  color: #222;
  background: #fff;
}
.custom-field select.ptoggle + span,
.custom-field select:focus + span {
  top: 0px;
  font-size: 12px;
  color: #222;
  background: #fff;
}
.custom-field small {
  position: absolute;
  top: calc(100% + 8px);
  transform: translateY(-50%);
  left: 12px;
  color: #ea4335;
}
.custom-field-error {
  border-color: #ea4335 !important;
}
.custom-field-success {
  border-color: #388e3c !important;
}
.custom-radio {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 10px 0px;
}
.custom-radio label {
  margin: 0px 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 15px;
  border: 2px solid #999;
  transition: all 0.5s ease;
}
input[type="radio"]:checked + label {
  background-color: #6b8f71;
  color: #fff;
  border: 2px solid #6b8f71;
}
input[type="radio"] {
  display: none;
}
#accounts {
  margin-top: 90px;
  min-height: 600px;
  text-align: center;
  background-position: center;
  border-bottom: #000 solid 1px;
}
.container-account {
  width: 95%;
  margin: auto;
  overflow: hidden;
  max-width: 1300px;
}
#progress-bar {
  width: 98%;
  height: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1;
  margin: 30px auto 0px auto;
  max-width: 700px;
}
#progress {
  width: 10%;
  height: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #6b8f71;
  transition: width 2s;
}
#progress span {
  float: right;
  margin-right: 10px;
  color: white;
  font-weight: 500;
}
.grid-card {
  width: 98%;
  max-width: 750px;
  height: fit-content;
  margin: 50px auto;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow-x: auto;
  border-radius: 5px;
}
.card-header {
  display: inline-block;
  padding: 15px 0px;
  width: 100%;
  border-bottom: 1px solid rgba(26, 54, 126, 0.125);
}
.card-header h1 {
  font-size: 22px;
  font-weight: normal;
  float: left;
  padding-left: 30px;
  margin: 0px;
}
.card-header h2 {
  font-size: 18px;
  font-weight: normal;
  float: right;
  padding-right: 30px;
  margin: 0px;
}
.step {
  font-size: 22px;
  color: #55a4cc;
}
.card-body {
  padding: 10px 30px;
}
#digi-logo {
  display: block;
  margin: 20px auto;
  width: 200px;
}
#digi-title {
  font-size: 18px;
  display: block;
  padding-right: 0px;
  text-align: center;
  font-weight: 500;
  margin: 10px 0px 30px 0px;
}
#digi-subtitle {
  display: block;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
#digi-subtitle a {
  color: #6b8f71;
  text-decoration: none;
  font-weight: 600;
}
.card-body h1 {
  font-size: 18px;
  padding-right: 30px;
  display: block;
  text-align: left;
  font-weight: 500;
  margin: 5px 0px;
}
.card-body h3 {
  font-size: 18px;
  padding-right: 30px;
  display: block;
  text-align: left;
  font-weight: normal;
  margin: 5px 0px;
}
.card-body h2 {
  font-size: 16px;
  padding-right: 30px;
  display: block;
  text-align: left;
  font-weight: normal;
  margin: 1px 0px;
}
.error {
  font-size: 16px !important;
  color: #ea4335 !important;
}
.button-verify {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  background-color: #55a4cc;
  border-radius: 15px;
  font-weight: 600;
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: fit-content;
  padding: 12px 30px;
  transition: 1s;
}
.button-verify:hover {
  background-color: #121212;
  cursor: pointer;
}
.button-green {
  background-color: #6b8f71;
}
.button-green:hover {
  background-color: #121212;
  cursor: pointer;
}
.button-back {
  color: #040d14;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  border: none;
  margin: 0px 0px 5px 0px;
  max-width: fit-content;
  padding: 2px 5px;
  transition: 1s;
}
.button-back:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}
.button-ok {
  background-color: #6b8f71;
  color: white;
  font-size: 16px;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  font-weight: 500;
}
.button-cancel {
  background-color: #ea4335;
  color: white;
  font-size: 16px;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  font-weight: 500;
}
#div-bank {
  margin: 0px 0px 0px 10px;
}
/* Media Queries */
.modal {
  display: none;
  position: fixed;
  z-index: 5;
  padding: 100px 0px 50px 0px;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
} /* Modal Content */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 5px 20px;
  border: 1px solid #888;
  width: 80%;
  overflow-y: auto;
  max-width: 400px;
  border-radius: 10px;
} /* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #55a4cc;
  text-decoration: none;
  cursor: pointer;
}
.modal h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 20px 20px 10px;
  text-align: left;
}
.modal h2 {
  width: 100%;
  font-size: 18px;
  margin: 10px 0px;
  color: #040d14;
  display: block;
  font-weight: 500;
}
.size16 {
  font-size: 16px !important;
}
.lGreen {
  background-color: #6b8f71 !important;
}
.center {
  text-align: center !important;
}
.click {
  color: #55a4cc !important;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 3px;
}
.click:hover {
  text-decoration-color: #55a4cc;
}
.icon-edit {
  color: #55a4cc;
  cursor: pointer;
  transition: 1s;
  padding: 10px;
  border-radius: 50px;
  font-size: 18px;
}
.icon-edit:hover {
  background-color: #dbecf4;
}
.icon-back {
  color: #040d14;
  cursor: pointer;
  transition: 1s;
  font-size: 15px;
  margin-right: 3px;
}

#spinner {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
  width: 150px;
  text-align: center;
  background: #f3f9fbdb;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 10;
}
#spinner i {
  font-size: 80px;
  color: #6b8f71;
}
#spinner p {
  font-size: 18px;
  margin-top: 10px;
}
.ul-horiz {
  text-align: left;
  font-size: 18px;
  padding: 0px;
  margin: 0px 0px 5px 15px;
}

.li-horiz {
  display: inline-block;
  padding: 5px 5px;
  margin: 0px 5px;
  cursor: pointer;
  border-radius: 5px;
}

.li-horiz:hover {
  background-color: #e6e6e6;
}

.li-sel {
  color: #1a73e8;
  border-bottom: 4px solid #1a73e8;
}

#signature-pad {
  width: 100%;
  aspect-ratio: 3/1;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 20px 0px 0px 0px;
}

.file-holder {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 2/1;
  border: 3px dashed #c7c8c7;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  display: grid;
  align-content: center;
  position: relative;
}
.file-holder img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: contain;
  display: none;
}
.icon-file {
  font-size: 48px;
  color: #92c5df;
}
.fileName {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #92c5dfba;
  color: #fff;
  padding: 5px 0px;
  border-radius: 5px;
  display: none;
}
.fileAction {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 100%;
  text-align: right;
  display: none;
}
.icon-x {
  font-size: 18px;
  color: #ea4335;
  cursor: pointer;
  margin-left: 10px;
}
.icon-r {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin: 10px 5px 0px 5px;
  background: #007bff;
  padding: 5px;
  border-radius: 5px;
}
.input-file {
  display: none;
}
.button-file {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  background-color: #6b8f71;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  max-width: fit-content;
  padding: 5px 30px;
  transition: 1s;
  display: inline-block;
  margin: 10px 0px;
}
.button-file:hover {
  background-color: #121212;
  cursor: pointer;
}
.size18 {
  font-size: 18px !important;
}
.right {
  text-align: right !important;
}
.bold {
  font-weight: 500 !important;
}
.spin {
  animation: spin 1s linear infinite;
  display: inline-block; /* important */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 870px) {
  header nav,
  .main-col {
    float: none;
    text-align: center;
    width: 100%;
  }
  header {
    float: none;
    position: absolute;
    margin-top: -90px;
    z-index: 99;
  }
  header li {
    display: block;
    float: none;
  }
  .hiddenItem {
    display: block;
  } /* Responsive Menu */
  .container-header {
    width: 100%;
    margin: auto;
    overflow: hidden;
  }
  header nav #navTop {
    display: none;
  }
  header #loginlink a {
    font-size: 18px;
  }
  header #branding img {
    width: 200px;
  }
  header #loginlink {
    padding-top: 18px;
    padding-right: 10px;
  }
  header #loginlink li {
    display: none;
  }
  #loginlink .icon {
    text-align: right;
    display: block;
  }
  #loginlink.responsive li {
    float: none;
    display: block;
    text-align: right;
    margin-top: 0;
  }
  #loginlink.responsive {
    padding: 0;
    position: fixed;
    right: 0;
    width: 200px;
    padding-top: 18px;
    padding-right: 10px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .dropdown-content {
    position: inherit;
  }
  .container {
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  #showcase {
    min-height: 500px;
  }
  .container-showcase h1 {
    font-size: 28px;
    margin: 15% 0px 10px 0px;
  }
  .container-showcase h3 {
    font-size: 18px;
    margin: 0px 0px 30px 0px;
  }
  .grid-showcase {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    margin: 30px auto;
  }
  .grid-showcase-item h1 {
    margin: 10px 0px;
    font-size: 28px;
  }
  .grid-showcase-item h2 {
    margin: 10px 0px 20px 0px;
    font-size: 18px;
  }
  .grid-showcase-item p {
    margin: 0px 0px 30px 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .button-grid-showcase {
    font-size: 16px;
    padding: 12px 20px;
  }
  .grid-showcase-item img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .grid-showcase-item form {
    width: fit-content;
  }
  .grid-refer {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .container-refer h2 {
    font-size: 24px;
  }
  .container-refer h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .grid-refer-title {
    font-size: 18px;
    line-height: 24px;
  }
  .grid-card {
    margin: 15px auto;
  }
  .grid-refer-subtitle {
    font-size: 16px;
    line-height: 20px;
  } /* Responsive Grid*/
  .container-section {
    width: 95%;
    padding: 0px;
  }
  .card-body {
    padding: 10px;
  }
  .card-body h1 {
    font-size: 18px;
  }
  .card-header h1 {
    font-size: 18px;
    padding-left: 10px;
  }
  .modal {
    padding-left: 0px;
  }
  #progress-bar {
    margin: 0px auto 0px auto;
    max-width: 700px;
  }
}
@media (max-width: 500px) {
  .i2 {
    grid-column: span 6;
  }
  .i3 {
    grid-column: span 6;
  }
  .i4 {
    grid-column: span 6;
  }
  .button-verify {
    justify-self: center;
  }

  #progress span {
    margin-right: 2px;
  }
  .i1-2 {
    grid-column: span 2;
  }
}
