.pad-5-g {
  padding: 5px;
}

.pad-10-g {
  padding: 10px;
}

.fw-500-g {
  font-weight: 500;
}

.fl-r-g {
  float: right;
}

.footer-view--rps button {
  float: right;
  width: 200px;
}

@media (max-width: 768px) {
  .footer-view--rps button {
    width: 100%;
  }
}

.nwv-large-icon {
  font-size: 1.8rem;
}

.nwv-text-center {
  text-align: center;
}

.nwv-btn {
  font-size: 13.5px;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-align: center;
  border: none;
  border-radius: 5px;
}

.nwv-btn-lg {
  line-height: 2.2;
}

.nwv-btn-primary {
  color: rgb(255, 255, 255);
  background-color: #131952;
  box-shadow: none;
}

.nwv-btn-primary:hover {
  background-color: #171e66;
  transition: 0.2s;
}

.nwv-title {
  font-size: 15.5px;
  font-weight: 600;
}

/*Main buttons*/
.btn-g {
  font-size: 13.5px;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-align: center;
  border: none;
  border-radius: 14px;
}

.btn-g-sm {
  line-height: 1.6;
}

.btn-g-lg {
  line-height: 2.2;
}

.btn-g-light {
  color: #131952;
  background-color: #fff;
  border: 1px solid #131952;
}
  .btn-g-light:hover {
    color: #fff;
    background-color: #131952;
    transition: 0.2s;
  }
  .btn-g-light:hover > svg {
    fill: #fff;
    stroke: #fff;
  }

.btn-g-primary {
  color: #fff;
  background-color: #131952;
  border: 1px solid #131952;
}
  .btn-g-primary:hover {
    background-color: #1c2580;
    transition: 0.2s;
  }

.form-control-d {
  font-size: 13.5px;
  border: none !important;
  outline: none !important;
  padding: 8px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
