.api_settings_main {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
  margin: 25px 20px 0 4px;
  max-width: 100%;
  width: calc(100% - 25px);
  background-color: #f5f8fe;
  padding-top: 80px;
  border-radius: 8px 8px 0px 0px;
}

.api_settings_main .nav_tabs {
  position: relative;
  float: left;
  width: calc(100% - 70px * 2);
  padding: 0 70px;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.api_settings_main .nav_tabs > li {
  float: left;
  margin-bottom: -1px;
}

.api_settings_main .nav_tabs > li > a {
  float: left;
  margin-right: 16px;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.181818181818182;
  color: #454545;
  padding: 14px 24px 18px 24px;
  border: 1px solid #c8c8c8;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background-color: #ebebeb;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.api_settings_main .nav_tabs > li > a:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -5px,
    rgba(0, 0, 0, 0.04) 0px 5px 5px -5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -5px,
    rgba(0, 0, 0, 0.04) 0px 5px 5px -5px;
}

.api_settings_main .nav_tabs > li.active > a {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.181818181818182;
  color: #3385ff;
  cursor: default;
  background-color: #fff;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.api_settings_main .nav_tabs > li.active > a:hover {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.181818181818182;
  color: #3385ff;
  cursor: default;
  background-color: #fff;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.api_settings_main .nav_tabs > li.active > a:focus {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.181818181818182;
  color: #3385ff;
  cursor: default;
  background-color: #fff;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
@media only screen and (max-width: 1230px) {
  .api_settings_main .nav.nav_tabs {
    width: calc(100% - 40px * 2);
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .api_settings_main .nav.nav_tabs {
    float: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .api_settings_main .nav.nav_tabs li {
    width: 100%;
    float: none;
  }
  .api_settings_main .nav.nav_tabs li a {
    display: inline-block;
    width: calc(100% - 48px);
    float: none;
    margin-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .api_settings_main .nav.nav_tabs {
    width: calc(100% - 20px * 2);
    padding: 0 20px;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .api_settings_main .nav.nav_tabs {
    width: calc(100% - 15px * 2);
    padding: 0 15px;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
