body {
  font: 15px/1.5 "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f3f9fb;
}

/* Global */
.container {
  margin: auto;
  overflow: hidden;
  margin-bottom: 100px;
  text-align: center;
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1300px;
  padding-top: 50px;
}

/* Header */
/*
.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;
}

h2 {
  color: #424a4f;
  }
*/
/* 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;
}
*/
/* Change color of dropdown links on hover */
/*
.dropdown-content > a:hover {
  background-color: #f1f1f1;
}

.header-holder {
  margin-top: 90px;
  height: 60px;
}
*/
/* Header END */

.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 {
  width: 32px;
  height: 32px;
  border: 3px solid #040d14;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  
  font-size: 18px;
  font-weight: 600;
  color: #040d14;
  
  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;
}

.button-refer {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  background-color: #6b8f71;
  border-radius: 15px;
  padding: 10px 30px;
  font-weight: 600;
}

.button-refer:hover {
  background-color: #121212;
}

.container-login {
  width: 90%;
  margin: 10% auto;
}

.card-login {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  max-width: 400px;
  margin: auto;
  padding: 30px;
  border-radius: 5px;
  background: #fff;
}

.card-login h1 {
  color: #424a4f;
  font-size: 34px;
  margin: 0 0 30px 0;
  font-weight: 500;
}

.card-login form {
  display: block;
  text-align: center;
  margin-top: 0px;
}

.card-login input {
  width: 100%;
  padding: 15px;
  margin: 5px 0 20px 0;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.card-login input:focus {
  border-color: rgb(85 164 204);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(85, 164, 204, 0.25);
}

.card-login label {
  font-size: 16px;
  color: #040d14;
  display: block;
  text-align: left;
  font-weight: 500;
}

.card-login button {
  background-color: #6b8f71;
  color: white;
  font-size: 16px;
  padding: 15px;
  margin: 5px 0 10px 0;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  border: none;
  font-weight: 500;
}

.card-login button:focus {
  border-color: #6b8f71;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(107, 143, 113, 0.25);
}

.container-bid {
  width: 90%;
  margin: 25px auto;
}

.card-bid {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  max-width: 500px;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}

.card-bid h1 {
  color: #424a4f;
  font-size: 28px;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.card-bid h3 {
  width: 100%;
  color: #424a4f;
  font-size: 16px;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: normal;
}

.card-bid h2 {
  width: 100%;
  font-size: 16px;
  margin: 0px;
  color: #040d14;
  display: block;
  text-align: left;
  font-weight: 500;
}

.card-bid label {
  width: 100%;
  font-size: 16px;
  color: #040d14;
  display: block;
  text-align: left;
  font-weight: 500;
}

.card-bid form {
  display: block;
  text-align: center;
  margin-top: 0px;
}

.card-bid input {
  width: 100%;
  padding: 15px;
  margin: 5px 0 10px 0;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.card-bid input:focus {
  border-color: rgb(85 164 204);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(85, 164, 204, 0.25);
}

.card-bid select {
  width: 100%;
  padding: 15px;
  margin: 5px 0 10px 0;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.card-bid select:focus {
  border-color: rgb(85 164 204);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(85, 164, 204, 0.25);
}

.card-bid button {
  background-color: #6b8f71;
  color: white;
  font-size: 16px;
  padding: 15px;
  margin: 5px 0 10px 0;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  border: none;
  font-weight: 500;
}

.card-bid button:focus {
  border-color: #6b8f71;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(107, 143, 113, 0.25);
}

.container-trx {
  width: 90%;
  margin: 25px auto;
}

.card-trx {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  max-width: 500px;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}

.card-trx h1 {
  color: #424a4f;
  font-size: 28px;
  margin: 0px;
  font-weight: 500;
}

.card-trx h3 {
  width: 100%;
  color: #424a4f;
  font-size: 14px;
  margin: 0px;
  text-align: left;
  font-weight: normal;
}

.card-trx h2 {
  width: 100%;
  font-size: 16px;
  margin: 0px;
  color: #040d14;
  text-align: left;
  font-weight: 500;
  float: left;
}

.card-trx .row-trx {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px 5px 0px;
}

.card-trx .row-trx button {
  float: right;
  background-color: #6b8f71;
  color: white;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  font-weight: 500;
  margin-right: 20px;
}

.transferbutton {
  float: left;
  margin-right: calc(100% - 120px);
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  background-color: #6b8f71;
  padding: 5px;
}

.home {
  background-color: #6b8f71;
  color: white;
  font-size: 16px;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  width: 90%;
  border: none;
  font-weight: 500;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}

.processFile {
  margin: 15px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  background-color: #55a4cc;
  padding: 10px;
  width: 200px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 5;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  border-radius: 10px;
  overflow-y: auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: 600;
  text-align: right;
  width: 100%;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.card-modal {
  padding: 20px;
}

.card-modal label {
  width: 100%;
  font-size: 16px;
  color: #040d14;
  display: block;
  text-align: left;
  font-weight: 500;
}

.card-modal form {
  display: block;
  text-align: center;
  margin-top: 0px;
}

.card-modal input {
  width: 100%;
  padding: 15px;
  margin: 5px 0 10px 0;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.card-modal input:focus {
  border-color: rgb(85 164 204);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(85, 164, 204, 0.25);
}

.readOnly input {
  width: 100%;
  padding: 0px;
  margin: 0px 0 15px 0;
  font-size: 16px;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
}

.readOnly input:focus {
  outline: 0;
}

.card-modal select {
  width: 100%;
  padding: 15px;
  margin: 5px 0 10px 0;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.card-modal select:focus {
  border-color: rgb(85 164 204);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(85, 164, 204, 0.25);
}

.card-modal button {
  background-color: #6b8f71;
  color: white;
  font-size: 16px;
  padding: 15px 10px;
  margin: 10px 5px 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  width: 45%;
  border: none;
  font-weight: 500;
}

.error {
  display: block;
  text-align: center;
  color: #cc0000;
}

.showcase-ipo {
  margin-top: 90px;
  text-align: center;
  background-color: #b7d8e9;
  background-position: center;
  border-bottom: #000 solid 1px;
}

.container-ipo {
  width: 95%;
  margin: auto;
  overflow: hidden;
  max-width: 1300px;
}

.grid-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  margin: 60px 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: 5% 0px 30px 0px;
  font-size: 24px;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
}

.grid-showcase-item p {
  color: #212121;
  margin: 0px 0px 40px 0px;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
}

.button-grid-showcase {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  background-color: #6b8f71;
  border-radius: 15px;
  padding: 10px 30px;
  font-weight: 600;
}

.button-grid-showcase:hover {
  background-color: #121212;
}

.link-showcase {
  text-decoration: none;
  color: #6b8f71;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.link-showcase:hover {
  color: #040d14;
}

.grid-showcase-img-holder {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-showcase-item img {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: auto;
}

.container-ipoTable {
  width: 95%;
  margin: 100px auto;
  overflow: hidden;
  max-width: 1000px;
  text-align: center;
  padding: 10px 10px;
}

.container-ipoTable h2 {
  color: #040d14;
  margin: 0px 0px 20px 0px;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

.container-ipoTable table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 60px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container-ipoTable table a {
  text-decoration: none;
  color: #55a4cc;
  font-weight: 600;
}

.container-ipoTable table a:hover {
  color: #040d14;
}

.container-ipoTable table td,
th {
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 5px;
}

.table-center {
  text-align: center;
}

.container-ipoTable table tr:nth-child(even) {
  background-color: #fafafb;
}

.container-ipoTable table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #6b8f71;
  color: #fff;
  font-weight: 600;
}

.container-ipoBlog {
  width: 95%;
  margin: 20px auto;
  margin-top: 0 !important;
  overflow: hidden;
  max-width: 1000px;
  text-align: left;
  padding: 10px;
}


.container-ipoBlog h1 {
  color: #424a4f;
  margin: 20px 0px 24px 0px;
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.container-ipoBlog table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container-ipoBlog table a {
  text-decoration: none;
  color: #55a4cc;
  font-weight: 600;
}

.container-ipoBlog table a:hover {
  color: #040d14;
}

.container-ipoBlog table td {
  border-bottom: 1px solid #f4f4f4;
  padding: 15px;
}

.container-ipoBlog table td:first-child {
  font-weight: 600;
}

.container-ipoBlog table tr:nth-child(even) {
  background-color: #fafafb;
}

.table-wrapper {
  overflow: auto;
}

.ipoBlog {
  margin-top: 50px;
}

.ipoBlog p {
  font-size: 18px;
}

.ipoBlog h3 {
  color: #424a4f;
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 600;
}

.ipoBlog ul {
  margin: 0px;
  padding: 0px 40px;
}

.ipoBlog li {
  padding: 5px 0px;
  font-size: 18px;
}

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border: 16px solid #424a4f;
  border-radius: 50%;
  border-top: 16px solid #4392f1;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: none;
}

/* 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;
}
*/


/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 870px) {
  /* Header */
  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;
  }

  .container {
    margin: auto;
    overflow: hidden;
    margin-top: 90px;
  }

  /* 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;
  }

  .grid-showcase {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    margin: 30px auto 50px auto;
  }

  .grid-showcase-item h1 {
    margin: 10px 0px 15px 0px;
    font-size: 28px;
  }

  .grid-showcase-item p {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .button-grid-showcase {
    font-size: 16px;
    padding: 10px 20px;
  }

  .grid-showcase-item img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  /* Header END */

  h3 {
    font-size: 14px;
  }
  h2 {
    font-size: 18px;
  }

  .container-ipoTable h2 {
    font-size: 22px;
  }

  .container-ipoTable table {
    font-size: 14px;
  }

  .container-ipoBlog h1 {
    font-size: 28px;
  }

  .ipoBlog h3 {
    font-size: 22px;
  }

  .ipoBlog p {
    font-size: 16px;
  }

  .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;
  }

  .video-holder {
    padding-bottom: 56.25%;
  }

  .grid-refer-title {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-refer-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  
  .ipoBlog li {
  font-size: 16px;
}
}
