/* https://v1.tailwindcss.com/docs/responsive-design */
/* In your CSS */
:root {
  --color-primary: #00000a;
  --color-secondary: #00000a;
  --color-light: #F6F6F4;
  --color-info: #006991;
  --color-success: #05934a;
  --color-warning: #f97316;
  --color-danger: #c6401d;
  --currentColor: #00000a;
}

a:focus, button:focus, input:focus, textarea:focus, select:focus {
  outline: 3px solid #00000a;
  outline-offset: 3px;
}

.h1 {
  font-size: 2.75rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

.h2 {
  font-size: 1.75rem;
  line-height: 1.625rem;
  margin-bottom: 0.75rem;
}

.h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

.h4 {
  font-size: 1.4375rem;
  line-height: 1.75rem;
}

.h5 {
  font-size: 1.375rem;
  line-height: 1.5rem;
}

a:not(.btn) {
  color: #00000a;
  text-decoration: none;
}
a:not(.btn):focus, a:not(.btn):not(.hover\:no-underline):hover {
  text-decoration: underline;
}

a:focus, input:focus, button:focus {
  outline: 3px solid #00000a;
  outline-offset: 3px;
}

.admin-pagination nav {
  width: 100%;
}
.admin-pagination nav span[aria-current=page] span {
  background: #00000a;
  border-color: #00000a;
  color: #fff;
}

.table-sorter {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.table-sorter:focus, .table-sorter:hover {
  outline-offset: 0;
  outline: none;
  background: #fff;
  color: #00000a;
}
.table-sorter--up svg {
  transform: rotate(180deg);
}

.loading-sml {
  display: inline-block;
  margin-left: 5px;
}
.loading-sml svg {
  width: auto;
  height: 20px;
}
.loading.left-100 {
  left: 100%;
}

.copy-to-clipboard {
  cursor: copy;
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.copy-to-clipboard:after {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 0;
  height: 0;
  transition: background 0.3s ease-in-out;
  background: transparent;
  z-index: 0;
}
.copy-to-clipboard:before {
  content: "";
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 120%;
  z-index: 0;
  opacity: 0;
  font-size: 9px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.copy-to-clipboard.copied:before {
  content: "Copied!";
  opacity: 1;
  color: #00000a;
}
.copy-to-clipboard:hover:after, .copy-to-clipboard:focus:after {
  width: 110%;
  height: 110%;
  background: rgba(5, 147, 74, 0.2);
}

.badge {
  padding: 0 0.5rem;
  display: inline-flex;
  line-height: 1.25rem;
  font-weight: 600;
  color: #000;
  background-color: #F6F6F4;
  border-radius: 9999px;
  font-size: 0.8rem;
  justify-content: center;
}
.badge.hidden {
  display: none;
}
.badge--circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  align-content: center;
}
.badge--active {
  background: #05934a;
  color: #fff;
}
.badge--danger {
  background: #c6401d;
  color: #fff;
}

.keyboard-nav a {
  position: absolute;
  left: 0;
  top: -10em;
  padding: 1rem 2rem;
  white-space: nowrap;
  color: #fff;
  font-size: 0.9375rem;
  background-color: #00000a;
  text-decoration: none;
  text-transform: uppercase;
}
.keyboard-nav a:focus {
  top: 0;
  z-index: 20000;
  outline: none;
}

#main-nav a:hover, #main-nav a:focus {
  text-decoration: none;
}

.markdown-editor .toastui-editor-contents {
  color: #00000a;
  font-weight: 400;
}
.markdown-editor .toastui-editor-contents h1, .markdown-editor .toastui-editor-contents h2, .markdown-editor .toastui-editor-contents h3, .markdown-editor .toastui-editor-contents h4, .markdown-editor .toastui-editor-contents h5, .markdown-editor .toastui-editor-contents h6 {
  margin-bottom: 1rem;
  line-height: 1.1;
  border-bottom: 0;
  font-weight: 400;
}
.markdown-editor .toastui-editor-contents h1 {
  font-size: 36px;
}
.markdown-editor .toastui-editor-contents h2 {
  font-size: 32px;
}
.markdown-editor .toastui-editor-contents h3 {
  font-size: 24px;
}
.markdown-editor .toastui-editor-contents h4 {
  font-size: 22px;
}
.markdown-editor .toastui-editor-contents h5 {
  font-size: 16px;
}
.markdown-editor .toastui-editor-contents h6 {
  font-size: 14px;
}
.markdown-editor .toastui-editor-contents strong, .markdown-editor .toastui-editor-contents b {
  font-weight: 600;
}
.markdown-editor .toastui-editor-contents table thead th {
  background: transparent;
  color: #00000a;
}
.markdown-editor .toastui-editor-contents table thead th p {
  color: #00000a;
}
.markdown-editor .toastui-editor-contents table tbody td {
  background: transparent;
  color: #00000a;
}
.markdown-editor .toastui-editor-contents table tbody td p {
  color: #00000a;
}
.markdown-editor .toastui-editor-contents p {
  margin-bottom: 16px;
}
.markdown-editor .toastui-editor-contents a {
  color: #00000a;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  white-space: nowrap;
  position: relative;
}
.markdown-editor .toastui-editor-contents a:focus:not(.btn) {
  outline: 2px solid #00000a;
  outline-offset: 3px;
}
.markdown-editor .toastui-editor-contents a:hover:not(.btn) {
  color: #00000a;
}
.markdown-editor .toastui-editor-contents a:hover:not(.btn):after {
  width: 100%;
}
.markdown-editor .toastui-editor-contents a:after {
  content: "";
  display: inline-block;
  top: 100%;
  height: 2px;
  width: 0;
  left: 0;
  position: absolute;
  background: #00000a;
  transition: 0.2s width ease-in-out;
}
