/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.navbar-brand, .navbar-brand > img {
    width: 170px;
    /* margin-top: 5px; */
  }

  body#index2 .header-section {
    padding-top: 10px;
  }

  main{
    padding-top: 3.9em;
  }

  .bottom-10 {
    margin-bottom: 10px;
  }

  .top-10 {
    margin-top: 10px;
  }

  div#accountDropdown {
    margin-top: -1px;
  }

  div.api-card-description {
    min-height: 70px;
    margin-bottom: 10px;
  }

  div.txt-12px {
    font-size: 12px;
  }

  .font-size-0 {
    font-size: 0.7rem;
  }

  /* div.api-endpoints div.card-header {
    background-color: #f8fafd;
  } */

  span.text-primary span.js-text-animation, span.text-primary span.typed-cursor {
    color: #f44336 !important;
  }

  #code-display pre {
    min-height: 340px;
    max-height: 340px;
    font-size: 14px;
  }

  .code-toolbar {
    height: 100%;
  }

  img.card-icon {
    width:42px;
  }

  @media (max-width : 770px) {
    img.list-icon {
      max-width:82px !important;
    }
  }

  .opacity-70 {
    opacity: 0.7;
  }

  .opacity-80 {
    opacity: 0.8;
  }

  .opacity-90 {
    opacity: 0.9;
  }

  .opacity-95 {
    opacity: 0.95;
  }

  .bg-black {
    background-color: #000;
  }

  .font-16-px {
    font-size: 18px !important;
  }

  .lh-14 {
    line-height: 1.4
  }

  /* Cover */
  .modal-top-cover {
    position: relative;
    overflow: hidden;
    min-height: 8rem;
    border-top-right-radius: 0.4375rem;
    border-top-left-radius: 0.4375rem;
  }

  .modal-top-cover-avatar {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
  }

  /* Close */
  .modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
  }

  [class*=text-highlight-] {
    background: left 1em/1em 0.2em;
  }

  .text-highlight-warning {
    background-image: linear-gradient(to bottom, rgba(245, 202, 153, 0.5) 0%, rgba(245, 202, 153, 0.5) 100%);
    background-repeat: repeat-x;
  }

  .nobg-no-border {
    background-color: transparent !important;
    border: none !important;
  }

  #custom-noticeable-widget {
    --noticeable-widget-trigger-badge: {
      margin-left: 8px;
    };
  }

  .btn:disabled{
    pointer-events: none;
  }

  a.show-code {
    color: #377dff;
  }

  a.show-code:hover {
    color: #fff;
  }

  .api-icon-bg{
    background: url(https://assets.apilayer.com/web/api-icon-bg.svg) no-repeat top center;
    background-size: contain;
  }

  .api-icon-bg img{
    padding: 0.5rem;
  }

  .api-partner-icon-bg{
    background: url(https://assets.apilayer.com/web/api-partner-icon-bg.svg) no-repeat top center;
    background-size: contain;
  }

.search-api-icon {
  position: relative;
  top: 34px;
  left: 10px;
}

.sidebar-apis-list {
  max-height: 153px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  margin-right: 100px;
}

.nav-icon {
  width: 16px;
}

.plan-card {
  margin-right: 46px;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #fff;
}

.tooltip-inner {
  color: black;
  background: #FFFFFF;
  border: 0.8px solid #EEF1F4;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.0828238);
  white-space:nowrap;
  max-width:none;
}

#uptime-sum {
  text-decoration: none;
}

.tooltip.fade.show.bs-tooltip-bottom {
  top: -10px !important;
}

.uptime-provider-text {
  color: red;
}

.chart-title {
  color: #1E2022;
}

#select_apis {
  width: 174.8px !important;
}

.api-search-list {
  width: 100%;
}

#block_api {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-text {
  width: 140% !important;
}

@media only screen and (max-width: 767px) {
  .plans-column {
    width: 100%;
    text-align: center;
  }
  .card-text {
    width: 100% !important;
  }
}

.custom-select-two {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 1.625rem);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #97a4af; 
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cpath fill='%2371869d' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") no-repeat right 1rem center;
  border: 0.0625rem solid #e7eaf3;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-is-invalid {
  border: 2px solid #de4437 !important;
  box-shadow: 0 0 10px rgba(222, 68, 55, 0.1) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23de4437' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23de4437' stroke='none'/%3e%3c/svg%3e") no-repeat right 3rem center/8px 10px !important;
  background-repeat: no-repeat !important;
}

.custom-is-valid {
  border: 2px solid #37C625 !important;
  box-shadow: 0 0 10px rgba(55, 198, 37, 0.1) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2337C625' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat right 3rem center/8px 10px !important;
  background-repeat: no-repeat !important;
}

.custom-github-style{
  height: 32px; 
  width: 400px;
  color:#3C4043 !important;
  border-radius: 4px Im !important;
  border: 1px solid #dadce0 !important;
}

.custom-github-style > span{
  font-weight: 600;
  color: #3c4043 !important;
}

.custom-github-style:hover {
  box-shadow: none;
  border-color: #d2e3fc !important;
  outline: none;
  background-color: rgba(66, 133, 244, 0.04);
}

#signup_form #signinSrName::placeholder{
  font-size: 14px;
}

#signup_form #signinSrEmail::placeholder{
  font-size: 14px;
}

#signup_form #signinSrPassword::placeholder{
  font-size: 14px;
}

#signup_form #country{
  font-size: 14px;
}

#signup_form #signup_button{
  padding: 10px 0;
}

.breadcrumb-item + .breadcrumb-item{
  padding-left: 0.2rem;
}

.breadcrumb-item + .breadcrumb-item::before{
  padding-right: 0.2rem;
}