UNPKG

@clayui/css

Version:

Liferay's web implementation of the Lexicon Design Language

2,001 lines (1,834 loc) 698 kB
@charset "UTF-8"; /** * Clay 3.160.0 * * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com> * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors> * * SPDX-License-Identifier: BSD-3-Clause */ /** * Bootstrap v4.4.1 * * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com> * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/> * * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap */ /* SPDX-SnippetBegin * SPDX-License-Identifier: MIT * SPDX-SnippetCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css> */ *, *::before, *::after { box-sizing: border-box; } html { -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } main { display: block; } body { background-color: #fff; color: #212529; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; font-size: 1rem; font-weight: 400; line-height: 1.5; margin: 0rem; -ms-overflow-style: scrollbar; text-align: inherit; } h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5rem; margin-top: 0; } p { margin-bottom: 1rem; margin-top: 0; } abbr[title], abbr[data-original-title] { cursor: help; text-decoration: underline; text-decoration: underline dotted; text-decoration-skip-ink: none; } address { font-style: normal; margin-bottom: 1rem; } ol, ul, dl { margin-bottom: 1rem; margin-top: 0; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: 900; } sub, sup { line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } a { border-radius: 1px; color: #007bff; text-decoration: none; text-underline-offset: 0.23em; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { a { transition: none; } } .c-prefers-reduced-motion a { transition: none; } a:hover, a.hover { color: rgb(0, 86.1, 178.5); text-decoration: underline; } a.focus, a:focus-visible, .c-prefers-focus a:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); outline: 0; } pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } pre { margin-bottom: 1rem; margin-top: 0; overflow: auto; } figure { margin: 0 0 1rem; } img { vertical-align: middle; } svg { overflow: hidden; vertical-align: middle; } label { display: inline-block; margin-bottom: 0.5rem; } input, button, select, optgroup, textarea { font-family: inherit; font-size: inherit; line-height: inherit; margin: 0; } button, input { overflow: visible; } select { word-wrap: normal; } button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; cursor: pointer; } button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner { border-style: none; } input[type=date], input[type=time], input[type=datetime-local], input[type=month] { -webkit-appearance: listbox; } textarea { overflow: auto; } fieldset { border: 0rem; margin: 0rem; min-width: 0rem; padding: 0rem; } legend { color: inherit; display: block; font-size: 1.5rem; line-height: inherit; margin-bottom: 0.5rem; max-width: 100%; padding: 0rem; white-space: normal; width: 100%; } progress { vertical-align: baseline; } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } [type=search] { outline-offset: -2px; -webkit-appearance: none; } [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } output { display: inline-block; } summary { cursor: pointer; display: list-item; } template { display: none; } [hidden] { display: none !important; } /* SPDX-SnippetEnd */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; line-height: 1.2; margin-bottom: 0.5rem; } h1, .h1 { font-size: calc(1rem * 2.5); } h2, .h2 { font-size: calc(1rem * 2); } h3, .h3 { font-size: calc(1rem * 1.75); } h4, .h4 { font-size: calc(1rem * 1.5); } h5, .h5 { font-size: calc(1rem * 1.25); } h6, .h6 { font-size: 1rem; } .lead { font-size: calc(1rem * 1.25); font-weight: 300; } .display-1 { font-size: 6rem; font-weight: 300; line-height: 1.2; } .display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.2; } .display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.2; } .display-4 { font-size: 3.5rem; font-weight: 300; line-height: 1.2; } hr { border-color: rgba(0, 0, 0, 0.1); border-style: solid; border-width: 0.0625rem 0 0 0; margin-bottom: 1rem; margin-top: 1rem; } small, .small { font-size: 80%; font-weight: 400; } mark, .mark { background-color: #fcf8e3; display: inline; line-height: normal; position: relative; white-space: pre-wrap; } mark.clay-dark, .clay-dark.mark, .clay-dark mark, .clay-dark .mark { background-color: rgb(130.3070344828, 141.997, 153.6869655172); color: #fff; } .dropdown-section-grid, .list-unstyled { list-style: none; padding-left: 0; } .list-inline { list-style: none; padding-left: 0; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .initialism { font-size: 90%; text-transform: uppercase; } .blockquote { font-size: calc(1rem * 1.25); margin-bottom: 1rem; } .blockquote-footer { color: #6c757d; display: block; font-size: 80%; } .blockquote-footer::before { content: "— "; } .reference-mark { display: inline-block; font-size: 0.75rem; position: relative; vertical-align: super; } .reference-mark.lexicon-icon { vertical-align: super; } .c-kbd-group { font-size: 0.875rem; } .c-kbd-group > .c-kbd { font-size: inherit; } .c-kbd { background-color: transparent; border-radius: 2px; border-color: transparent; border-style: solid; border-width: 1px; box-shadow: none; color: inherit; display: inline-block; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; font-size: 0.875rem; font-weight: 500; height: 1.5rem; line-height: 1.375rem; min-width: 1.5rem; padding-bottom: 0rem; padding-left: 0.3125rem; padding-right: 0.3125rem; padding-top: 0rem; text-align: center; text-transform: capitalize; } .c-kbd > .c-kbd { border-width: 0px; font-size: inherit; font-weight: inherit; height: auto; line-height: inherit; min-width: 0rem; padding: 0rem; } .c-kbd > .c-kbd[class*=c-kbd-] { border-width: inherit; height: inherit; min-width: inherit; padding: inherit; } .c-kbd > .c-kbd[class*=c-kbd-]:first-child { margin-left: calc(0.3125rem * -1); } .c-kbd > .c-kbd[class*=c-kbd-]:last-child { margin-right: calc(0.3125rem * -1); } .c-kbd > .c-kbd.c-kbd-monospaced { padding: 0rem; } .c-kbd > .c-kbd-separator { font-weight: 400; } .c-kbd-monospaced { padding: 0rem; } .c-kbd-inline { border-width: 0px; font-weight: 300; height: auto; line-height: inherit; min-width: 0rem; padding: 0rem; } .c-kbd-inline .c-kbd-separator { font-weight: inherit; } .c-kbd-sm, .c-kbd.c-kbd-sm { font-size: 0.75rem; } .c-kbd-group-sm { font-size: 0.75rem; } .c-kbd-lg, .c-kbd.c-kbd-lg { font-size: 1rem; } .c-kbd-group-lg { font-size: 1rem; } .c-kbd-group-light { color: #6c757d; } .c-kbd-light { background-color: #fff; border-color: #ced4da; color: #6c757d; } .c-kbd-group-dark { color: #fff; } .c-kbd-dark { background-color: rgb(130.3070344828, 141.997, 153.6869655172); border-color: rgb(130.3070344828, 141.997, 153.6869655172); color: #fff; } code { color: #e83e8c; font-size: 87.5%; word-wrap: break-word; } a > code { color: inherit; } kbd { background-color: #212529; border-radius: 0.2rem; color: #fff; font-size: 87.5%; padding: 0.2rem 0.4rem; } kbd kbd { font-size: 100%; font-weight: 700; padding: 0; } pre { color: #212529; display: block; font-size: 87.5%; } pre code { color: inherit; font-size: inherit; word-break: normal; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .img-fluid { height: auto; max-width: 100%; } .img-thumbnail { background-color: #fff; border: 0.0625rem solid #dee2e6; border-radius: 0.25rem; height: auto; max-width: 100%; padding: 0.25rem; } .figure { display: inline-block; } .figure-img { line-height: 1; margin-bottom: calc(1rem * 0.5); } .figure-caption { color: #6c757d; font-size: 90%; } .carousel { position: relative; } .carousel.pointer-event { touch-action: pan-y; } .carousel-inner { overflow: hidden; position: relative; width: 100%; } .carousel-inner::after { clear: both; content: ""; display: block; } .carousel-item { backface-visibility: hidden; display: none; float: left; margin-right: -100%; position: relative; transition: transform 0.6s ease-in-out; } @media (prefers-reduced-motion: reduce) { .carousel-item { transition: none; } } .c-prefers-reduced-motion .carousel-item { transition: none; } .carousel-item { width: 100%; } .carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; } .carousel-item-next:not(.carousel-item-left), .active.carousel-item-right { transform: translateX(100%); } .carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left { transform: translateX(-100%); } .carousel-fade .carousel-item { opacity: 0; transform: none; transition-property: opacity; } .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right { opacity: 1; z-index: 1; } .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { opacity: 0; transition: opacity 0s 0.6s; } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none; } } .c-prefers-reduced-motion .carousel-fade .active.carousel-item-left, .c-prefers-reduced-motion .carousel-fade .active.carousel-item-right { transition: none; } .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { z-index: 0; } .carousel-control-prev, .carousel-control-next { align-items: center; bottom: 0; color: #fff; display: flex; justify-content: center; opacity: 0.5; position: absolute; text-align: center; top: 0; transition: opacity 0.15s ease; } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } } .c-prefers-reduced-motion .carousel-control-prev, .c-prefers-reduced-motion .carousel-control-next { transition: none; } .carousel-control-prev, .carousel-control-next { width: 15%; z-index: 1; } .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; opacity: 0.9; outline: 0; text-decoration: none; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-prev-icon, .carousel-control-next-icon { background: no-repeat 50%/100% 100%; display: inline-block; height: 20px; width: 20px; } .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M5.25%200l-4%204%204%204%201.5-1.5L4.25%204l2.5-2.5L5.25%200z'/%3E%3C/svg%3E"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M2.75%200l-1.5%201.5L3.75%204l-2.5%202.5L2.75%208l4-4-4-4z'/%3E%3C/svg%3E"); } .carousel-indicators { bottom: 0; display: flex; justify-content: center; left: 0; list-style: none; margin-left: 15%; margin-right: 15%; padding-left: 0; position: absolute; right: 0; z-index: 15; } .carousel-indicators li { background-clip: padding-box; background-color: #fff; border-bottom: 10px solid transparent; border-top: 10px solid transparent; box-sizing: content-box; cursor: pointer; flex: 0 1 auto; height: 3px; margin-left: 3px; margin-right: 3px; opacity: 0.5; text-indent: -999px; transition: opacity 0.6s ease; } @media (prefers-reduced-motion: reduce) { .carousel-indicators li { transition: none; } } .c-prefers-reduced-motion .carousel-indicators li { transition: none; } .carousel-indicators li { width: 30px; } .carousel-indicators .active { opacity: 1; } .carousel-caption { bottom: 20px; color: #fff; left: calc((100% - 70%) * 0.5); padding-bottom: 20px; padding-top: 20px; position: absolute; right: calc((100% - 70%) * 0.5); text-align: center; z-index: 10; } .jumbotron { background-color: #e9ecef; border-radius: 0.3rem; margin-bottom: 2rem; padding: 2rem calc(2rem * 0.5); } @media (min-width: 576px) { .jumbotron { padding: calc(2rem * 2) 2rem; } } .jumbotron-fluid { border-radius: 0; padding-left: 0; padding-right: 0; } @keyframes spinner-border { to { transform: rotate(360deg); } } .spinner-border { animation: spinner-border 0.75s linear infinite; border-color: currentColor transparent currentColor currentColor; border-radius: 50%; border-style: solid; border-width: 0.25em; display: inline-block; height: 2rem; vertical-align: text-bottom; width: 2rem; } @media (prefers-reduced-motion: reduce) { .spinner-border { animation: none; } } .c-prefers-reduced-motion .spinner-border { animation: none; } .spinner-border-sm { border-width: 0.2em; height: 1rem; width: 1rem; } @keyframes spinner-grow { 0% { transform: scale(0); } 50% { opacity: 1; } } .spinner-grow { animation: spinner-grow 0.75s linear infinite; background-color: currentColor; border-radius: 50%; display: inline-block; height: 2rem; opacity: 0; vertical-align: text-bottom; width: 2rem; } @media (prefers-reduced-motion: reduce) { .spinner-grow { animation: none; } } .c-prefers-reduced-motion .spinner-grow { animation: none; } .spinner-grow-sm { height: 1rem; width: 1rem; } .toast { backdrop-filter: blur(10px); background-clip: padding-box; background-color: rgba(255, 255, 255, 0.85); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0.25rem; box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); font-size: 0.875rem; max-width: 350px; opacity: 0; overflow: hidden; } .toast:not(:last-child) { margin-bottom: 0.75rem; } .toast.showing { opacity: 1; } .toast.show { display: block; opacity: 1; } .toast.hide { display: none; } .toast-header { align-items: center; background-clip: padding-box; background-color: rgba(255, 255, 255, 0.85); border-bottom: 1px solid rgba(0, 0, 0, 0.05); color: #6c757d; display: flex; padding: 0.25rem 0.75rem; } .toast-body { padding: 0.75rem; } .lexicon-icon { display: inline-block; fill: currentColor; height: 1em; margin-top: -3px; vertical-align: middle; width: 1em; } .lexicon-icon-sm { font-size: 0.5rem; } .lexicon-icon-lg { font-size: 2rem; } .lexicon-icon-xl { font-size: 8rem; } .order-arrow-down-active .order-arrow-arrow-down { fill: rgba(0, 0, 0, 0.9); } .order-arrow-up-active .order-arrow-arrow-up { fill: rgba(0, 0, 0, 0.9); } a.collapse-icon, button.collapse-icon, .collapse-icon[tabindex] { padding-right: 2.28125rem; } a.collapse-icon .c-inner, button.collapse-icon .c-inner, .collapse-icon[tabindex] .c-inner { margin-right: calc(2.28125rem * -1); } .collapse-icon-closed .lexicon-icon, .collapse-icon-open .lexicon-icon { display: block; } .collapse-icon .collapse-icon-closed, .collapse-icon .collapse-icon-open { height: 1em; position: absolute; right: 0.9375rem; top: calc(0.5rem + 0.0625rem + (((0.9375em * 1.5) - 1em) * 0.5)); width: 1em; } .collapse-icon .collapse-icon-closed .lexicon-icon, .collapse-icon .collapse-icon-open .lexicon-icon { margin-top: 0; } .collapse-icon .collapse-icon-closed { display: none; } .collapse-icon .collapse-icon-open { display: inline-block; } .collapsed .collapse-icon-closed { display: inline-block; } .collapsed .collapse-icon-open { display: none; } .collapse-icon.collapse-icon-middle .collapse-icon-closed, .collapse-icon.collapse-icon-middle .collapse-icon-open { margin-top: 0; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); } .aspect-ratio { display: block; overflow: hidden; position: relative; padding-bottom: calc(1 / 1 * 100%); } .aspect-ratio-item { left: 0; position: absolute; word-wrap: break-word; } .sticker-img, .aspect-ratio-item-fluid { max-width: 100%; position: absolute; word-wrap: break-word; } .aspect-ratio-item-vertical-fluid { max-height: 100%; position: absolute; word-wrap: break-word; } .aspect-ratio-item-flush { max-width: none; position: absolute; width: 100.6%; } .aspect-ratio-item-vertical-flush { height: 100.6%; max-height: none; position: absolute; } .aspect-ratio-item-top-left { position: absolute; bottom: auto; left: 0; right: auto; top: 0; } .aspect-ratio-item-top-center { position: absolute; bottom: auto; left: 50%; right: auto; top: 0; transform: translateX(-50%); } .aspect-ratio-item-top-right { position: absolute; bottom: auto; left: auto; right: 0; top: 0; } .aspect-ratio-item-right-middle { position: absolute; bottom: auto; left: auto; right: 0; top: 50%; transform: translateY(-50%); } .aspect-ratio-item-bottom-right { position: absolute; bottom: 0; left: auto; right: 0; top: auto; } .aspect-ratio-item-bottom-center { position: absolute; bottom: 0; left: 50%; right: auto; transform: translateX(-50%); } .aspect-ratio-item-bottom-left { position: absolute; bottom: 0; left: 0; right: auto; top: auto; } .aspect-ratio-item-left-middle { position: absolute; bottom: auto; left: 0; right: auto; top: 50%; transform: translateY(-50%); } .sticker-img, .aspect-ratio-item-center-middle { position: absolute; bottom: auto; left: 50%; right: auto; top: 50%; transform: translate(-50%, -50%); } .aspect-ratio-3-to-2 { padding-bottom: calc(2 / 3 * 100%); } .aspect-ratio-4-to-3 { padding-bottom: calc(3 / 4 * 100%); } .aspect-ratio-8-to-3 { padding-bottom: calc(3 / 8 * 100%); } .aspect-ratio-8-to-5 { padding-bottom: calc(5 / 8 * 100%); } .aspect-ratio-16-to-9 { padding-bottom: calc(9 / 16 * 100%); } .aspect-ratio-bg-contain { background-position: center; background-repeat: no-repeat; background-size: contain; } .aspect-ratio-bg-cover { background-position: center; background-repeat: no-repeat; background-size: cover; } .aspect-ratio-bg-center { background-position: center; background-repeat: no-repeat; } .btn { background-color: transparent; border-color: transparent; border-style: solid; border-width: 0.0625rem; border-radius: 0.25rem; color: #212529; cursor: pointer; display: inline-block; font-size: 1rem; font-weight: 400; letter-spacing: inherit; line-height: 1.5; padding-bottom: 0.375rem; padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.375rem; text-align: center; text-transform: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { transition: none; } } .c-prefers-reduced-motion .btn { transition: none; } .btn { -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; vertical-align: middle; } .btn:hover { color: #212529; text-decoration: none; } .btn.focus, .btn:focus-visible, .c-prefers-focus .btn:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); outline: 0; } .btn:disabled, .btn.disabled { cursor: not-allowed; opacity: 0.65; } .btn:disabled:focus-visible, .c-prefers-focus .btn:disabled:focus, .btn.disabled:focus-visible, .c-prefers-focus .btn.disabled:focus { box-shadow: none; } .btn:disabled:active, .btn.disabled:active { pointer-events: none; } .btn .c-inner { margin-bottom: calc(0.375rem * -1); margin-left: calc(0.75rem * -1); margin-right: calc(0.75rem * -1); margin-top: calc(0.375rem * -1); } .btn .inline-item { line-height: 1; margin-top: -3px; } .btn .inline-item .lexicon-icon { margin-top: 0rem; } .btn .btn-section { display: block; font-size: 0.6875rem; font-weight: 500; line-height: 1; } fieldset:disabled a.btn { cursor: not-allowed; opacity: 0.65; } fieldset:disabled a.btn:focus { box-shadow: none; } fieldset:disabled a.btn:active { pointer-events: none; } .sidebar-sm .btn.btn-xs, .btn-translucent, .btn-xs { font-size: 0.75rem; line-height: 1.5; padding-bottom: 0.125rem; padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.125rem; } .sidebar-sm .btn.btn-xs .c-inner, .btn-translucent .c-inner, .btn-xs .c-inner { margin-bottom: calc(0.125rem * -1); margin-left: calc(0.5rem * -1); margin-right: calc(0.5rem * -1); margin-top: calc(0.125rem * -1); } .sidebar-sm .btn.btn-xs .lexicon-icon, .btn-translucent .lexicon-icon, .btn-xs .lexicon-icon { font-size: inherit; } .sidebar-sm .btn.btn-xs .inline-item, .btn-translucent .inline-item, .btn-xs .inline-item { font-size: inherit; margin-top: -0.16em; } .sidebar-sm .btn.btn-xs .inline-item-before, .btn-translucent .inline-item-before, .btn-xs .inline-item-before { margin-right: 0.25rem; } .sidebar-sm .btn.btn-xs .inline-item-after, .btn-translucent .inline-item-after, .btn-xs .inline-item-after { margin-left: 0.25rem; } .sidebar-sm .btn.btn-xs .btn-section, .btn-translucent .btn-section, .btn-xs .btn-section { font-size: 0.375rem; } .btn-group-lg > .btn, .btn-group-lg .btn-group > .btn, .btn-lg { border-radius: 0.3rem; font-size: 1.25rem; line-height: 1.5; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; } .btn-group-lg > .btn .c-inner, .btn-group-lg .btn-group > .btn .c-inner, .btn-lg .c-inner { margin-bottom: calc(0.5rem * -1); margin-left: calc(1rem * -1); margin-right: calc(1rem * -1); margin-top: calc(0.5rem * -1); } .btn-group-lg > .btn .btn-section, .btn-group-lg .btn-group > .btn .btn-section, .btn-lg .btn-section { font-size: 0.8125rem; } .sidebar-sm .btn, .form-group-sm .btn, .btn-group-sm > .btn, .btn-group-sm .btn-group > .btn, .btn-sm { border-radius: 0.2rem; font-size: 0.875rem; line-height: 1.5; padding-bottom: 0.25rem; padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.25rem; } .sidebar-sm .btn .c-inner, .form-group-sm .btn .c-inner, .btn-group-sm > .btn .c-inner, .btn-group-sm .btn-group > .btn .c-inner, .btn-sm .c-inner { margin-bottom: calc(0.25rem * -1); margin-left: calc(0.5rem * -1); margin-right: calc(0.5rem * -1); margin-top: calc(0.25rem * -1); } .sidebar-sm .btn .btn-section, .form-group-sm .btn .btn-section, .btn-group-sm > .btn .btn-section, .btn-group-sm .btn-group > .btn .btn-section, .btn-sm .btn-section { font-size: 0.5625rem; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 0.5rem; } input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block { width: 100%; } .menubar-toggler, .btn-unstyled { background-color: rgba(0, 0, 0, 0.001); border-width: 0px; cursor: pointer; font-size: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; max-width: 100%; padding: 0rem; text-align: left; text-transform: inherit; vertical-align: baseline; } .menubar-toggler .c-inner, .btn-unstyled .c-inner { margin: 0rem; max-width: none; } .sidebar-sm .btn.btn-monospaced.btn-xs, .btn-monospaced.btn-xs { height: 1.5rem; width: 1.5rem; } .btn-monospaced { align-items: center; display: inline-flex; flex-direction: column; height: 2.375rem; justify-content: center; line-height: 1; overflow: hidden; padding-bottom: 0rem; padding-left: 0rem; padding-right: 0rem; padding-top: 0rem; text-align: center; white-space: normal; width: 2.375rem; overflow-wrap: break-word; word-wrap: break-word; } .btn-monospaced .c-inner { margin-bottom: calc(0rem * -1); margin-left: calc(0rem * -1); margin-right: calc(0rem * -1); margin-top: calc(0rem * -1); align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; padding: 0rem; width: 100%; } .btn-monospaced .lexicon-icon { margin-top: 0rem; } .btn-monospaced .inline-item { margin-top: 0rem; } .btn-group-vertical > .btn-monospaced.btn-lg, .btn-group-lg .btn-monospaced, .btn-monospaced.btn-lg { height: 3rem; width: 3rem; } .sidebar-sm .btn.btn-monospaced, .btn-group-vertical > .btn-monospaced.btn-sm, .btn-group-sm .btn-monospaced, .btn-monospaced.btn-sm { height: 1.9375rem; width: 1.9375rem; } .btn-primary { background-color: #007bff; border-color: #007bff; color: #fff; } .btn-primary:hover { background-color: rgb(0, 104.55, 216.75); border-color: rgb(0, 98.4, 204); color: #fff; } .btn-primary.focus, .btn-primary:focus-visible, .c-prefers-focus .btn-primary:focus { background-color: rgb(0, 104.55, 216.75); border-color: rgb(0, 98.4, 204); color: #fff; } .btn-primary:active { background-color: rgb(0, 98.4, 204); border-color: rgb(0, 92.25, 191.25); color: #fff; } .btn-primary.active { background-color: rgb(0, 98.4, 204); border-color: rgb(0, 92.25, 191.25); color: #fff; } .btn-primary:disabled, .btn-primary.disabled { background-color: #007bff; border-color: #007bff; color: #fff; } .btn-primary[aria-expanded=true], .btn-primary.show { background-color: rgb(0, 98.4, 204); border-color: rgb(0, 92.25, 191.25); color: #fff; } .btn-secondary { background-color: #6c757d; border-color: #6c757d; color: #fff; } .btn-secondary:hover { background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339); border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785); color: #fff; } .btn-secondary.focus, .btn-secondary:focus-visible, .c-prefers-focus .btn-secondary:focus { background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339); border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785); color: #fff; } .btn-secondary:active { background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785); border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232); color: #fff; } .btn-secondary.active { background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785); border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232); color: #fff; } .btn-secondary:disabled, .btn-secondary.disabled { background-color: #6c757d; border-color: #6c757d; color: #fff; } .btn-secondary[aria-expanded=true], .btn-secondary.show { background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785); border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232); color: #fff; } .btn-success { background-color: #28a745; border-color: #28a745; color: #fff; } .btn-success:hover { background-color: rgb(32.6086956522, 136.1413043478, 56.25); border-color: rgb(30.1449275362, 125.8550724638, 52); color: #fff; } .btn-success.focus, .btn-success:focus-visible, .c-prefers-focus .btn-success:focus { background-color: rgb(32.6086956522, 136.1413043478, 56.25); border-color: rgb(30.1449275362, 125.8550724638, 52); color: #fff; } .btn-success:active { background-color: rgb(30.1449275362, 125.8550724638, 52); border-color: rgb(27.6811594203, 115.5688405797, 47.75); color: #fff; } .btn-success.active { background-color: rgb(30.1449275362, 125.8550724638, 52); border-color: rgb(27.6811594203, 115.5688405797, 47.75); color: #fff; } .btn-success:disabled, .btn-success.disabled { background-color: #28a745; border-color: #28a745; color: #fff; } .btn-success[aria-expanded=true], .btn-success.show { background-color: rgb(30.1449275362, 125.8550724638, 52); border-color: rgb(27.6811594203, 115.5688405797, 47.75); color: #fff; } .btn-info { background-color: #17a2b8; border-color: #17a2b8; color: #fff; } .btn-info:hover { background-color: rgb(18.75, 132.0652173913, 150); border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667); color: #fff; } .btn-info.focus, .btn-info:focus-visible, .c-prefers-focus .btn-info:focus { background-color: rgb(18.75, 132.0652173913, 150); border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667); color: #fff; } .btn-info:active { background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667); border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333); color: #fff; } .btn-info.active { background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667); border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333); color: #fff; } .btn-info:disabled, .btn-info.disabled { background-color: #17a2b8; border-color: #17a2b8; color: #fff; } .btn-info[aria-expanded=true], .btn-info.show { background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667); border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333); color: #fff; } .btn-warning { background-color: #ffc107; border-color: #ffc107; color: #212529; } .btn-warning:hover { background-color: rgb(223.75, 167.8125, 0); border-color: rgb(211, 158.25, 0); color: #212529; } .btn-warning.focus, .btn-warning:focus-visible, .c-prefers-focus .btn-warning:focus { background-color: rgb(223.75, 167.8125, 0); border-color: rgb(211, 158.25, 0); color: #212529; } .btn-warning:active { background-color: rgb(211, 158.25, 0); border-color: rgb(198.25, 148.6875, 0); color: #212529; } .btn-warning.active { background-color: rgb(211, 158.25, 0); border-color: rgb(198.25, 148.6875, 0); color: #212529; } .btn-warning:disabled, .btn-warning.disabled { background-color: #ffc107; border-color: #ffc107; color: #212529; } .btn-warning[aria-expanded=true], .btn-warning.show { background-color: rgb(211, 158.25, 0); border-color: rgb(198.25, 148.6875, 0); color: #212529; } .btn-danger { background-color: #dc3545; border-color: #dc3545; color: #fff; } .btn-danger:hover { background-color: rgb(200.082278481, 34.667721519, 50.5158227848); border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987); color: #fff; } .btn-danger.focus, .btn-danger:focus-visible, .c-prefers-focus .btn-danger:focus { background-color: rgb(200.082278481, 34.667721519, 50.5158227848); border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987); color: #fff; } .btn-danger:active { background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987); border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127); color: #fff; } .btn-danger.active { background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987); border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127); color: #fff; } .btn-danger:disabled, .btn-danger.disabled { background-color: #dc3545; border-color: #dc3545; color: #fff; } .btn-danger[aria-expanded=true], .btn-danger.show { background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987); border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127); color: #fff; } .btn-light { background-color: #f8f9fa; border-color: #f8f9fa; color: #212529; } .btn-light:hover { background-color: rgb(225.6875, 229.875, 234.0625); border-color: rgb(218.25, 223.5, 228.75); color: #212529; } .btn-light.focus, .btn-light:focus-visible, .c-prefers-focus .btn-light:focus { background-color: rgb(225.6875, 229.875, 234.0625); border-color: rgb(218.25, 223.5, 228.75); color: #212529; } .btn-light:active { background-color: rgb(218.25, 223.5, 228.75); border-color: rgb(210.8125, 217.125, 223.4375); color: #212529; } .btn-light.active { background-color: rgb(218.25, 223.5, 228.75); border-color: rgb(210.8125, 217.125, 223.4375); color: #212529; } .btn-light:disabled, .btn-light.disabled { background-color: #f8f9fa; border-color: #f8f9fa; color: #212529; } .btn-light[aria-expanded=true], .btn-light.show { background-color: rgb(218.25, 223.5, 228.75); border-color: rgb(210.8125, 217.125, 223.4375); color: #212529; } .btn-dark { background-color: #343a40; border-color: #343a40; color: #fff; } .btn-dark:hover { background-color: rgb(34.8534482759, 38.875, 42.8965517241); border-color: rgb(29.1379310345, 32.5, 35.8620689655); color: #fff; } .btn-dark.focus, .btn-dark:focus-visible, .c-prefers-focus .btn-dark:focus { background-color: rgb(34.8534482759, 38.875, 42.8965517241); border-color: rgb(29.1379310345, 32.5, 35.8620689655); color: #fff; } .btn-dark:active { background-color: rgb(29.1379310345, 32.5, 35.8620689655); border-color: rgb(23.4224137931, 26.125, 28.8275862069); color: #fff; } .btn-dark.active { background-color: rgb(29.1379310345, 32.5, 35.8620689655); border-color: rgb(23.4224137931, 26.125, 28.8275862069); color: #fff; } .btn-dark:disabled, .btn-dark.disabled { background-color: #343a40; border-color: #343a40; color: #fff; } .btn-dark[aria-expanded=true], .btn-dark.show { background-color: rgb(29.1379310345, 32.5, 35.8620689655); border-color: rgb(23.4224137931, 26.125, 28.8275862069); color: #fff; } .btn-link { border-radius: 1px; color: #007bff; font-weight: 400; text-decoration: none; } .btn-link:hover { color: rgb(0, 86.1, 178.5); text-decoration: underline; } .btn-link.focus, .btn-link:focus-visible, .c-prefers-focus .btn-link:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); text-decoration: none; } .btn-link:disabled, .btn-link.disabled { box-shadow: none; color: #6c757d; text-decoration: none; } .btn-translucent { border-radius: 50rem; } .btn-translucent.btn-primary { background-color: rgba(0, 104.55, 216.75, 0.04); border-color: transparent; color: rgb(0, 104.55, 216.75); } .btn-translucent.btn-primary:hover { background-color: rgba(0, 104.55, 216.75, 0.06); color: rgb(0, 104.55, 216.75); } .btn-translucent.btn-primary.focus, .btn-translucent.btn-primary:focus-visible, .c-prefers-focus .btn-translucent.btn-primary:focus { background-color: rgba(0, 104.55, 216.75, 0.06); color: rgb(0, 104.55, 216.75); } .btn-translucent.btn-primary:active { background-color: rgba(0, 104.55, 216.75, 0.08); color: rgb(0, 104.55, 216.75); } .btn-translucent.btn-primary.active { background-color: rgba(0, 104.55, 216.75, 0.08); color: rgb(0, 104.55, 216.75); } .btn-translucent.btn-primary[aria-expanded=true], .btn-translucent.btn-primary.show { background-color: rgba(0, 104.55, 216.75, 0.08); color: rgb(0, 104.55, 216.75); } .btn-translucent.btn-secondary { background-color: rgba(130.3070344828, 141.997, 153.6869655172, 0.04); border-color: transparent; color: #6c757d; } .btn-translucent.btn-secondary:hover { background-color: rgba(130.3070344828, 141.997, 153.6869655172, 0.06); color: #6c757d; } .btn-translucent.btn-secondary.focus, .btn-translucent.btn-secondary:focus-visible, .c-prefers-focus .btn-translucent.btn-secondary:focus { background-color: rgba(130.3070344828, 141.997, 153.6869655172, 0.06); color: #6c757d; } .btn-translucent.btn-secondary:active { background-color: rgba(130.3070344828, 141.997, 153.6869655172, 0.08); color: #6c757d; } .btn-translucent.btn-secondary.active { background-color: rgba(130.3070344828, 141.997, 153.6869655172, 0.08); color: #6c757d; } .btn-translucent.btn-secondary[aria-expanded=true], .btn-translucent.btn-secondary.show { background-color: rgba(130.3070344828, 141.997, 153.6869655172, 0.08); color: #6c757d; } .btn-translucent.btn-info, .btn-beta { background-color: rgba(18.75, 132.0652173913, 150, 0.04); border-color: transparent; color: rgb(18.75, 132.0652173913, 150); } .btn-translucent.btn-info:hover, .btn-beta:hover { background-color: rgba(18.75, 132.0652173913, 150, 0.06); color: rgb(18.75, 132.0652173913, 150); } .btn-translucent.btn-info.focus, .btn-translucent.btn-info:focus-visible, .c-prefers-focus .btn-translucent.btn-info:focus, .btn-beta.focus, .btn-beta:focus-visible, .c-prefers-focus .btn-beta:focus { background-color: rgba(18.75, 132.0652173913, 150, 0.06); color: rgb(18.75, 132.0652173913, 150); } .btn-translucent.btn-info:active, .btn-beta:active { background-color: rgba(18.75, 132.0652173913, 150, 0.08); color: rgb(18.75, 132.0652173913, 150); } .btn-translucent.btn-info.active, .btn-beta.active { background-color: rgba(18.75, 132.0652173913, 150, 0.08); color: rgb(18.75, 132.0652173913, 150); } .btn-translucent.btn-info[aria-expanded=true], .btn-translucent.btn-info.show, .btn-beta[aria-expanded=true], .btn-beta.show { background-color: rgba(18.75, 132.0652173913, 150, 0.08); color: rgb(18.75, 132.0652173913, 150); } .btn-translucent.btn-success { background-color: rgba(32.6086956522, 136.1413043478, 56.25, 0.04); border-color: transparent; color: rgb(32.6086956522, 136.1413043478, 56.25); } .btn-translucent.btn-success:hover { background-color: rgba(32.6086956522, 136.1413043478, 56.25, 0.06); color: rgb(32.6086956522, 136.1413043478, 56.25); } .btn-translucent.btn-success.focus, .btn-translucent.btn-success:focus-visible, .c-prefers-focus .btn-translucent.btn-success:focus { background-color: rgba(32.6086956522, 136.1413043478, 56.25, 0.06); color: rgb(32.6086956522, 136.1413043478, 56.25); } .btn-translucent.btn-success:active { background-color: rgba(32.6086956522, 136.1413043478, 56.25, 0.08); color: rgb(32.6086956522, 136.1413043478, 56.25); } .btn-translucent.btn-success.active { background-color: rgba(32.6086956522, 136.1413043478, 56.25, 0.08); color: rgb(32.6086956522, 136.1413043478, 56.25); } .btn-translucent.btn-success[aria-expanded=true], .btn-translucent.btn-success.show { background-color: rgba(32.6086956522, 136.1413043478, 56.25, 0.08); color: rgb(32.6086956522, 136.1413043478, 56.25); } .btn-translucent.btn-warning { background-color: rgba(223.75, 167.8125, 0, 0.04); border-color: transparent; color: rgb(223.75, 167.8125, 0); } .btn-translucent.btn-warning:hover { background-color: rgba(223.75, 167.8125, 0, 0.06); color: rgb(223.75, 167.8125, 0); } .btn-translucent.btn-warning.focus, .btn-translucent.btn-warning:focus-visible, .c-prefers-focus .btn-translucent.btn-warning:focus { background-color: rgba(223.75, 167.8125, 0, 0.06); color: rgb(223.75, 167.8125, 0); } .btn-translucent.btn-warning:active { background-color: rgba(223.75, 167.8125, 0, 0.08); color: rgb(223.75, 167.8125, 0); } .btn-translucent.btn-warning.active { background-color: rgba(223.75, 167.8125, 0, 0.08); color: rgb(223.75, 167.8125, 0); } .btn-translucent.btn-warning[aria-expanded=true], .btn-translucent.btn-warning.show { background-color: rgba(223.75, 167.8125, 0, 0.08); color: rgb(223.75, 167.8125, 0); } .btn-translucent.btn-danger { background-color: rgba(200.082278481, 34.667721519, 50.5158227848, 0.04); border-color: transparent; color: rgb(200.082278481, 34.667721519, 50.5158227848); } .btn-translucent.btn-danger:hover { background-color: rgba(200.082278481, 34.667721519, 50.5158227848, 0.06); color: rgb(200.082278481, 34.667721519, 50.5158227848); } .btn-translucent.btn-danger.focus, .btn-translucent.btn-danger:focus-visible, .c-prefers-focus .btn-translucent.btn-danger:focus { background-color: rgba(200.082278481, 34.667721519, 50.5158227848, 0.06); color: rgb(200.082278481, 34.667721519, 50.5158227848); } .btn-translucent.btn-danger:active { background-color: rgba(200.082278481, 34.667721519, 50.5158227848, 0.08); color: rgb(200.082278481, 34.667721519, 50.5158227848); } .btn-translucent.btn-danger.active { background-color: rgba(200.082278481, 34.667721519, 50.5158227848, 0.08); color: rgb(200.082278481, 34.667721519, 50.5158227848); } .btn-translucent.btn-danger[aria-expanded=true], .btn-translucent.btn-danger.show { background-color: rgba(200.082278481, 34.667721519, 50.5158227848, 0.08); color: rgb(200.082278481, 34.667721519, 50.5158227848); } .clay-dark.btn-translucent.btn-primary, .clay-dark .btn-translucent.btn-primary { background-color: rgba(167.994, 209.9616, 255, 0.04); border-color: transparent; color: rgb(116.994, 183.5616, 255); } .clay-dark.btn-translucent.btn-primary:hover, .clay-dark .btn-translucent.btn-primary:hover { background-color: rgba(167.994, 209.9616, 255, 0.06); color: rgb(116.994, 183.5616, 255); } .focus.clay-dark.btn-translucent.btn-primary, .clay-dark .focus.btn-translucent.btn-primary, .clay-dark.btn-translucent.btn-primary:focus-visible, .clay-dark .btn-translucent.btn-primary:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-primary:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-primary:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-primary:focus { background-color: rgba(167.994, 209.9616, 255, 0.06); color: rgb(116.994, 183.5616, 255); } .clay-dark.btn-translucent.btn-primary:active, .clay-dark .btn-translucent.btn-primary:active { background-color: rgba(167.994, 209.9616, 255, 0.08); color: rgb(116.994, 183.5616, 255); } .active.clay-dark.btn-translucent.btn-primary, .clay-dark .active.btn-translucent.btn-primary { background-color: rgba(167.994, 209.9616, 255, 0.08); color: rgb(116.994, 183.5616, 255); } [aria-expanded=true].clay-dark.btn-translucent.btn-primary, .clay-dark [aria-expanded=true].btn-translucent.btn-primary, .show.clay-dark.btn-translucent.btn-primary, .clay-dark .show.btn-translucent.btn-primary { background-color: rgba(167.994, 209.9616, 255, 0.08); color: rgb(116.994, 183.5616, 255); } .clay-dark.btn-translucent.btn-info, .clay-dark .btn-translucent.btn-info, .btn-beta-dark { background-color: rgba(134.9946666667, 225.6508695652, 239.9993333333, 0.04); border-color: transparent; color: rgb(89.6613333333, 214.5639130435, 234.3326666667); } .clay-dark.btn-translucent.btn-info:hover, .clay-dark .btn-translucent.btn-info:hover, .btn-beta-dark:hover { background-color: rgba(134.9946666667, 225.6508695652, 239.9993333333, 0.06); color: rgb(89.6613333333, 214.5639130435, 234.3326666667); } .focus.clay-dark.btn-translucent.btn-info, .clay-dark .focus.btn-translucent.btn-info, .focus.btn-beta-dark, .clay-dark.btn-translucent.btn-info:focus-visible, .clay-dark .btn-translucent.btn-info:focus-visible, .btn-beta-dark:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-info:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-info:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-info:focus, .c-prefers-focus .btn-beta-dark:focus { background-color: rgba(134.9946666667, 225.6508695652, 239.9993333333, 0.06); color: rgb(89.6613333333, 214.5639130435, 234.3326666667); } .clay-dark.btn-translucent.btn-info:active, .clay-dark .btn-translucent.btn-info:active, .btn-beta-dark:active { background-color: rgba(134.9946666667, 225.6508695652, 239.9993333333, 0.08); color: rgb(89.6613333333, 214.5639130435, 234.3326666667); } .active.clay-dark.btn-translucent.btn-info, .clay-dark .active.btn-translucent.btn-info, .active.btn-beta-dark { background-color: rgba(134.9946666667, 225.6508695652, 239.9993333333, 0.08); color: rgb(89.6613333333, 214.5639130435, 234.3326666667); } [aria-expanded=true].clay-dark.btn-translucent.btn-info, .clay-dark [aria-expanded=true].btn-translucent.btn-info, [aria-expanded=true].btn-beta-dark, .show.clay-dark.btn-translucent.btn-info, .clay-dark .show.btn-translucent.btn-info, .show.btn-beta-dark { background-color: rgba(134.9946666667, 225.6508695652, 239.9993333333, 0.08); color: rgb(89.6613333333, 214.5639130435, 234.3326666667); } .clay-dark.btn-translucent.btn-success, .clay-dark .btn-translucent.btn-success { background-color: rgba(146.082115942, 228.911884058, 164.996, 0.04); border-color: transparent; color: rgb(104.9371884058, 219.0568115942, 130.996); } .clay-dark.btn-translucent.btn-success:hover, .clay-dark .btn-translucent.btn-success:hover { background-color: rgba(146.082115942, 228.911884058, 164.996, 0.06); color: rgb(104.9371884058, 219.0568115942, 130.996); } .focus.clay-dark.btn-translucent.btn-success, .clay-dark .focus.btn-translucent.btn-success, .clay-dark.btn-translucent.btn-success:focus-visible, .clay-dark .btn-translucent.btn-success:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-success:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-success:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-success:focus { background-color: rgba(146.082115942, 228.911884058, 164.996, 0.06); color: rgb(104.9371884058, 219.0568115942, 130.996); } .clay-dark.btn-translucent.btn-success:active, .clay-dark .btn-translucent.btn-success:active { background-color: rgba(146.082115942, 228.911884058, 164.996, 0.08); color: rgb(104.9371884058, 219.0568115942, 130.996); } .active.clay-dark.btn-translucent.btn-success, .clay-dark .active.btn-translucent.btn-success { background-color: rgba(146.082115942, 228.911884058, 164.996, 0.08); color: rgb(104.9371884058, 219.0568115942, 130.996); } [aria-expanded=true].clay-dark.btn-translucent.btn-success, .clay-dark [aria-expanded=true].btn-translucent.btn-success, .show.clay-dark.btn-translucent.btn-success, .clay-dark .show.btn-translucent.btn-success { background-color: rgba(146.082115942, 228.911884058, 164.996, 0.08); color: rgb(104.9371884058, 219.0568115942, 130.996); } .clay-dark.btn-translucent.btn-warning, .clay-dark .btn-translucent.btn-warning { background-color: rgba(255, 234.9985, 174.994, 0.04); border-color: transparent; color: rgb(255, 222.2485, 123.994); } .clay-dark.btn-translucent.btn-warning:hover, .clay-dark .btn-translucent.btn-warning:hover { background-color: rgba(255, 234.9985, 174.994, 0.06); color: rgb(255, 222.2485, 123.994); } .focus.clay-dark.btn-translucent.btn-warning, .clay-dark .focus.btn-translucent.btn-warning, .clay-dark.btn-translucent.btn-warning:focus-visible, .clay-dark .btn-translucent.btn-warning:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-warning:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-warning:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-warning:focus { background-color: rgba(255, 234.9985, 174.994, 0.06); color: rgb(255, 222.2485, 123.994); } .clay-dark.btn-translucent.btn-warning:active, .clay-dark .btn-translucent.btn-warning:active { background-color: rgba(255, 234.9985, 174.994, 0.08); color: rgb(255, 222.2485, 123.994); } .active.clay-dark.btn-translucent.btn-warning, .clay-dark .active.btn-translucent.btn-warning { background-color: rgba(255, 234.9985, 174.994, 0.08); color: rgb(255, 222.2485, 123.994); } [aria-expanded=true].clay-dark.btn-translucent.btn-warning, .clay-dark [aria-expanded=true].btn-translucent.btn-warning, .show.clay-dark.btn-translucent.btn-warning, .clay-dark .show.btn-translucent.btn-warning { background-color: rgba(255, 234.9985, 174.994, 0.08); color: rgb(255, 222.2485, 123.994); } .clay-dark.btn-translucent.btn-danger, .clay-dark .btn-translucent.btn-danger { background-color: rgba(244.8092405063, 196.1847594937, 200.8433924051, 0.04); border-color: transparent; color: rgb(237.2775949367, 152.7164050633, 160.8180759494); } .clay-dark.btn-translucent.btn-danger:hover, .clay-dark .btn-translucent.btn-danger:hover { background-color: rgba(244.8092405063, 196.1847594937, 200.8433924051, 0.06); color: rgb(237.2775949367, 152.7164050633, 160.8180759494); } .focus.clay-dark.btn-translucent.btn-danger, .clay-dark .focus.btn-translucent.btn-danger, .clay-dark.btn-translucent.btn-danger:focus-visible, .clay-dark .btn-translucent.btn-danger:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-danger:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-danger:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-danger:focus { background-color: rgba(244.8092405063, 196.1847594937, 200.8433924051, 0.06); color: rgb(237.2775949367, 152.7164050633, 160.8180759494); } .clay-dark.btn-translucent.btn-danger:active, .clay-dark .btn-translucent.btn-danger:active { background-color: rgba(244.8092405063, 196.1847594937, 200.8433924051, 0.08); color: rgb(237.2775949367, 152.7164050633, 160.8180759494); } .active.clay-dark.btn-translucent.btn-danger, .clay-dark .active.btn-translucent.btn-danger { background-color: rgba(244.8092405063, 196.1847594937, 200.8433924051, 0.08); color: rgb(237.2775949367, 152.7164050633, 160.8180759494); } [aria-expanded=true].clay-dark.btn-translucent.btn-danger, .clay-dark [aria-expanded=true].btn-translucent.btn-danger, .show.clay-dark.btn-translucent.btn-danger, .clay-dark .show.btn-translucent.btn-danger { background-color: rgba(244.8092405063, 196.1847594937, 200.8433924051, 0.08); color: rgb(237.2775949367, 152.7164050633, 160.8180759494); } .btn-outline-primary { border-