/* header start */
.radial-app-header .logo-with-text {
  height: 32px;
  margin: 16px 24px;
}
/* header end */

/* footer start */
.radial-app-footer {
  background-color: #333;
  padding: 48px 136px;
}

.radial-app-footer .logo-with-text {
  height: 32px;
  margin-bottom: 32px;
}

.radial-app-footer .copyright {
  color: #666;
  font-size: 12px;
  line-height: 1.33;
}

.radial-app-footer .access-text {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.33;
}

.radial-app-footer .btn-sign-up {
  border: 2px solid #ccc;
  color: #ccc;
  margin-top: 24px;
  width: 200px;
}

.radial-app-scroller-inner {
  padding-bottom: 191px;
}
/* footer end */

/* scroll to top icon start */
.scroll-to-top {
  bottom: 80px;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 1000;
}
/* scroll to top icon end */

/* landing page start */
/* genernal style start */
.index-page .btn-outlined {
  border: 2px solid #333;
  color: #333;
}

.index-page .section {
  padding: 96px 136px;
}

.index-page .section__description {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 64px;
}

.index-page .section__col-title {
  margin-bottom: 8px;
}
/* genernal style end */
/* header start */
.radial-app-header .dropdown-menu-1 {
  width: 217px;
}

.radial-app-header .dropdown-menu-2 {
  width: 299px;
}
.radial-app-header .btn-sign-up {
  display: block;
  position: relative;
  padding: 20px 24px;
  font-weight: 700;
  color: #ccc;
  text-decoration: none;
}
.radial-app-header .btn-sign-up span {
  border: 2px solid #ccc;
  padding: 6px 12px;
}
/* header end */
.index-page .main-img {
  width: 100%;
}

/* welcome section start */
.index-page .welcome {
  background-color: #00b4bf;
}
.api-tester-page .welcome {
  padding: 50px;
}

.index-page .welcome__text {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 48px;
}
/* welcome section end */

/* getting started section start */
.index-page .start-modal__row:first-of-type {
  margin-bottom: 96px;
}

.index-page .start-modal__row p {
  margin: 0 0 24px;
}
/* getting started section end */
/* additional resources start */
.index-page .tools {
  background-color: #00b4bf;
}

.index-page .tools__icon {
  height: 80px;
  margin-left: 10px;
  margin-bottom: 32px;
}
/* additional resources end */
/* radial solutions start */
.index-page .radial-solutions__img {
  margin-bottom: 32px;
  width: 100%;
}
/* radial solutions end */
/* landing page end */

/* api tester page start */
.api-tester-page .welcome__text {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 48px;
}

.api-tester-page .btn-outlined {
  border: 2px solid #333;
  color: #333;
}

.api-tester-page .url-text {
  height: 40px;
  padding: 9px 18px;
}

.api-tester-page .js-ebay-api-tester-error {
  color: red;
  display: block;
  padding-left: 17%;
  padding-bottom: 20px;
}

.api-tester-page .request-headers .row:not(:first-child) {
  margin-top: 18px;
}

/* api tester page model start */
.api-tester-page .table-responsive {
  border: 1px solid #ddd;
  margin: 18px 0;
}

.api-tester-page .additional-info__title {
  margin-top: 86px;
}

.api-tester-page .additional-info__subtitle {
  font-weight: bold;
  margin-top: 32px;
}

.api-tester-page .additional-info__img {
  margin: 0 0 18px 14px;
}
/* api tester page model end */
/* api tester page end */
