.navbar {
  transition: all 0.4s;
}

.navbar .nav-link {
  color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
  text-decoration: none;
}

.navbar .navbar-brand {
  color: #fff;
}

.nav-pills .nav-link {
  border-radius: 0 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0033e2 !important;
}

.navbar-toggler {
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler .fa-bars::before {
  color: white;
}

/* Change navbar styling on scroll */
.navbar {
  background: #0033e2 !important;
}

.navbar.active {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.flex-column .nav-link {
  color: #0033e2;
}

.flex-column .nav-link:focus,
.flex-column .nav-link:hover {
  color: #0033e2;
}

.navbar.active .nav-link {
  color: #fff;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
  color: #fff;
  text-decoration: none;
}

.navbar.active .navbar-brand {
  color: #fff;
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
  .navbar {
    background: #fff;
  }

  .navbar .navbar-brand,
  .navbar .nav-link {
    color: #555;
  }
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
.text-small {
  font-size: 0.9rem !important;
}

body {
  min-height: 110vh;
  /* background-color: #4ca1af;
    background-image: linear-gradient(135deg, #4ca1af 0%, #c4e0e5 100%); */
}

.footer-dark {
  /* padding:50px 0; */
  color: #f0f9ff;
  height: 60px;
  background-color: #1f1f1f;
  margin-top: 60px;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social>a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 22px;
  opacity: 0.3;
  font-size: 14px;
  margin-bottom: 0;
}

body {
  text-align: center;
  min-height: 100vh;
  /* background-color: #bdd4e7;
    background-image: linear-gradient(315deg, #bdd4e7 0%, #8693ab 74%); */

}

.wysiwyg {
  color: #4d4751;
  font-family: inherit;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.fontsAreLoaded .wysiwyg h1 {
  font-family: Nexa Regular, arial, helvetica, sans-serif;
}

.wysiwyg_apiDoc h1,
.wysiwyg_apiDoc h2,
.wysiwyg_apiDoc h3,
.wysiwyg_apiDoc h4,
.wysiwyg_apiDoc h5,
.wysiwyg_apiDoc h6 {
  color: #4d4751;
}

.wysiwyg h1 {
  font-size: 35px;
  border-left: 3px solid #0033e2;
  padding-left: 6px;
}

.wysiwyg h2 {
  font-size: 30px;
}

.wysiwyg h3 {
  font-size: 20px;
}

.wysiwyg p {
  margin-bottom: 12px;
}

/* h1{
    font-family: 'Montserrat', sans-serif;
    color: #efefef;
  } */

.clipboard {
  position: relative;
}

/* You just need to get this field */
.copy-input {
  /* max-width: 275px; */
  width: 100%;
  min-height: 400px;
  height: 275px;
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0px;
  padding: 40px 45px 15px 260px;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 3px 15px #b8c6db;
  -moz-box-shadow: 0 3px 15px #b8c6db;
  -webkit-box-shadow: 0 3px 15px #b8c6db;
  overflow: hidden;
  /* resize: none; */
}

.copy-input:focus {
  outline: none;
}

.copy-btn {
  width: 40px;
  background-color: #000000;
  font-size: 18px;
  padding: 6px 9px;
  border-radius: 5px;
  border: none;
  position: absolute;
  color: #6c6c6c;
  margin-left: -48px;
  transition: all .4s;
}

/* .copy-btn:hover {
    transform: scale(1.3);
    color:#1a1a1a;
    cursor:pointer;
  } */

.copy-btn:focus {
  outline: none;
}

.copied {
  font-family: 'Montserrat', sans-serif;
  width: 75px;
  display: none;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 15px #b8c6db;
  -moz-box-shadow: 0 3px 15px #b8c6db;
  -webkit-box-shadow: 0 3px 15px #b8c6db;
}

/* You just need to get this field */

.footer {
  position: fixed;
  bottom: 5px;
}

.footer p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #000;
}

.footer a {
  color: #efefef;
  transition: all .4s;
}

.footer a:hover {
  color: #eaeaeb;
}

.ap_call_type {
  color: green;
  font-weight: bold;
}

.ap_call_param {
  color: #e43b40;
  font-weight: bold;
}

.nav ul li a {
  position: relative;
  color: #0033e2;
  text-decoration: none;
  background: #f1eeff;
  padding: 6px 6px 6px 45px;
  top: 4px;
  width: 100%;
  display: block;
  top: 0;
}

.sub-item.active {
  /* padding: 0.5rem 1rem; */
  display: block;
  color: #fff;
  background-color: #0033e2 !important;
}

.flex-column>ul {
  display: none;
}

.app-api-sidebar {
  /* position: fixed; */
  /* max-height: 586px; */
  max-height: "auto";
  overflow-y: auto;
  display: block !important;
}

#copyButton {
  color: #0033e2;
}

.btn-danger {
  color: #fff !important;
  background-color: #0033e2 !important;
  border-color: #0033e2 !important;
}