html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}
*/
/* Custom CMS Domain Tabs Styles */
.cms-domain-tabs .nav-link {
  background: #f5f5fa;
  color: #6941C6;
  border-radius: 8px 8px 0 0;
  margin-right: 8px;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 28px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.cms-domain-tabs .nav-link.active {
  background: linear-gradient(90deg, #C88EF2 0%, #0B3441 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(200, 142, 242, 0.15);
  border-bottom: 2px solid #C88EF2;
  z-index: 2;
}
.cms-domain-tabs .nav-link:hover {
  background: #e9e3f7;
  color: #53389E;
}
.cms-domain-tabs {
  border-bottom: 2px solid #C88EF2;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}