html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #f6f7f7;
  color: #202223;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

a {
  color: #005bd3;
}

a:hover,
a:focus {
  color: #004299;
}

ui-nav-menu {
  display: none;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

main[role="main"] {
  min-height: 100vh;
  padding: 20px 24px 32px;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
}

.header_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px 16px;
  margin-bottom: 18px;
}

.__has_border {
  border-bottom: 1px solid #dfe3e8;
  padding-bottom: 14px;
}

.heading-page {
  margin: 0;
  color: #202223;
  font-size: 24px;
  font-weight: 650;
  line-height: 1.25;
}

.__contentOuter {
  width: 100%;
}

.__ui__item__card {
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.__ui__item__card h2,
.__ui__item__card h3 {
  color: #202223;
  font-weight: 650;
}

.mg-t-20 {
  margin-top: 20px;
}

.mg-b-20 {
  margin-bottom: 20px;
}

.hidden {
  display: none !important;
}

.horizontal-menu,
.mobile-menu {
  background: #fff;
  border-bottom: 1px solid #dfe3e8;
  padding: 10px 24px;
}

.horizontal-menu .nav,
.mobile-menu .nav {
  align-items: center;
  gap: 10px;
}

.app-brand-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #005bd3;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.btn {
  border-radius: 6px;
  font-weight: 600;
}

.btn-primary,
.btn-pb-primary {
  background: #005bd3;
  border-color: #005bd3;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-pb-primary:hover,
.btn-pb-primary:focus {
  background: #004299;
  border-color: #004299;
  color: #fff !important;
  text-decoration: none;
}

.btn-pb-primary {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid #005bd3;
  border-radius: 6px;
  line-height: 1.25;
}

.btn-secondary {
  background: #fff;
  border-color: #babfc3;
  color: #202223;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #f1f2f3;
  border-color: #8c9196;
  color: #202223;
}

.dropdown-menu {
  border-color: #dfe3e8;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.__sub-item-link {
  display: block;
  color: #202223;
}

.get-started-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}

.get-started-inner {
  min-width: 126px;
}

.get-started-inner p,
.get-started-steps {
  margin: 0;
  color: #6d7175;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.filled {
  width: 100%;
  height: 6px;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe3e8;
}

.filled::after {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #008060;
  content: "";
}

.filled-1::after {
  width: 50%;
}

.filled-2::after {
  width: 100%;
}

.mobile-getstarted-wrapper {
  display: none;
}

.info-convert-box {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 30;
  width: min(360px, 86vw);
  padding: 18px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.heading-convert-box {
  margin: 0 28px 12px 0;
  font-size: 16px;
  font-weight: 650;
}

.close-info-box,
.hide-alert-box {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #5c5f62;
  cursor: pointer;
}

.close-info-box:hover,
.hide-alert-box:hover {
  background: #f1f2f3;
  color: #202223;
}

.get-started-checkList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.get-started-checkList li {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  color: #202223;
}

.check-mark {
  display: inline-flex;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9cccf;
  border-radius: 50%;
  color: #8c9196;
}

.completed-item {
  border-color: #008060;
  background: #008060;
  color: #fff;
}

.alert-box-wrapper {
  position: relative;
  display: flex;
  gap: 14px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 52px 16px 16px;
  border: 1px solid #e0b252;
  border-radius: 8px;
  background: #fff8db;
  color: #202223;
}

.left-alert {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffe6a3;
  color: #8a6116;
}

.right-alert {
  flex: 1;
}

.alert-heading {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 650;
}

.alert-desc {
  margin-bottom: 12px;
}

.usage-cap-banner {
  border-radius: 8px;
}

.table-responsive {
  width: 100%;
}

.table th {
  color: #5c5f62;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.badge {
  border-radius: 999px;
}

.custom-toastr {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1055;
  display: flex;
  max-width: min(360px, calc(100vw - 32px));
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #202223;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.custom-toastr.hide-toast {
  display: none;
}

.custom-toastr .toastr-text {
  margin: 0;
}

.custom-toastr svg {
  flex: 0 0 18px;
  cursor: pointer;
}

footer {
  margin: 32px 0 0;
  color: #6d7175;
  font-size: 13px;
}

.footer-text {
  margin: 0;
}

@media (max-width: 767.98px) {
  main[role="main"] {
    padding: 16px;
  }

  .header_content {
    align-items: flex-start;
    flex-direction: column;
  }

  .heading-page {
    font-size: 22px;
  }

  .mobile-getstarted-wrapper {
    display: flex;
    margin: 0 0 16px;
  }

  .mobile-getstarted-wrapper .info-convert-box {
    right: auto;
    left: 0;
  }

  .alert-box-wrapper {
    padding: 14px 46px 14px 14px;
  }
}
