#bexspay a:-moz-any-link {
  color: #00bef0;
}
#bexspay a:any-link {
  color: #00bef0;
}
#bexspay .menu-content {
  top: 65px !important;
  height: calc(100vh - 65px) !important;
  position: fixed !important;
  left: 0 !important;
}
#bexspay .menu-content label[role=menuitem]:hover,
#bexspay .menu-content label[role=menuitem].active {
  transition: background-color 0.2s, color 0.2s;
}
#bexspay .menu-content div[role="search"]>svg {
  left: 7px;
}
#bexspay a[href="https://github.com/Rebilly/ReDoc"],
#bexspay a[href="https://github.com/Redocly/redoc"] {
  display: none;
}
#bexspay h1 {
  color: #00bef0;
}
#bexspay h2 {
  font-size: 1.57143em;
}
#bexspay h3 {
  font-size: 1.17em;
}
#bexspay>div>svg {
  fill: #00bef0;
}
#bexspay div[id="tag/Payments/paths/~1payments/post"] .Dropdown-menu {
  overflow: visible;
  min-width: 254px;
  max-height: 320px;
}
#bexspay > .redoc-wrap {
  padding-left: 280px;
  color: #00303d;
}
#bexspay > .redoc-wrap .table-link {
  color: #00bef0;
}
#bexspay > .redoc-wrap .api-info h1 {
  padding-top: 0 !important;
  color: #00303d !important;
}
#bexspay > .redoc-wrap .api-content {
  width: 100% !important;
}
#bexspay > .redoc-wrap .api-content h1 {
  padding-top: 50px;
  color: #00bef0;
}
#bexspay > .redoc-wrap .api-content h2 {
  padding-top: 68px;
  color: #00303d;
}
#bexspay > .redoc-wrap .property-name {
  color: #000;
}
@media (max-width: 800px) {
  .redoc-wrap {
    padding: 0 !important;
  }
  .redoc-wrap h1 {
    padding-top: 50px !important;
    margin: 0 !important;
  }
  .redoc-wrap h2 {
    padding-top: 50px !important;
    margin: 0 !important;
    font-size: 1.57143em;
  }
  .redoc-wrap h3 {
    font-size: 1.17em;
  }
}

#faq-bexs {
  max-width: 1916px;
  margin: auto;
}
#faq-bexs #faq-sections {
  margin: auto;
}
#faq-bexs #faq-sections #faq-sidebar {
  position: sticky;
  top: 80px;
  height: 100%;
  overflow-y: auto;
}
#faq-bexs #faq-sections #faq-sidebar ul {
  list-style-type: none;
  margin: 60px 0;
  padding: 0 20px;
  text-align: start;
  font-size: 18px;
  font-weight: 600;
}
#faq-bexs #faq-sections #faq-sidebar ul li {
  margin-bottom: 16px;
}
#faq-bexs #faq-sections #faq-sidebar ul li a {
  text-decoration: none;
  color: #094358;
  text-transform: uppercase;
}
#faq-bexs #faq-sections #faq-sidebar ul li a:hover {
  color: #00bef0;
}
#faq-bexs #faq-sections #faq-sidebar ul li .active-link {
  color: #00bef0;
}
#faq-bexs #faq-sections .faq-overview {
  color: #556468;
}
#faq-bexs #faq-sections .faq-overview h1 {
  color: #00bef0;
  font-weight: 500;
  margin-top: 60px;
}
#faq-bexs #faq-sections .faq-overview p {
  margin: 0;
  margin-bottom: 32px;
  line-height: 1.5rem;
}
#faq-bexs #faq-sections .faq-overview .faq-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#faq-bexs #faq-sections .faq-overview .faq-card-wrapper .faq-card {
  background-color: #e5f0f8;
  padding: 28px 24px;
  border-radius: 10px;
  width: 192px;
}
#faq-bexs #faq-sections .faq-overview .faq-card-wrapper .faq-card h3 {
  color: #00303d;
  font-weight: 600;
  font-size: 18px;
}
#faq-bexs #faq-sections .faq-overview .faq-card-wrapper .faq-card p {
  color: #556468;
}
#faq-bexs #faq-sections .faq-overview .faq-card-wrapper .faq-card a {
  color: #00bef0;
  font-weight: 600;
  text-decoration: none;
}
#faq-bexs #faq-sections .faq-section-title {
  color: #00bef0;
  font-weight: 500;
  text-align: start;
  font-size: 30px;
  text-transform: uppercase;
  padding-top: 32px;
}
#faq-bexs #faq-sections .faq-nav-buttons {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  line-height: 16px;
}
#faq-bexs #faq-sections .faq-nav-buttons a {
  color: #00bef0;
  font-weight: 500;
  text-decoration: none;
}
#faq-bexs #faq-sections .faq-nav-buttons .flex-end {
  justify-self: flex-end;
}
#faq-bexs .card-content {
  cursor: pointer;
  background-color: #00bef0;
}
#faq-bexs .card-content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
#faq-bexs .card-content a .card-text {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
#faq-bexs .card-content a .card-text div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
#faq-bexs .card-content a .card-text div h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
#faq-bexs .card-content a .card-text div p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
#faq-bexs .card-content a .card-btn {
  width: 200px;
  padding-right: 40px;
}
#faq-bexs .card-content a .card-btn button {
  cursor: pointer;
  width: 100%;
  border: none;
  background-color: #fff;
  color: #00bef0;
  border-radius: 42px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 992px) {
  #faq-bexs #faq-sections #faq-sidebar {
    display: none;
  }
  #faq-bexs #faq-sections .faq-card-wrapper {
    display: flex;
    flex-direction: column;
  }
  #faq-bexs #faq-sections .faq-card-wrapper .faq-card {
    width: inherit !important;
  }
  #faq-bexs .card-content a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #faq-bexs .card-content a .card-btn {
    width: 100%;
    padding: 0;
  }
  #faq-bexs .panel-content {
    width: 100%;
    margin-left: 0px;
  }
  #faq-bexs .panel-content p,
  #faq-bexs .panel-content ol,
  #faq-bexs .panel-content ul {
    padding: 0px 45px;
  }
  #faq-bexs .panel-content table {
    width: auto;
    white-space: nowrap;
  }
  #faq-bexs .panel-content table caption {
    padding-left: 0px;
  }
  #faq-bexs .panel-content table td,
  #faq-bexs .panel-content table th {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 18px 0;
    padding-right: 32px !important;
    text-wrap: wrap;
  }
  #faq-bexs .panel-content table th {
    font-weight: 900;
  }
  #faq-bexs .panel-content table tr td:first-child {
    font-weight: 900;
    color: #00bef0;
    text-align: left;
  }
  #faq-bexs .panel-content .table-wrap {
    overflow: auto;
    padding-bottom: 15px;
  }
  #faq-bexs .panel-content .table-wrap::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  #faq-bexs .panel-content .table-wrap::-webkit-scrollbar-track {
    background-color: #dbdbdb;
  }
  #faq-bexs .panel-content .table-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00bef0;
  }
}

.card-content {
  position: relative;
  background-color: #fff;
  font-weight: 500;
  border-radius: 8px;
  margin: 20px 0;
  padding: 25px 28px;
  padding-right: 0;
  box-shadow: 0px 0px 5px rgba(0,48,61,0.04);
}
.card-content.bounceOnHover {
  transform: translateY(0px);
  transition-duration: 0.4s;
}
.card-content.bounceOnHover:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
  transition-duration: 0.2s;
}
@media (max-width: 975px) {
  .card-content {
    margin: 20px;
    padding: 25px 20px;
  }
}

ul.accordion-container {
  list-style: none;
}
.accordion-container {
  padding: 0;
}
.accordion-container .accordion-panel {
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 12px;
  padding: 16px 24px;
  color: #00303d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accordion-container .accordion-panel .panel-question {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-container .accordion-panel .panel-question h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: start;
  color: #00303d;
  margin-right: 40px;
}
.accordion-container .accordion-panel .panel-question .panel-toggle-control {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 3%;
  top: 0;
  z-index: 5;
}
.accordion-container .accordion-panel .panel-question .panel-toggle-control::before,
.accordion-container .accordion-panel .panel-question .panel-toggle-control::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 100%;
  height: 100%;
  border: solid 1px;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.accordion-container .accordion-panel .panel-question .panel-toggle-control::before {
  border-color: transparent transparent #000 transparent;
}
.accordion-container .accordion-panel .panel-question .panel-toggle-control::after {
  border-color: transparent #000 transparent transparent;
}
.accordion-container .accordion-panel>.panel-hitbox {
  position: absolute;
  width: 100%;
  height: 96px;
  left: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.accordion-container .accordion-panel>.panel-hitbox:checked~.panel-question .panel-toggle-control {
  animation: bounceUp 0.1s ease forwards;
}
.accordion-container .accordion-panel>.panel-hitbox:checked~.panel-question .panel-toggle-control::before {
  transform: rotate(135deg);
}
.accordion-container .accordion-panel>.panel-hitbox:checked~.panel-question .panel-toggle-control::after {
  transform: rotate(-45deg);
}
.accordion-container .accordion-panel>.panel-hitbox:checked~.panel-content {
  max-height: 100%;
  padding: 20px 0;
  opacity: 1;
  filter: blur(0px);
}
.accordion-container .accordion-panel .panel-content {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  text-align: start;
  font-size: 16px;
  color: #556468;
  line-height: 1.5rem;
  transform: translate(0, 0);
  opacity: 0.2;
  filter: blur(3px);
  transition: all 0.3s ease-in-out, filter 0.4s ease-in-out;
}
.accordion-container .accordion-panel .panel-content a {
  color: #00bef0;
  text-decoration: none;
}
.accordion-container .accordion-panel .panel-content ul li {
  list-style: disc;
}
.accordion-container .accordion-panel .panel-content em {
  font-style: normal;
  font-family: "Roboto Mono", monospace;
  color: #000;
}
.accordion-container .accordion-panel .panel-content table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
.accordion-container .accordion-panel .panel-content table td,
.accordion-container .accordion-panel .panel-content table th {
  border: none;
  border-bottom: 1px solid #dbdbdb;
  padding: 18px 0;
}
.accordion-container .accordion-panel .panel-content table th {
  font-weight: 900;
}
.accordion-container .accordion-panel .panel-content table tr td:first-child {
  font-weight: 900;
  color: #00bef0;
  text-align: left;
  max-width: 256px;
  padding-right: 10px;
}
.accordion-container .accordion-panel .panel-content pre {
  font-family: "Roboto Mono", monospace;
  color: #000 !important;
}
@media (max-width: 992px) {
  .accordion-container .accordion-panel {
    width: 100% !important;
  }
  .accordion-container .accordion-panel .panel-question {
    padding: 0;
    padding-right: 35px;
  }
  .accordion-container .accordion-panel .panel-question h3 {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
  }
  .accordion-container .accordion-panel .panel-content p {
    padding: 0;
  }
  .accordion-container .accordion-panel>.panel-hitbox:checked~.panel-content p {
    padding: 0;
  }
}
@keyframes bounceUp {
  0% {
    top: 0;
  }
  100% {
    top: 8px;
  }
}

