@rc-component/dialog
Version:
dialog ui component for react
2,293 lines • 582 kB
CSS
.rc-drawer-RCfhUxEO {
inset: 0;
position: fixed;
z-index: 1050;
pointer-events: none;
}
.rc-drawer-inline-hHofuafP {
position: absolute;
}
.rc-drawer-mask-rfr2FSx7 {
inset: 0;
position: absolute;
z-index: 1050;
background: rgba(0, 0, 0, 0.5);
pointer-events: auto;
}
.rc-drawer-content-wrapper-0hlYf1Qi {
position: absolute;
z-index: 1050;
overflow: hidden;
transition: transform 0.3s;
}
.rc-drawer-content-wrapper-hidden-nGcF1LEH {
display: none;
}
.rc-drawer-left-aIOxPPit .rc-drawer-content-wrapper-0hlYf1Qi {
top: 0;
bottom: 0;
left: 0;
}
.rc-drawer-right-Un1XLpnI .rc-drawer-content-wrapper-0hlYf1Qi {
top: 0;
right: 0;
bottom: 0;
}
.rc-drawer-content-8x0sjDqp {
width: 100%;
height: 100%;
overflow: auto;
background: #fff;
pointer-events: auto;
}
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
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 {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1-BF8RrET0,
.h2-c1k9oytW,
.h3-6wC74BbS,
.h4-7qBy_bVI,
.h5-N6Hcsebh,
.h6-NYSCUZH8 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1,
.h1-BF8RrET0 {
font-size: 2.5rem;
}
h2,
.h2-c1k9oytW {
font-size: 2rem;
}
h3,
.h3-6wC74BbS {
font-size: 1.75rem;
}
h4,
.h4-7qBy_bVI {
font-size: 1.5rem;
}
h5,
.h5-N6Hcsebh {
font-size: 1.25rem;
}
h6,
.h6-NYSCUZH8 {
font-size: 1rem;
}
.lead-bovJ-3So {
font-size: 1.25rem;
font-weight: 300;
}
.display-1-Iw38biHI {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2-esBAsTlf {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3-DUrWEN5k {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4-qIDXrvMm {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small-rhbpSaEy {
font-size: 0.875em;
font-weight: 400;
}
mark,
.mark-m_1mnC7Y {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyled-01bqBqqK {
padding-left: 0;
list-style: none;
}
.list-inline-qoEmSnL0 {
padding-left: 0;
list-style: none;
}
.list-inline-item-BnCeHfbk {
display: inline-block;
}
.list-inline-item-BnCeHfbk:not(:last-child) {
margin-right: 0.5rem;
}
.initialism-yhJNDvXE {
font-size: 90%;
text-transform: uppercase;
}
.blockquote-dT5tyOi6 {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer-AfPLurOR {
display: block;
font-size: 0.875em;
color: #6c757d;
}
.blockquote-footer-AfPLurOR::before {
content: "\2014\00A0";
}
.img-fluid-agk0PfUn {
max-width: 100%;
height: auto;
}
.img-thumbnail-IoWl9VGj {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.figure-2GbdO1QA {
display: inline-block;
}
.figure-img-QCQZ7KoY {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption-TUbaHN8S {
font-size: 90%;
color: #6c757d;
}
code {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable-W-6jDVpz {
max-height: 340px;
overflow-y: scroll;
}
.container-xJ24_mVK,
.container-fluid-NNio_Vw2,
.container-sm-2TUQZUxJ,
.container-md-Fjn4bv60,
.container-lg-HHo_QrfE,
.container-xl-sXgQxoIn {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-xJ24_mVK,
.container-sm-2TUQZUxJ {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-xJ24_mVK,
.container-sm-2TUQZUxJ,
.container-md-Fjn4bv60 {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-xJ24_mVK,
.container-sm-2TUQZUxJ,
.container-md-Fjn4bv60,
.container-lg-HHo_QrfE {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xJ24_mVK,
.container-sm-2TUQZUxJ,
.container-md-Fjn4bv60,
.container-lg-HHo_QrfE,
.container-xl-sXgQxoIn {
max-width: 1140px;
}
}
.row-yWyXLwfx {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters-VWsl_7rF {
margin-right: 0;
margin-left: 0;
}
.no-gutters-VWsl_7rF > .col-JheQM3R8,
.no-gutters-VWsl_7rF > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1-lG2gNMm1,
.col-2-mfFDB0ww,
.col-3-RHCEG3II,
.col-4-ysX6G6S6,
.col-5-UhQl3jYg,
.col-6-HOSzkTGI,
.col-7-XFPtdwrT,
.col-8-kNTJazHE,
.col-9-SCYB8odI,
.col-10-JCGkgDc8,
.col-11-1C93DOJv,
.col-12-Zc6MkchW,
.col-JheQM3R8,
.col-auto-0jpkFda-,
.col-sm-1-oaIcVEAa,
.col-sm-2-XcvM8LIb,
.col-sm-3-4IDlYrUJ,
.col-sm-4-pUkgpxlv,
.col-sm-5--Ors2nSt,
.col-sm-6--sUgDzMN,
.col-sm-7-mFBqKlAo,
.col-sm-8-sMAoZB3w,
.col-sm-9-k7_QLDBn,
.col-sm-10-D2lIMWwe,
.col-sm-11-vt5tsX68,
.col-sm-12-NP2njeS4,
.col-sm-W47E2Nka,
.col-sm-auto-9DbJSnP0,
.col-md-1-2EzalhpI,
.col-md-2-arR5XkSf,
.col-md-3-SNroPREw,
.col-md-4-4Rr0maoQ,
.col-md-5-GSZl_GpC,
.col-md-6-yhdbIBxR,
.col-md-7-SmFDEJ1o,
.col-md-8-mlOeKfeD,
.col-md-9-MgWtBSlA,
.col-md-10-KUyFuAmf,
.col-md-11-Ctdwam4z,
.col-md-12-sTOiR4eV,
.col-md-DvsMqx4R,
.col-md-auto-unzZpIJB,
.col-lg-1-rwU-5g7J,
.col-lg-2-jdK_hS8X,
.col-lg-3-4PydLGOG,
.col-lg-4-CFG-x261,
.col-lg-5-om8Sd6tP,
.col-lg-6-6Hzot6Di,
.col-lg-7-womBcMAs,
.col-lg-8-cSbqfdh0,
.col-lg-9--8MwIcc-,
.col-lg-10-D18nGxen,
.col-lg-11-JP-kxukC,
.col-lg-12--ItYw0vY,
.col-lg-eOpC2S1W,
.col-lg-auto-8Ud_N0jz,
.col-xl-1-PVmsSDzg,
.col-xl-2-BzYMi-_k,
.col-xl-3-BLSSy0Cn,
.col-xl-4-jcGlc9QP,
.col-xl-5-TtnzL2AJ,
.col-xl-6-8TDW09SO,
.col-xl-7-7EZn3u_D,
.col-xl-8-RJ-U8wix,
.col-xl-9-2oV7CtlX,
.col-xl-10-G4QuvG9h,
.col-xl-11-S9SRKGl0,
.col-xl-12-GTKNjHBH,
.col-xl-8_d-i_-K,
.col-xl-auto-GMVY9q3H {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col-JheQM3R8 {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-1-jbsQiS8D > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2-Q7VVi3zn > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3-efbwi9ME > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-4-0eX9VVD7 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5-evjiUFU8 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6-4OD6iAFA > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-auto-0jpkFda- {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1-lG2gNMm1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2-mfFDB0ww {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3-RHCEG3II {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4-ysX6G6S6 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5-UhQl3jYg {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6-HOSzkTGI {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7-XFPtdwrT {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8-kNTJazHE {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9-SCYB8odI {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10-JCGkgDc8 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11-1C93DOJv {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12-Zc6MkchW {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first-L9S6PZs- {
-ms-flex-order: -1;
order: -1;
}
.order-last-TC4QTQon {
-ms-flex-order: 13;
order: 13;
}
.order-0-vpotlmUl {
-ms-flex-order: 0;
order: 0;
}
.order-1-rbNgcgob {
-ms-flex-order: 1;
order: 1;
}
.order-2-O69HMD6x {
-ms-flex-order: 2;
order: 2;
}
.order-3-65L9g-S5 {
-ms-flex-order: 3;
order: 3;
}
.order-4-0j-KXnx- {
-ms-flex-order: 4;
order: 4;
}
.order-5-IVhLHbkT {
-ms-flex-order: 5;
order: 5;
}
.order-6-5u6pymI4 {
-ms-flex-order: 6;
order: 6;
}
.order-7-vtTtWq0_ {
-ms-flex-order: 7;
order: 7;
}
.order-8-FJmLmmVe {
-ms-flex-order: 8;
order: 8;
}
.order-9-MEIJbI8n {
-ms-flex-order: 9;
order: 9;
}
.order-10-Pq3Tr10C {
-ms-flex-order: 10;
order: 10;
}
.order-11-oJRfniBt {
-ms-flex-order: 11;
order: 11;
}
.order-12-7MNfyDzV {
-ms-flex-order: 12;
order: 12;
}
.offset-1-OtxMGx_3 {
margin-left: 8.333333%;
}
.offset-2-WaF7BVbZ {
margin-left: 16.666667%;
}
.offset-3-1ktxFMmI {
margin-left: 25%;
}
.offset-4-rXiMZfB5 {
margin-left: 33.333333%;
}
.offset-5-X1ZsbONc {
margin-left: 41.666667%;
}
.offset-6-2omMJb7e {
margin-left: 50%;
}
.offset-7-rOf-5Jnk {
margin-left: 58.333333%;
}
.offset-8-gPW-z_rf {
margin-left: 66.666667%;
}
.offset-9-CIrNjKit {
margin-left: 75%;
}
.offset-10-c-W1CMF_ {
margin-left: 83.333333%;
}
.offset-11-D_25jDDj {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm-W47E2Nka {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-sm-1-GZT4SOl8 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2-KcRHU-66 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3-9PlHgGSq > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-sm-4-wVhZyRop > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5-Ini8Jvg0 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6-41Yn8kFQ > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-auto-9DbJSnP0 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1-oaIcVEAa {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2-XcvM8LIb {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3-4IDlYrUJ {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4-pUkgpxlv {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5--Ors2nSt {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6--sUgDzMN {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7-mFBqKlAo {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8-sMAoZB3w {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9-k7_QLDBn {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10-D2lIMWwe {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11-vt5tsX68 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12-NP2njeS4 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first-dz_F1hY0 {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last-KcA9kwRB {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0-9hx8S-5Y {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1-m8IZeFHT {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2-rBetUJgU {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3-qwSHpb-e {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4-2rtcGkIJ {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5-qJz2OcI_ {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6-fJp4eSl2 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7-5r-kz7cs {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8-FFiQbxMm {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9-sgZuZMdS {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10-J9PIKzw_ {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11-8nU1h_dZ {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12-L9BeM1r7 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0-7b0-MEFD {
margin-left: 0;
}
.offset-sm-1-npLfk5vm {
margin-left: 8.333333%;
}
.offset-sm-2-0a5b-1De {
margin-left: 16.666667%;
}
.offset-sm-3-yS1uwYgb {
margin-left: 25%;
}
.offset-sm-4-cenJ50ny {
margin-left: 33.333333%;
}
.offset-sm-5-m5VN3Oz_ {
margin-left: 41.666667%;
}
.offset-sm-6-2rXTBwBC {
margin-left: 50%;
}
.offset-sm-7-yndheUF5 {
margin-left: 58.333333%;
}
.offset-sm-8-3xPVcMbY {
margin-left: 66.666667%;
}
.offset-sm-9-C7rvARSG {
margin-left: 75%;
}
.offset-sm-10-uB1D2rzm {
margin-left: 83.333333%;
}
.offset-sm-11-YxtxlAXL {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md-DvsMqx4R {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1-Md7ILyqI > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2-6lue4HRb > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3-KpFujJrc > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-md-4-mUY7OMbu > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5-LvMVaQ1i > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6-YIVhAryv > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-auto-unzZpIJB {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1-2EzalhpI {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2-arR5XkSf {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3-SNroPREw {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4-4Rr0maoQ {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5-GSZl_GpC {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6-yhdbIBxR {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7-SmFDEJ1o {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8-mlOeKfeD {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9-MgWtBSlA {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10-KUyFuAmf {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11-Ctdwam4z {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12-sTOiR4eV {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first-ACjvzX-R {
-ms-flex-order: -1;
order: -1;
}
.order-md-last-hFQI7pMM {
-ms-flex-order: 13;
order: 13;
}
.order-md-0-boinR4IU {
-ms-flex-order: 0;
order: 0;
}
.order-md-1-lUwkce5w {
-ms-flex-order: 1;
order: 1;
}
.order-md-2-ozSS-HXC {
-ms-flex-order: 2;
order: 2;
}
.order-md-3-ggw0448g {
-ms-flex-order: 3;
order: 3;
}
.order-md-4-QwGoEwP0 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5-0RLDEb9Z {
-ms-flex-order: 5;
order: 5;
}
.order-md-6-UIKq--6o {
-ms-flex-order: 6;
order: 6;
}
.order-md-7-dbFP56db {
-ms-flex-order: 7;
order: 7;
}
.order-md-8-_p9XCas1 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9-fr7FPiuh {
-ms-flex-order: 9;
order: 9;
}
.order-md-10-9foPiLNz {
-ms-flex-order: 10;
order: 10;
}
.order-md-11-_Qc48Kr- {
-ms-flex-order: 11;
order: 11;
}
.order-md-12-DtcRUI0O {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0-WH4H6BqS {
margin-left: 0;
}
.offset-md-1-q9vXCgBD {
margin-left: 8.333333%;
}
.offset-md-2-VEt5lrVb {
margin-left: 16.666667%;
}
.offset-md-3-zGs52O6Z {
margin-left: 25%;
}
.offset-md-4-E1kz3L8Y {
margin-left: 33.333333%;
}
.offset-md-5-S0hXldou {
margin-left: 41.666667%;
}
.offset-md-6-6sbc26ep {
margin-left: 50%;
}
.offset-md-7-wiCbSgYP {
margin-left: 58.333333%;
}
.offset-md-8-aIduqfub {
margin-left: 66.666667%;
}
.offset-md-9-1HC16N5m {
margin-left: 75%;
}
.offset-md-10-82gtAASO {
margin-left: 83.333333%;
}
.offset-md-11-E0TXw207 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg-eOpC2S1W {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-lg-1-pQvEX4Hx > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2-UXW3ZWaT > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3-Aj9OkBYt > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-lg-4-3-iKu7uO > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5-LcMru9_E > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6-ZmY9d3Uh > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-auto-8Ud_N0jz {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1-rwU-5g7J {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2-jdK_hS8X {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3-4PydLGOG {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4-CFG-x261 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5-om8Sd6tP {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6-6Hzot6Di {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7-womBcMAs {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8-cSbqfdh0 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9--8MwIcc- {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10-D18nGxen {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11-JP-kxukC {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12--ItYw0vY {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first-ZPhD2km8 {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last-TvDL0rb_ {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0-7Ioy0txp {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1-jOVREsQw {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2-FA2vAuwF {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3-PuITtbUc {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4-tzDJWIUJ {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5-SwexdyZk {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6-OBiebxgl {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7-d-AOoDwr {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8-0_g4Qmfd {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9-0jYOuQ_o {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10-0uQUiQpR {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11-jCAspGBO {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12-z_iKlq3A {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0-OGk7QQ6L {
margin-left: 0;
}
.offset-lg-1-1rlWcQmj {
margin-left: 8.333333%;
}
.offset-lg-2-2sew1Un7 {
margin-left: 16.666667%;
}
.offset-lg-3-nHEqSR9n {
margin-left: 25%;
}
.offset-lg-4-NcmL3naL {
margin-left: 33.333333%;
}
.offset-lg-5-QP5uM-xY {
margin-left: 41.666667%;
}
.offset-lg-6-OuQW1vQh {
margin-left: 50%;
}
.offset-lg-7-RoUITLkN {
margin-left: 58.333333%;
}
.offset-lg-8-YOocqRvw {
margin-left: 66.666667%;
}
.offset-lg-9-SZA7h53a {
margin-left: 75%;
}
.offset-lg-10-rxBLMLQT {
margin-left: 83.333333%;
}
.offset-lg-11-cTnMuhSD {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl-8_d-i_-K {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl-1-j_3s5M_T > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2-vN60CiS_ > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3-fjsaaBQI > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-xl-4-Ua5y66e4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5-6QvE1EWy > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6-YAv6uxud > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-auto-GMVY9q3H {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1-PVmsSDzg {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2-BzYMi-_k {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3-BLSSy0Cn {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4-jcGlc9QP {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5-TtnzL2AJ {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6-8TDW09SO {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7-7EZn3u_D {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8-RJ-U8wix {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9-2oV7CtlX {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10-G4QuvG9h {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11-S9SRKGl0 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12-GTKNjHBH {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first-zzEickJh {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last-prQCJ7BW {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0-rSN1rGb4 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1-1ByTGBNz {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2-9pF0sOkO {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3-3Gy95gWo {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4-bBfkrpJb {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5-tlo3Fuk2 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6-FWNhfPQI {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7-UT0_3qFs {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8-7tuPQ7nb {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9-vaM08dA_ {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10-rr8x4B1a {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11-KJfJXfJl {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12-P0YZWQ2G {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0-fNV1iFc4 {
margin-left: 0;
}
.offset-xl-1-v-geqXLl {
margin-left: 8.333333%;
}
.offset-xl-2-fi3Y8K5A {
margin-left: 16.666667%;
}
.offset-xl-3-iUmAZD_j {
margin-left: 25%;
}
.offset-xl-4-Dx6-urd3 {
margin-left: 33.333333%;
}
.offset-xl-5-tipwM4Kq {
margin-left: 41.666667%;
}
.offset-xl-6-edaRAtRz {
margin-left: 50%;
}
.offset-xl-7-xBZMCPOh {
margin-left: 58.333333%;
}
.offset-xl-8-EyCKhof5 {
margin-left: 66.666667%;
}
.offset-xl-9-_d15VxXd {
margin-left: 75%;
}
.offset-xl-10-RW9ds4cI {
margin-left: 83.333333%;
}
.offset-xl-11-EVb06BOW {
margin-left: 91.666667%;
}
}
.table-JT-6kWpQ {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table-JT-6kWpQ th,
.table-JT-6kWpQ td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table-JT-6kWpQ thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table-JT-6kWpQ tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm-Fa33UaBj th,
.table-sm-Fa33UaBj td {
padding: 0.3rem;
}
.table-bordered-ywyYjySu {
border: 1px solid #dee2e6;
}
.table-bordered-ywyYjySu th,
.table-bordered-ywyYjySu td {
border: 1px solid #dee2e6;
}
.table-bordered-ywyYjySu thead th,
.table-bordered-ywyYjySu thead td {
border-bottom-width: 2px;
}
.table-borderless-bIm-_0Nt th,
.table-borderless-bIm-_0Nt td,
.table-borderless-bIm-_0Nt thead th,
.table-borderless-bIm-_0Nt tbody + tbody {
border: 0;
}
.table-striped-FLI7ryxt tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover-zT3cI0lV tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary-xAy5JwVr,
.table-primary-xAy5JwVr > th,
.table-primary-xAy5JwVr > td {
background-color: #b8daff;
}
.table-primary-xAy5JwVr th,
.table-primary-xAy5JwVr td,
.table-primary-xAy5JwVr thead th,
.table-primary-xAy5JwVr tbody + tbody {
border-color: #7abaff;
}
.table-hover-zT3cI0lV .table-primary-xAy5JwVr:hover {
background-color: #9fcdff;
}
.table-hover-zT3cI0lV .table-primary-xAy5JwVr:hover > td,
.table-hover-zT3cI0lV .table-primary-xAy5JwVr:hover > th {
background-color: #9fcdff;
}
.table-secondary-swlAIZ1e,
.table-secondary-swlAIZ1e > th,
.table-secondary-swlAIZ1e > td {
background-color: #d6d8db;
}
.table-secondary-swlAIZ1e th,
.table-secondary-swlAIZ1e td,
.table-secondary-swlAIZ1e thead th,
.table-secondary-swlAIZ1e tbody + tbody {
border-color: #b3b7bb;
}
.table-hover-zT3cI0lV .table-secondary-swlAIZ1e:hover {
background-color: #c8cbcf;
}
.table-hover-zT3cI0lV .table-secondary-swlAIZ1e:hover > td,
.table-hover-zT3cI0lV .table-secondary-swlAIZ1e:hover > th {
background-color: #c8cbcf;
}
.table-success-YIr-OGDf,
.table-success-YIr-OGDf > th,
.table-success-YIr-OGDf > td {
background-color: #c3e6cb;
}
.table-success-YIr-OGDf th,
.table-success-YIr-OGDf td,
.table-success-YIr-OGDf thead th,
.table-success-YIr-OGDf tbody + tbody {
border-color: #8fd19e;
}
.table-hover-zT3cI0lV .table-success-YIr-OGDf:hover {
background-color: #b1dfbb;
}
.table-hover-zT3cI0lV .table-success-YIr-OGDf:hover > td,
.table-hover-zT3cI0lV .table-success-YIr-OGDf:hover > th {
background-color: #b1dfbb;
}
.table-info-FwhVj9M_,
.table-info-FwhVj9M_ > th,
.table-info-FwhVj9M_ > td {
background-color: #bee5eb;
}
.table-info-FwhVj9M_ th,
.table-info-FwhVj9M_ td,
.table-info-FwhVj9M_ thead th,
.table-info-FwhVj9M_ tbody + tbody {
border-color: #86cfda;
}
.table-hover-zT3cI0lV .table-info-FwhVj9M_:hover {
background-color: #abdde5;
}
.table-hover-zT3cI0lV .table-info-FwhVj9M_:hover > td,
.table-hover-zT3cI0lV .table-info-FwhVj9M_:hover > th {
background-color: #abdde5;
}
.table-warning-N7ULYMvR,
.table-warning-N7ULYMvR > th,
.table-warning-N7ULYMvR > td {
background-color: #ffeeba;
}
.table-warning-N7ULYMvR th,
.table-warning-N7ULYMvR td,
.table-warning-N7ULYMvR thead th,
.table-warning-N7ULYMvR tbody + tbody {
border-color: #ffdf7e;
}
.table-hover-zT3cI0lV .table-warning-N7ULYMvR:hover {
background-color: #ffe8a1;
}
.table-hover-zT3cI0lV .table-warning-N7ULYMvR:hover > td,
.table-hover-zT3cI0lV .table-warning-N7ULYMvR:hover > th {
background-color: #ffe8a1;
}
.table-danger-p6fK8bu4,
.table-danger-p6fK8bu4 > th,
.table-danger-p6fK8bu4 > td {
background-color: #f5c6cb;
}
.table-danger-p6fK8bu4 th,
.table-danger-p6fK8bu4 td,
.table-danger-p6fK8bu4 thead th,
.table-danger-p6fK8bu4 tbody + tbody {
border-color: #ed969e;
}
.table-hover-zT3cI0lV .table-danger-p6fK8bu4:hover {
background-color: #f1b0b7;
}
.table-hover-zT3cI0lV .table-danger-p6fK8bu4:hover > td,
.table-hover-zT3cI0lV .table-danger-p6fK8bu4:hover > th {
background-color: #f1b0b7;
}
.table-light-4n70YCUG,
.table-light-4n70YCUG > th,
.table-light-4n70YCUG > td {
background-color: #fdfdfe;
}
.table-light-4n70YCUG th,
.table-light-4n70YCUG td,
.table-light-4n70YCUG thead th,
.table-light-4n70YCUG tbody + tbody {
border-color: #fbfcfc;
}
.table-hover-zT3cI0lV .table-light-4n70YCUG:hover {
background-color: #ececf6;
}
.table-hover-zT3cI0lV .table-light-4n70YCUG:hover > td,
.table-hover-zT3cI0lV .table-light-4n70YCUG:hover > th {
background-color: #ececf6;
}
.table-dark-9O7yaoUP,
.table-dark-9O7yaoUP > th,
.table-dark-9O7yaoUP > td {
background-color: #c6c8ca;
}
.table-dark-9O7yaoUP th,
.table-dark-9O7yaoUP td,
.table-dark-9O7yaoUP thead th,
.table-dark-9O7yaoUP tbody + tbody {
border-color: #95999c;
}
.table-hover-zT3cI0lV .table-dark-9O7yaoUP:hover {
background-color: #b9bbbe;
}
.table-hover-zT3cI0lV .table-dark-9O7yaoUP:hover > td,
.table-hover-zT3cI0lV .table-dark-9O7yaoUP:hover > th {
background-color: #b9bbbe;
}
.table-active-G4XZvNgu,
.table-active-G4XZvNgu > th,
.table-active-G4XZvNgu > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover-zT3cI0lV .table-active-G4XZvNgu:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover-zT3cI0lV .table-active-G4XZvNgu:hover > td,
.table-hover-zT3cI0lV .table-active-G4XZvNgu:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table-JT-6kWpQ .thead-dark-Loc6sNYI th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.table-JT-6kWpQ .thead-light-Yw1-epLY th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark-9O7yaoUP {
color: #fff;
background-color: #343a40;
}
.table-dark-9O7yaoUP th,
.table-dark-9O7yaoUP td,
.table-dark-9O7yaoUP thead th {
border-color: #454d55;
}
.table-dark-9O7yaoUP.table-bordered-ywyYjySu {
border: 0;
}
.table-dark-9O7yaoUP.table-striped-FLI7ryxt tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark-9O7yaoUP.table-hover-zT3cI0lV tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm-KmwrCQLh {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm-KmwrCQLh > .table-bordered-ywyYjySu {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md-Hq6Q6R_q {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md-Hq6Q6R_q > .table-bordered-ywyYjySu {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg-7N0nI1K0 {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg-7N0nI1K0 > .table-bordered-ywyYjySu {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl-9ED9kPuG {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl-9ED9kPuG > .table-bordered-ywyYjySu {
border: 0;
}
}
.table-responsive--tzk6bub {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive--tzk6bub > .table-bordered-ywyYjySu {
border: 0;
}
.form-control-QGEFiAd7 {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control-QGEFiAd7 {
transition: none;
}
}
.form-control-QGEFiAd7::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control-QGEFiAd7:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control-QGEFiAd7::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control-QGEFiAd7::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control-QGEFiAd7:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control-QGEFiAd7::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control-QGEFiAd7::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control-QGEFiAd7:disabled,
.form-control-QGEFiAd7[readonly] {
background-color: #e9ecef;
opacity: 1;
}
input[type="date"].form-control-QGEFiAd7,
input[type="time"].form-control-QGEFiAd7,
input[type="datetime-local"].form-control-QGEFiAd7,
input[type="month"].form-control-QGEFiAd7 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select.form-control-QGEFiAd7:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
select.form-control-QGEFiAd7:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file--0f6pY13,
.form-control-range-RhHRInEa {
display: block;
width: 100%;
}
.col-form-label-wAMOj1AG {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg-Ye9ePAhB {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm-n8UTWGZJ {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext-kHAQl_Nc {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext-kHAQl_Nc.form-control-sm-Y3I1fe_b,
.form-control-plaintext-kHAQl_Nc.form-control-lg-wjxpEk-F {
padding-right: 0;
padding-left: 0;
}
.form-control-sm-Y3I1fe_b {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg-wjxpEk-F {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control-QGEFiAd7[size],
select.form-control-QGEFiAd7[multiple] {
height: auto;
}
textarea.form-control-QGEFiAd7 {
height: auto;
}
.form-group-a6cggz96 {
margin-bottom: 1rem;
}
.form-text-vZiXPskP {
display: block;
margin-top: 0.25rem;
}
.form-row-h-d-tbGP {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row-h-d-tbGP > .col-JheQM3R8,
.form-row-h-d-tbGP > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check-dm_W6Y9Y {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input-d6l77u7K {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input-d6l77u7K[disabled] ~ .form-check-label-pW0wJJPR,
.form-check-input-d6l77u7K:disabled ~ .form-check-label-pW0wJJPR {
color: #6c757d;
}
.form-check-label-pW0wJJPR {
margin-bottom: 0;
}
.form-check-inline-7XPMrkkv {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline-7XPMrkkv .form-check-input-d6l77u7K {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback-9BSkKUYx {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #28a745;
}
.valid-tooltip-lcVDGGDv {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem;
}
.form-row-h-d-tbGP > .col-JheQM3R8 > .valid-tooltip-lcVDGGDv,
.form-row-h-d-tbGP > [class*="col-"] > .valid-tooltip-lcVDGGDv {
left: 5px;
}
.was-validated-ZGNeeRoZ :valid ~ .valid-feedback-9BSkKUYx,
.was-validated-ZGNeeRoZ :valid ~ .valid-tooltip-lcVDGGDv,
.is-valid-_yEOBp94 ~ .valid-feedback-9BSkKUYx,
.is-valid-_yEOBp94 ~ .valid-tooltip-lcVDGGDv {
display: block;
}
.was-validated-ZGNeeRoZ .form-control-QGEFiAd7:valid,
.form-control-QGEFiAd7.is-valid-_yEOBp94 {
border-color: #28a745;
padding-right: calc(1.5em + 0.75rem) !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated-ZGNeeRoZ .form-control-QGEFiAd7:valid:focus,
.form-control-QGEFiAd7.is-valid-_yEOBp94:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated-ZGNeeRoZ select.form-control-QGEFiAd7:valid,
select.form-control-QGEFiAd7.is-valid-_yEOBp94 {
padding-right: 3rem !important;
background-position: right 1.5rem center;
}
.was-validated-ZGNeeRoZ textarea.form-control-QGEFiAd7:valid,
textarea.form-control-QGEFiAd7.is-valid-_yEOBp94 {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated-ZGNeeRoZ .custom-select-gJHpqu6Y:valid,
.custom-select-gJHpqu6Y.is-valid-_yEOBp94 {
border-color: #28a745;
padding-right: calc(0.75em + 2.3125rem) !important;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/ 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/ calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated-ZGNeeRoZ .custom-select-gJHpqu6Y:valid:focus,
.custom-select-gJHpqu6Y.is-valid-_yEOBp94:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated-ZGNeeRoZ .form-check-input-d6l77u7K:valid ~ .form-check-label-pW0wJJPR,
.form-check-input-d6l77u7K.is-valid-_yEOBp94 ~ .form-check-label-pW0wJJPR {
color: #28a745;
}
.was-validated-ZGNeeRoZ .form-check-input-d6l77u7K:valid ~ .valid-feedback-9BSkKUYx,
.was-validated-ZGNeeRoZ .form-check-input-d6l77u7K:valid ~ .valid-tooltip-lcVDGGDv,
.form-check-input-d6l77u7K.is-valid-_yEOBp94 ~ .valid-feedback-9BSkKUYx,
.form-check-input-d6l77u7K.is-valid-_yEOBp94 ~ .valid-tooltip-lcVDGGDv {
display: block;
}
.was-validated-ZGNeeRoZ .custom-control-input-bg-SwET7:valid ~ .custom-control-label-jAYu7I8G,
.custom-control-input-bg-SwET7.is-valid-_yEOBp94 ~ .custom-control-label-jAYu7I8G {
color: #28a745;
}
.was-validated-ZGNeeRoZ .custom-control-input-bg-SwET7:valid ~ .custom-control-label-jAYu7I8G::before,
.custom-control-input-bg-SwET7.is-valid-_yEOBp94 ~ .custom-control-label-jAYu7I8G::before {
border-color: #28a745;
}
.was-validated-ZGNeeRoZ .custom-control-input-bg-SwET7:valid:checked ~ .custom-control-label-jAYu7I8G::before,
.custom-control-input-bg-SwET7.is-valid-_yEOBp94:checked ~ .custom-control-label-jAYu7I8G::before {
border-color: #34ce57;
background-color: #34ce57;
}
.was-validated-ZGNeeRoZ .custom-control-input-bg-SwET7:valid:focus ~ .custom-control-label-jAYu7I8G::before,
.custom-control-input-bg-SwET7.is-valid-_yEOBp94:focus ~ .custom-control-label-jAYu7I8G::before {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated-ZGNeeRoZ .custom-control-input-bg-SwET7:valid:focus:not(:checked) ~ .custom-control-label-jAYu7I8G::before,
.custom-control-input-bg-SwET7.is-valid-_yEOBp94:focus:not(:checked) ~ .custom-control-label-jAYu7I8G::before {
border-color: #28a745;
}
.was-validated-ZGNeeRoZ .custom-file-input-Ov738b9B:valid ~ .custom-file-label-6tQj4XfW,
.custom-file-input-Ov738b9B.is-valid-_yEOBp94 ~ .custom-file-label-6tQj4XfW {
border-color: #28a745;
}
.was-validated-ZGNeeRoZ .custom-file-input-Ov738b9B:valid:focus ~ .custom-file-label-6tQj4XfW,
.custom-file-input-Ov738b9B.is-valid-_yEOBp94:focus ~ .custom-file-label-6tQj4XfW {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback-pfvtydJU {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.invalid-tooltip-s7T1zwiO {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.form-row-h-d-tbGP > .col-JheQM3R8 > .invalid-tooltip-s7T1zwiO,
.form-row-h-d-tbGP > [class*="col-"] > .invalid-tooltip-s7T1zwiO {
left: 5px;
}
.was-validated-ZGNeeRoZ :invalid ~ .invalid-feedback-pfvtydJU,
.was-validated-ZGNeeRoZ :invalid ~ .invalid-tooltip-s7T1zwiO,
.is-invalid-veFxiGfF ~ .invalid-feedback-pfvtydJU,
.is-invalid-veFxiGfF ~ .invalid-tooltip-s7T1zwiO {
display: block;
}
.was-validated-ZGNeeRoZ .form-control-QGEFiAd7:invalid,
.form-control-QGEFiAd7.is-invalid-veFxiGfF {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem) !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated-ZGNeeRoZ .form-control-QGEFiAd7:invalid:focus,
.form-control-QGEFiAd7.is-invalid-veFxiGfF:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated-ZGNeeRoZ select.form-control-QGEFiAd7:invalid,
select.form-control-QGEFiAd7.is-invalid-veFxiGfF {
padding-right: 3rem !important;
background-position: right 1.5rem center;
}
.was-validated-ZGNeeRoZ textarea.form-control-QGEFiAd7:invalid,
textarea.form-control-QGEFiAd7.is-invalid-veFxiGfF {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated-ZGNeeRoZ .custom-select-gJHpqu6Y:invalid,
.custom-select-gJHpqu6Y.is-invalid-veFxiGfF {
border-color: #dc3545;
padding-right: calc(0.75em + 2.3125rem) !important;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/ 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/ calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated-ZGNeeRoZ .custom-select-gJHpqu6Y:invalid:focus,
.custom-select-gJHpqu6Y.is-invalid-veFxiGfF:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated-ZGNeeRoZ .form-check-input-d6l77u7K:invalid ~ .form-check-label-pW0wJJPR,