.jago-container {
  padding-right: 16px;
  padding-left: 16px;
}

.jago-heading-1 {
  font-family: "TTCommons";
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #000000;
}

.jago-heading-2 {
  font-family: "TTCommons";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #000000;
}

.jago-headline {
  font-family: "TTCommons";
  font-size: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  color: #000000;
}

.jago-lead {
  font-family: "TTCommons";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #000000;
}

.jago-lead-1 {
  font-family: "TTCommons";
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.jago-lead-secondary {
  font-family: "TTCommons";
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.4);
}

.jago-p {
  font-size: 15px;
  font-family: "TTCommons";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}

.jago-pad-y-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.jago-btn-orange {
  background-color: #fdaf27;
  border: none;
  border-radius: 8px;
  color: #000;
  padding: 14px;
  font-family: TTCommons;
  font-weight: 600;
  font-size: 19px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
}

button.jago-btn-orange:hover {
  background-color: #ef9902;
  color: #000;
}

button.jago-btn-orange:focus {
  background-color: #ef9902;
  color: #000;
}

button.jago-btn-orange:active {
  background-color: #ef9902;
  color: #000;
}

.jago-btn-primary {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.08), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  color: #000;
  padding: 6px 10px;
  font-family: TTCommons;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

button.jago-btn-primary:hover {
  background-color: #e3e3e3;
  color: #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0), 0 2px 1px -1px rgba(0, 0, 0, 0.08), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

button.jago-btn-primary:focus {
  background-color: #e3e3e3;
  color: #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0), 0 2px 1px -1px rgba(0, 0, 0, 0.08), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

button.jago-btn-primary:active {
  background-color: #e3e3e3;
  color: #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0), 0 2px 1px -1px rgba(0, 0, 0, 0.08), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.jago-btn-seconndary {
  background-color: #efefef;
  border: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.25);
  padding: 6px 10px;
  font-family: TTCommons;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

button.jago-btn-seconndary:hover {
  background-color: #e3e3e3;
  color: rgba(0, 0, 0, 0.25);
}

button.jago-btn-seconndary:focus {
  background-color: #e3e3e3;
  color: rgba(0, 0, 0, 0.25);
}

button.jago-btn-seconndary:active {
  background-color: #e3e3e3;
  color: rgba(0, 0, 0, 0.25);
}

.jago-pwa-form {
  font-family: TTCommons;
  background-color: #F5F5F5 !important;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

.jago-pwa-form-control:focus {
  border-color: #fdaf27;
  border: solid 2px #fdaf27;
}

.jago-search-icon {
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.4);
  background-image: url("../../images/pwa/search-grey.svg");
}

input[type=search]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Now your own custom styles */
  height: 24px;
  width: 24px;
  object-fit: contain;
  background-image: url("../../images/pwa/clear.png");
}

.input-group {
  border-radius: 10px !important;
}

.jago-bar input {
  height: 36px;
}

.jago-textarea {
  width: 100%;
  padding: 16px;
  border: solid 2px #efefef;
  border-radius: 6px;
  background-color: #fff;
  font-family: TTCommons;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: black;
}

.jago-textarea:focus {
  border: solid 2px #fdaf27;
}

.jago-hr {
  float: right;
  width: 82%;
  background-color: #e8e8e8;
  margin: 0px;
}

.jago-hr-related {
  float: right;
  width: 98.8%;
  background-color: #e8e8e8;
  margin-top: 17px;
  margin-bottom: 17px;
}

.jago-hr-card {
  float: right;
  width: 95%;
  background-color: #e8e8e8;
  margin-top: 17px;
  margin-bottom: 17px;
}

.jago-hr-topup {
  float: right;
  width: 80%;
  background-color: #e8e8e8;
  margin: 0px;
}

.jago-hr-topup-bullet {
  float: right;
  width: 84%;
  background-color: #e8e8e8;
  margin: 0px;
}

.jago-card {
  min-height: 232px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
}
.jago-card .jago-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  line-height: 97px;
  margin: 31px 0 16px 0;
  background-color: rgba(253, 175, 39, 0.4);
  border-radius: 10rem;
}
.jago-card .jago-box .jago-img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 65%;
}
.jago-card .jago-title {
  font-family: "TTCommons";
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.jago-card .jago-p {
  padding-left: 13px;
  padding-right: 14px;
}

.jago-card-feedback {
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  padding-top: 25px;
  padding-bottom: 28px;
}
.jago-card-feedback .jago-feedback-headline {
  font-family: TTCommons;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.collapsible-link:active {
  text-decoration: none;
}

.collapsible-link:visited {
  text-decoration: none;
}

.collapsible-link:hover {
  text-decoration: none;
}

.collapsible-link::before {
  content: url("../../images/pwa/chevron-down.svg");
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded=true]::before {
  content: url("../../images/pwa/chevron-up.svg");
}

.jago-card-list {
  padding: 6px 16px;
  background-color: white;
  border: 0px;
}
.jago-card-list button {
  padding-left: 0px;
  padding-right: 0px;
}
.jago-card-list .jago-p {
  width: 250px;
  height: 22px;
  font-family: "TTCommons";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  line-height: 1.22;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 0px;
}

.jago-card-body-list {
  padding: 0px 16px;
}
.jago-card-body-list .jago-p {
  width: 100%;
  height: auto;
  font-family: "TTCommons";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
  line-height: 1.22;
  letter-spacing: normal;
  color: #000000;
  margin: 16px 0px;
}
.jago-card-body-list hr {
  float: right;
  width: 82%;
  background-color: #e8e8e8;
  margin: 0px;
}

.jago-card-body-list-inner {
  padding: 0 16px 0 0;
}

.jago-bank-img {
  width: 42px;
  height: 30px;
  border-radius: 2px;
}

.jago-body-bank {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 17px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}

.jago-body-card-bank {
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(10, 31, 68, 0.1);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  padding: 12px 16px;
}

.circlebullet {
  height: 24px;
  width: 24px;
  box-shadow: 0 3px 4px 0 rgba(10, 31, 68, 0.1);
  background-color: #fdaf27;
  border-radius: 50%;
  display: inline-block;
  content: "";
  font-size: 15px;
  font-weight: 600;
  font-family: "TTCommons";
}

.jago-chevron-forward {
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.4);
  background-image: url("../../images/pwa/chevron-forward.svg");
}

::-moz-selection {
  background: none;
  color: black;
}

::selection {
  background: #fdaf27;
  color: black;
}