/*! * Primer * http://primer.github.io * * Released under MIT license. Copyright (c) 2018 GitHub Inc. */ /*! * Primer-core * http://primer.github.io * * Released under MIT license. Copyright (c) 2018 GitHub Inc. */ /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display: block } summary { display: list-item } audio, canvas, progress, video { display: inline-block } audio:not([controls]) { display: none; height: 0 } progress { vertical-align: baseline } template, [hidden] { display: none } a { background-color: transparent } a:active, a:hover { outline-width: 0 } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted } b, strong { font-weight: inherit } b, strong { font-weight: bolder } dfn { font-style: italic } h1 { font-size: 2em; margin: 0.67em 0 } mark { background-color: #ff0; color: #000 } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sub { bottom: -0.25em } sup { top: -0.5em } img { border-style: none } svg:not(:root) { overflow: hidden } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em } figure { margin: 1em 40px } hr { box-sizing: content-box; height: 0; overflow: visible } button, input, select, textarea { font: inherit; margin: 0 } optgroup { font-weight: bold } button, input { overflow: visible } button, select { text-transform: none } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0 } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } textarea { overflow: auto } [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0 } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px } [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-input-placeholder { color: inherit; opacity: 0.54 } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit } * { box-sizing: border-box } input, select, textarea, button { font-family: inherit; font-size: inherit; line-height: inherit } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; line-height: 1.5; color: #24292e; background-color: #fff } a { color: #0366d6; text-decoration: none } a:hover { text-decoration: underline } b, strong { font-weight: 600 } hr, .rule { height: 0; margin: 15px 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #dfe2e5 } hr::before, .rule::before { display: table; content: "" } hr::after, .rule::after { display: table; clear: both; content: "" } table { border-spacing: 0; border-collapse: collapse } td, th { padding: 0 } button { cursor: pointer; border-radius: 0 } details summary { cursor: pointer } details:not([open])>*:not(summary) { display: none } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0 } h1 { font-size: 32px; font-weight: 600 } h2 { font-size: 24px; font-weight: 600 } h3 { font-size: 20px; font-weight: 600 } h4 { font-size: 16px; font-weight: 600 } h5 { font-size: 14px; font-weight: 600 } h6 { font-size: 12px; font-weight: 600 } p { margin-top: 0; margin-bottom: 10px } small { font-size: 90% } blockquote { margin: 0 } ul, ol { padding-left: 0; margin-top: 0; margin-bottom: 0 } ol ol, ul ol { list-style-type: lower-roman } ul ul ol, ul ol ol, ol ul ol, ol ol ol { list-style-type: lower-alpha } dd { margin-left: 0 } tt, code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px } pre { margin-top: 0; margin-bottom: 0; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px } .octicon { vertical-align: text-bottom } .Box { background-color: #fff; border: 1px solid #d1d5da; border-radius: 3px } .Box--condensed { line-height: 1.25 } .Box--condensed .Box-header { padding: 8px 16px } .Box--condensed .Box-body { padding: 8px 16px } .Box--condensed .Box-footer { padding: 8px 16px } .Box--condensed .Box-btn-octicon.btn-octicon { padding: 8px 16px; margin: -8px -16px; line-height: 1.25 } .Box--condensed .Box-row { padding: 8px 16px } .Box--spacious .Box-header { padding: 24px; line-height: 1.25 } .Box--spacious .Box-title { font-size: 20px } .Box--spacious .Box-body { padding: 24px } .Box--spacious .Box-footer { padding: 24px } .Box--spacious .Box-btn-octicon.btn-octicon { padding: 24px; margin: -24px -24px } .Box--spacious .Box-row { padding: 24px } .Box-header { padding: 16px; margin: -1px -1px 0 -1px; background-color: #f6f8fa; border-color: #d1d5da; border-style: solid; border-width: 1px; border-top-left-radius: 3px; border-top-right-radius: 3px } .Box-title { font-size: 14px; font-weight: 600 } .Box-body { padding: 16px; border-bottom: 1px solid #e1e4e8 } .Box-body:last-of-type { margin-bottom: -1px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px } .Box-row { padding: 16px; margin-top: -1px; list-style-type: none; border-top: 1px solid #e1e4e8 } .Box-row:first-of-type { border-top-color: transparent; border-top-left-radius: 2px; border-top-right-radius: 2px } .Box-row:last-of-type { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px } .Box-row.Box-row--unread, .Box-row.unread { box-shadow: 2px 0 0 #0366d6 inset } .Box-row.navigation-focus .Box-row--drag-button { color: #0366d6; cursor: -webkit-grab; cursor: grab; opacity: 100 } .Box-row.navigation-focus.is-dragging .Box-row--drag-button { cursor: -webkit-grabbing; cursor: grabbing } .Box-row.navigation-focus.sortable-chosen { background-color: #fafbfc } .Box-row.navigation-focus.sortable-ghost { background-color: #f6f8fa } .Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide { opacity: 0 } .Box-row--focus-gray.navigation-focus { background-color: #f6f8fa } .Box-row--focus-blue.navigation-focus { background-color: #f1f8ff } .Box-row--hover-gray:hover { background-color: #f6f8fa } .Box-row--hover-blue:hover { background-color: #f1f8ff } @media (min-width: 768px) { .Box-row-link { color: #24292e; text-decoration: none } .Box-row-link:hover { color: #0366d6; text-decoration: none } } .Box-row--drag-button { opacity: 0 } .Box-footer { padding: 16px; margin-top: -1px; border-top: 1px solid #e1e4e8 } .Box--scrollable { max-height: 324px; overflow: scroll } .Box--blue { border-color: #c8e1ff } .Box--blue .Box-header { background-color: #f1f8ff; border-color: #c8e1ff } .Box--blue .Box-body { border-color: #c8e1ff } .Box--blue .Box-row { border-color: #c8e1ff } .Box--blue .Box-footer { border-color: #c8e1ff } .Box--danger { border-color: #d73a49 } .Box--danger .Box-row:first-of-type { border-color: #d73a49 } .Box--danger .Box-body:last-of-type { border-color: #d73a49 } .Box-header--blue { background-color: #f1f8ff; border-color: #c8e1ff } .Box-row--yellow { background-color: #fffbdd } .Box-row--blue { background-color: #f1f8ff } .Box-row--gray { background-color: #f6f8fa } .Box-btn-octicon.btn-octicon { padding: 16px 16px; margin: -16px -16px; line-height: 1.5 } .breadcrumb-item { display: inline-block; margin-left: -0.35em; white-space: nowrap; list-style: none } .breadcrumb-item::after { padding-right: .5em; padding-left: .5em; color: #e1e4e8; content: "/" } .breadcrumb-item:first-child { margin-left: 0 } .breadcrumb-item-selected::after { content: none } .btn { position: relative; display: inline-block; padding: 6px 12px; font-size: 14px; font-weight: 600; line-height: 20px; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-repeat: repeat-x; background-position: -1px -1px; background-size: 110% 110%; border: 1px solid rgba(27, 31, 35, 0.2); border-radius: 0.25em; -webkit-appearance: none; -moz-appearance: none; appearance: none } .btn i { font-style: normal; font-weight: 500; opacity: 0.75 } .btn .octicon { vertical-align: text-top } .btn .Counter { color: #586069; text-shadow: none; background-color: rgba(27, 31, 35, 0.1) } .btn:hover { text-decoration: none; background-repeat: repeat-x } .btn:focus { outline: 0 } .btn:disabled, .btn.disabled { cursor: default; background-position: 0 0 } .btn:active, .btn.selected { background-image: none } .btn { color: #24292e; background-color: #eff3f6; background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%) } .btn:focus, .btn.focus { box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.3) } .btn:hover, .btn.hover { background-color: #e6ebf1; background-image: linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%); background-position: -.5em; border-color: rgba(27, 31, 35, 0.35) } .btn:active, .btn.selected, [open]>.btn { background-color: #e9ecef; background-image: none; border-color: rgba(27, 31, 35, 0.35); box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15) } .btn:disabled, .btn.disabled { color: rgba(36, 41, 46, 0.4); background-color: #eff3f6; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none } .btn-primary { color: #fff; background-color: #28a745; background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%) } .btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2em rgba(52, 208, 88, 0.4) } .btn-primary:hover, .btn-primary.hover { background-color: #269f42; background-image: linear-gradient(-180deg, #2fcb53 0%, #269f42 90%); background-position: -.5em; border-color: rgba(27, 31, 35, 0.5) } .btn-primary:active, .btn-primary.selected, [open]>.btn-primary { background-color: #279f43; background-image: none; border-color: rgba(27, 31, 35, 0.5); box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15) } .btn-primary:disabled, .btn-primary.disabled { color: rgba(255, 255, 255, 0.75); background-color: #94d3a2; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none } .btn-primary .Counter { color: #29b249; background-color: #fff } .btn-purple { color: #fff; background-color: #643ab0; background-image: linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%) } .btn-purple:focus, .btn-purple.focus { box-shadow: 0 0 0 0.2em rgba(126, 85, 199, 0.4) } .btn-purple:hover, .btn-purple.hover { background-color: #5f37a8; background-image: linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%); background-position: -.5em; border-color: rgba(27, 31, 35, 0.5) } .btn-purple:active, .btn-purple.selected, [open]>.btn-purple { background-color: #613ca4; background-image: none; border-color: rgba(27, 31, 35, 0.5); box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15) } .btn-purple:disabled, .btn-purple.disabled { color: rgba(255, 255, 255, 0.75); background-color: #b19cd7; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none } .btn-purple .Counter { color: #683cb8; background-color: #fff } .btn-blue { color: #fff; background-color: #0361cc; background-image: linear-gradient(-180deg, #0679fc 0%, #0361cc 90%) } .btn-blue:focus, .btn-blue.focus { box-shadow: 0 0 0 0.2em rgba(6, 121, 252, 0.4) } .btn-blue:hover, .btn-blue.hover { background-color: #035cc2; background-image: linear-gradient(-180deg, #0374f4 0%, #035cc2 90%); background-position: -.5em; border-color: rgba(27, 31, 35, 0.5) } .btn-blue:active, .btn-blue.selected, [open]>.btn-blue { background-color: #045cc1; background-image: none; border-color: rgba(27, 31, 35, 0.5); box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15) } .btn-blue:disabled, .btn-blue.disabled { color: rgba(255, 255, 255, 0.75); background-color: #81b0e5; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none } .btn-blue .Counter { color: #0366d6; background-color: #fff } .btn-danger { color: #cb2431; background-color: #fafbfc; background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%) } .btn-danger:focus { box-shadow: 0 0 0 0.2em rgba(203, 36, 49, 0.4) } .btn-danger:hover { color: #fff; background-color: #cb2431; background-image: linear-gradient(-180deg, #de4450 0%, #cb2431 90%); border-color: rgba(27, 31, 35, 0.5) } .btn-danger:hover .Counter { color: #fff } .btn-danger:active, .btn-danger.selected, [open]>.btn-danger { color: #fff; background-color: #b5202c; background-image: none; border-color: rgba(27, 31, 35, 0.5); box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15) } .btn-danger:disabled, .btn-danger.disabled { color: rgba(203, 36, 49, 0.4); background-color: #eff3f6; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none } .btn-outline { color: #0366d6; background-color: #fff; background-image: none } .btn-outline .Counter { background-color: rgba(27, 31, 35, 0.07) } .btn-outline:hover, .btn-outline:active, .btn-outline.selected, [open]>.btn-outline { color: #fff; background-color: #0366d6; background-image: none; border-color: #0366d6 } .btn-outline:hover .Counter, .btn-outline:active .Counter, .btn-outline.selected .Counter, [open]>.btn-outline .Counter { color: #0366d6; background-color: #fff } .btn-outline:focus { border-color: #0366d6; box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.4) } .btn-outline:disabled, .btn-outline.disabled { color: rgba(27, 31, 35, 0.3); background-color: #fff; border-color: rgba(27, 31, 35, 0.15); box-shadow: none } .btn-with-count { float: left; border-top-right-radius: 0; border-bottom-right-radius: 0 } .btn-sm { padding: 3px 10px; font-size: 12px; line-height: 20px } .btn-large { padding: .75em 1.25em; font-size: inherit; border-radius: 6px } .hidden-text-expander { display: block } .hidden-text-expander.inline { position: relative; top: -1px; display: inline-block; margin-left: 5px; line-height: 0 } .hidden-text-expander a, .ellipsis-expander { display: inline-block; height: 12px; padding: 0 5px 5px; font-size: 12px; font-weight: 600; line-height: 6px; color: #444d56; text-decoration: none; vertical-align: middle; background: #dfe2e5; border: 0; border-radius: 1px } .hidden-text-expander a:hover, .ellipsis-expander:hover { text-decoration: none; background-color: #c6cbd1 } .hidden-text-expander a:active, .ellipsis-expander:active { color: #fff; background-color: #2188ff } .social-count { float: left; padding: 3px 10px; font-size: 12px; font-weight: 600; line-height: 20px; color: #24292e; vertical-align: middle; background-color: #fff; border: 1px solid rgba(27, 31, 35, 0.2); border-left: 0; border-top-right-radius: 3px; border-bottom-right-radius: 3px } .social-count:hover, .social-count:active { text-decoration: none } .social-count:hover { color: #0366d6; cursor: pointer } .btn-block { display: block; width: 100%; text-align: center } .btn-link { display: inline-block; padding: 0; font-size: inherit; color: #0366d6; text-decoration: none; white-space: nowrap; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none } .btn-link:hover { text-decoration: underline } .btn-link:disabled, .btn-link:disabled:hover { color: rgba(88, 96, 105, 0.5); cursor: default } .details-reset>summary { list-style: none } .details-reset>summary::before { display: none } .details-reset>summary::-webkit-details-marker { display: none } .BtnGroup { display: inline-block; vertical-align: middle } .BtnGroup::before { display: table; content: "" } .BtnGroup::after { display: table; clear: both; content: "" } .BtnGroup+.BtnGroup, .BtnGroup+.btn { margin-left: 5px } .BtnGroup-item { position: relative; float: left; border-right-width: 0; border-radius: 0 } .BtnGroup-item:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px } .BtnGroup-item:last-child { border-right-width: 1px; border-top-right-radius: 3px; border-bottom-right-radius: 3px } .BtnGroup-item.selected, .BtnGroup-item:focus, .BtnGroup-item:active, .BtnGroup-item:hover { border-right-width: 1px } .BtnGroup-item.selected+.BtnGroup-item, .BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item, .BtnGroup-item:focus+.BtnGroup-item, .BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item, .BtnGroup-item:active+.BtnGroup-item, .BtnGroup-item:active+.BtnGroup-form .BtnGroup-item, .BtnGroup-item:hover+.BtnGroup-item, .BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item { border-left-width: 0 } .BtnGroup-form { float: left } .BtnGroup-form:first-child .BtnGroup-item { border-top-left-radius: 3px; border-bottom-left-radius: 3px } .BtnGroup-form:last-child .BtnGroup-item { border-right-width: 1px; border-top-right-radius: 3px; border-bottom-right-radius: 3px } .BtnGroup-form .BtnGroup-item { border-right-width: 0; border-radius: 0 } .BtnGroup-form.selected .BtnGroup-item, .BtnGroup-form:focus .BtnGroup-item, .BtnGroup-form:active .BtnGroup-item, .BtnGroup-form:hover .BtnGroup-item { border-right-width: 1px } .BtnGroup-form.selected+.BtnGroup-item, .BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item, .BtnGroup-form:focus+.BtnGroup-item, .BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item, .BtnGroup-form:active+.BtnGroup-item, .BtnGroup-form:active+.BtnGroup-form .BtnGroup-item, .BtnGroup-form:hover+.BtnGroup-item, .BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item { border-left-width: 0 } .TableObject { display: table } .TableObject-item { display: table-cell; width: 1%; white-space: nowrap; vertical-align: middle } .TableObject-item--primary { width: 99% } fieldset { padding: 0; margin: 0; border: 0 } label { font-weight: 600 } .form-control, .form-select { min-height: 34px; padding: 6px 8px; font-size: 16px; line-height: 20px; color: #24292e; vertical-align: middle; background-color: #fff; background-repeat: no-repeat; background-position: right 8px center; border: 1px solid #d1d5da; border-radius: 3px; outline: none; box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075) } .form-control.focus, .form-control:focus, .form-select.focus, .form-select:focus { border-color: #2188ff; outline: none; box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3) } @media (min-width: 768px) { .form-control, .form-select { font-size: 14px } } .input-contrast { background-color: #fafbfc } .input-contrast:focus { background-color: #fff } ::-webkit-input-placeholder { color: #6a737d } :-ms-input-placeholder { color: #6a737d } ::placeholder { color: #6a737d } .input-sm { min-height: 28px; padding-top: 3px; padding-bottom: 3px; font-size: 12px; line-height: 20px } .input-lg { padding: 4px 10px; font-size: 16px } .input-block { display: block; width: 100% } .input-monospace { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace } .input-hide-webkit-autofill::-webkit-contacts-auto-fill-button { position: absolute; right: 0; display: none !important; pointer-events: none; visibility: hidden } .form-checkbox { padding-left: 20px; margin: 15px 0; vertical-align: middle } .form-checkbox label em.highlight { position: relative; left: -4px; padding: 2px 4px; font-style: normal; background: #fffbdd; border-radius: 3px } .form-checkbox input[type=checkbox], .form-checkbox input[type=radio] { float: left; margin: 5px 0 0 -20px; vertical-align: middle } .form-checkbox .note { display: block; margin: 0; font-size: 12px; font-weight: 400; color: #586069 } .form-checkbox-details { display: none } .form-checkbox-details-trigger:checked~* .form-checkbox-details, .form-checkbox-details-trigger:checked~.form-checkbox-details { display: block } .hfields { margin: 15px 0 } .hfields::before { display: table; content: "" } .hfields::after { display: table; clear: both; content: "" } .hfields .form-group { float: left; margin: 0 30px 0 0 } .hfields .form-group dt label { display: inline-block; margin: 5px 0 0; color: #586069 } .hfields .form-group dt img { position: relative; top: -2px } .hfields .btn { float: left; margin: 28px 25px 0 -20px } .hfields .form-select { margin-top: 5px } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; appearance: none } .form-actions::before { display: table; content: "" } .form-actions::after { display: table; clear: both; content: "" } .form-actions .btn { float: right } .form-actions .btn+.btn { margin-right: 5px } .form-warning { padding: 8px 10px; margin: 10px 0; font-size: 14px; color: #735c0f; background: #fffbdd; border: 1px solid #d9d0a5; border-radius: 3px } .form-warning p { margin: 0; line-height: 1.5 } .form-warning a { font-weight: 600 } .form-select { display: inline-block; max-width: 100%; height: 34px; padding-right: 24px; padding-right: 8px \9; background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center; background-image: none \9; background-size: 8px 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none } .form-select::-ms-expand { opacity: 0 } .form-select[multiple] { height: auto } .select-sm { height: 28px; min-height: 28px; padding-top: 3px; padding-bottom: 3px; font-size: 12px } .select-sm[multiple] { height: auto; min-height: 0 } .form-group { margin: 15px 0 } .form-group .form-control { width: 440px; max-width: 100%; margin-right: 5px; background-color: #fafbfc } .form-group .form-control:focus { background-color: #fff } .form-group .form-control.shorter { width: 130px } .form-group .form-control.short { width: 250px } .form-group .form-control.long { width: 100% } .form-group textarea.form-control { width: 100%; height: 200px; min-height: 200px } .form-group textarea.form-control.short { height: 50px; min-height: 50px } .form-group dt { margin: 0 0 6px } .form-group label { position: relative } .form-group.flattened dt { float: left; margin: 0; line-height: 32px } .form-group.flattened dd { line-height: 32px } .form-group dd h4 { margin: 4px 0 0 } .form-group dd h4.is-error { color: #cb2431 } .form-group dd h4.is-success { color: #28a745 } .form-group dd h4+.note { margin-top: 0 } .form-group.required dt label::after { padding-left: 5px; color: #cb2431; content: "*" } .form-group .success, .form-group .error, .form-group .indicator { display: none; font-size: 12px; font-weight: 600 } .form-group.loading { opacity: 0.5 } .form-group.loading .indicator { display: inline } .form-group.loading .spinner { display: inline-block; vertical-align: middle } .form-group.successful .success { display: inline; color: #28a745 } .form-group.warn .warning, .form-group.warn .error, .form-group.errored .warning, .form-group.errored .error { position: absolute; z-index: 10; display: block; max-width: 450px; padding: 5px 8px; margin: 4px 0 0; font-size: 13px; font-weight: 400; border-style: solid; border-width: 1px; border-radius: 3px } .form-group.warn .warning::after, .form-group.warn .warning::before, .form-group.warn .error::after, .form-group.warn .error::before, .form-group.errored .warning::after, .form-group.errored .warning::before, .form-group.errored .error::after, .form-group.errored .error::before { position: absolute; bottom: 100%; left: 10px; z-index: 15; width: 0; height: 0; pointer-events: none; content: " "; border: solid transparent } .form-group.warn .warning::after, .form-group.warn .error::after, .form-group.errored .warning::after, .form-group.errored .error::after { border-width: 5px } .form-group.warn .warning::before, .form-group.warn .error::before, .form-group.errored .warning::before, .form-group.errored .error::before { margin-left: -1px; border-width: 6px } .form-group.warn .warning { color: #735c0f; background-color: #fffbdd; border-color: #d9d0a5 } .form-group.warn .warning::after { border-bottom-color: #fffbdd } .form-group.warn .warning::before { border-bottom-color: #d9d0a5 } .form-group.errored label { color: #cb2431 } .form-group.errored .error { color: #86181d; background-color: #ffdce0; border-color: #cea0a5 } .form-group.errored .error::after { border-bottom-color: #ffdce0 } .form-group.errored .error::before { border-bottom-color: #cea0a5 } .note { min-height: 17px; margin: 4px 0 2px; font-size: 12px; color: #586069 } .note .spinner { margin-right: 3px; vertical-align: middle } dl.form-group>dd .form-control.is-autocheck-loading, dl.form-group>dd .form-control.is-autocheck-successful, dl.form-group>dd .form-control.is-autocheck-errored { padding-right: 30px } dl.form-group>dd .form-control.is-autocheck-loading { background-image: url("/images/spinners/octocat-spinner-16px.gif") } dl.form-group>dd .form-control.is-autocheck-successful { background-image: url("/images/modules/ajax/success.png") } dl.form-group>dd .form-control.is-autocheck-errored { background-image: url("/images/modules/ajax/error.png") } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { dl.form-group>dd .form-control.is-autocheck-loading, dl.form-group>dd .form-control.is-autocheck-successful, dl.form-group>dd .form-control.is-autocheck-errored { background-size: 16px 16px } dl.form-group>dd .form-control.is-autocheck-loading { background-image: url("/images/spinners/octocat-spinner-32.gif") } dl.form-group>dd .form-control.is-autocheck-successful { background-image: url("/images/modules/ajax/success@2x.png") } dl.form-group>dd .form-control.is-autocheck-errored { background-image: url("/images/modules/ajax/error@2x.png") } } .status-indicator { display: inline-block; width: 16px; height: 16px; margin-left: 5px } .status-indicator .octicon { display: none } .status-indicator-success::before { content: "" } .status-indicator-success .octicon-check { display: inline-block; color: #28a745; fill: #28a745 } .status-indicator-success .octicon-x { display: none } .status-indicator-failed::before { content: "" } .status-indicator-failed .octicon-check { display: none } .status-indicator-failed .octicon-x { display: inline-block; color: #cb2431; fill: #d73a49 } .status-indicator-loading { width: 16px; background: url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat; background-size: 16px } .inline-form { display: inline-block } .inline-form .btn-plain { background-color: transparent; border: 0 } .drag-and-drop { padding: 7px 10px; margin: 0; font-size: 13px; line-height: 16px; color: #586069; background-color: #fafbfc; border: 1px solid #c3c8cf; border-top: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .drag-and-drop .default, .drag-and-drop .loading, .drag-and-drop .error { display: none } .drag-and-drop .error { color: #cb2431 } .drag-and-drop img { vertical-align: top } .is-default .drag-and-drop .default { display: inline-block } .is-uploading .drag-and-drop .loading { display: inline-block } .is-bad-file .drag-and-drop .bad-file { display: inline-block } .is-duplicate-filename .drag-and-drop .duplicate-filename { display: inline-block } .is-too-big .drag-and-drop .too-big { display: inline-block } .is-hidden-file .drag-and-drop .hidden-file { display: inline-block } .is-empty .drag-and-drop .empty { display: inline-block } .is-bad-permissions .drag-and-drop .bad-permissions { display: inline-block } .is-repository-required .drag-and-drop .repository-required { display: inline-block } .drag-and-drop-error-info { font-weight: 400; color: #586069 } .drag-and-drop-error-info a { color: #0366d6 } .is-failed .drag-and-drop .failed-request { display: inline-block } .manual-file-chooser { position: absolute; width: 240px; padding: 5px; margin-left: -80px; cursor: pointer; opacity: 0.0001 } .manual-file-chooser:hover+.manual-file-chooser-text { text-decoration: underline } .btn .manual-file-chooser { top: 0; padding: 0; line-height: 34px } .upload-enabled textarea { display: block; border-bottom: 1px dashed #dfe2e5; border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .upload-enabled.focused { border-radius: 3px; box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3) } .upload-enabled.focused .form-control { box-shadow: none } .upload-enabled.focused .drag-and-drop { border-color: #4a9eff } .dragover textarea, .dragover .drag-and-drop { box-shadow: #c9ff00 0 0 3px } .write-content { position: relative } .previewable-comment-form { position: relative } .previewable-comment-form .tabnav { position: relative; padding: 8px 8px 0 } .previewable-comment-form .comment { border: 1px solid #c3c8cf } .previewable-comment-form .comment-form-error { margin-bottom: 8px } .previewable-comment-form .write-content, .previewable-comment-form .preview-content { display: none; margin: 0 8px 8px } .previewable-comment-form.write-selected .write-content, .previewable-comment-form.preview-selected .preview-content { display: block } .previewable-comment-form textarea { display: block; width: 100%; min-height: 100px; max-height: 500px; padding: 8px; resize: vertical } .form-action-spacious { margin-top: 10px } div.composer { margin-top: 0; border: 0 } .composer .comment-form-textarea { height: 200px; min-height: 200px } .composer .tabnav { margin: 0 0 10px } h2.account { margin: 15px 0 0; font-size: 18px; font-weight: 400; color: #586069 } p.explain { position: relative; font-size: 12px; color: #586069 } p.explain strong { color: #24292e } p.explain .octicon { margin-right: 5px; color: #959da5 } p.explain .minibutton { top: -4px; float: right } .form-group label { position: static } .input-group { display: table } .input-group .form-control { position: relative; width: 100% } .input-group .form-control:focus { z-index: 2 } .input-group .form-control+.btn { margin-left: 0 } .input-group.inline { display: inline-table } .input-group .form-control, .input-group-button { display: table-cell } .input-group-button { width: 1%; vertical-align: middle } .input-group .form-control:first-child, .input-group-button:first-child .btn { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group-button:first-child .btn { margin-right: -1px } .input-group .form-control:last-child, .input-group-button:last-child .btn { border-top-left-radius: 0; border-bottom-left-radius: 0 } .input-group-button:last-child .btn { margin-left: -1px } .container { width: 980px; margin-right: auto; margin-left: auto } .container::before { display: table; content: "" } .container::after { display: table; clear: both; content: "" } .container-md { max-width: 768px; margin-right: auto; margin-left: auto } .container-lg { max-width: 1012px; margin-right: auto; margin-left: auto } .container-xl { max-width: 1280px; margin-right: auto; margin-left: auto } .columns { margin-right: -10px; margin-left: -10px } .columns::before { display: table; content: "" } .columns::after { display: table; clear: both; content: "" } .column { float: left; padding-right: 10px; padding-left: 10px } .one-third { width: 33.333333% } .two-thirds { width: 66.666667% } .one-fourth { width: 25% } .one-half { width: 50% } .three-fourths { width: 75% } .one-fifth { width: 20% } .four-fifths { width: 80% } .centered { display: block; float: none; margin-right: auto; margin-left: auto } .col-1 { width: 8.33333% } .col-2 { width: 16.66667% } .col-3 { width: 25% } .col-4 { width: 33.33333% } .col-5 { width: 41.66667% } .col-6 { width: 50% } .col-7 { width: 58.33333% } .col-8 { width: 66.66667% } .col-9 { width: 75% } .col-10 { width: 83.33333% } .col-11 { width: 91.66667% } .col-12 { width: 100% } @media (min-width: 544px) { .col-sm-1 { width: 8.33333% } .col-sm-2 { width: 16.66667% } .col-sm-3 { width: 25% } .col-sm-4 { width: 33.33333% } .col-sm-5 { width: 41.66667% } .col-sm-6 { width: 50% } .col-sm-7 { width: 58.33333% } .col-sm-8 { width: 66.66667% } .col-sm-9 { width: 75% } .col-sm-10 { width: 83.33333% } .col-sm-11 { width: 91.66667% } .col-sm-12 { width: 100% } } @media (min-width: 768px) { .col-md-1 { width: 8.33333% } .col-md-2 { width: 16.66667% } .col-md-3 { width: 25% } .col-md-4 { width: 33.33333% } .col-md-5 { width: 41.66667% } .col-md-6 { width: 50% } .col-md-7 { width: 58.33333% } .col-md-8 { width: 66.66667% } .col-md-9 { width: 75% } .col-md-10 { width: 83.33333% } .col-md-11 { width: 91.66667% } .col-md-12 { width: 100% } } @media (min-width: 1012px) { .col-lg-1 { width: 8.33333% } .col-lg-2 { width: 16.66667% } .col-lg-3 { width: 25% } .col-lg-4 { width: 33.33333% } .col-lg-5 { width: 41.66667% } .col-lg-6 { width: 50% } .col-lg-7 { width: 58.33333% } .col-lg-8 { width: 66.66667% } .col-lg-9 { width: 75% } .col-lg-10 { width: 83.33333% } .col-lg-11 { width: 91.66667% } .col-lg-12 { width: 100% } } @media (min-width: 1280px) { .col-xl-1 { width: 8.33333% } .col-xl-2 { width: 16.66667% } .col-xl-3 { width: 25% } .col-xl-4 { width: 33.33333% } .col-xl-5 { width: 41.66667% } .col-xl-6 { width: 50% } .col-xl-7 { width: 58.33333% } .col-xl-8 { width: 66.66667% } .col-xl-9 { width: 75% } .col-xl-10 { width: 83.33333% } .col-xl-11 { width: 91.66667% } .col-xl-12 { width: 100% } } .gutter { margin-right: -16px; margin-left: -16px } .gutter>[class*="col-"] { padding-right: 16px !important; padding-left: 16px !important } .gutter-condensed { margin-right: -8px; margin-left: -8px } .gutter-condensed>[class*="col-"] { padding-right: 8px !important; padding-left: 8px !important } .gutter-spacious { margin-right: -24px; margin-left: -24px } .gutter-spacious>[class*="col-"] { padding-right: 24px !important; padding-left: 24px !important } @media (min-width: 544px) { .gutter-sm { margin-right: -16px; margin-left: -16px } .gutter-sm>[class*="col-"] { padding-right: 16px !important; padding-left: 16px !important } .gutter-sm-condensed { margin-right: -8px; margin-left: -8px } .gutter-sm-condensed>[class*="col-"] { padding-right: 8px !important; padding-left: 8px !important } .gutter-sm-spacious { margin-right: -24px; margin-left: -24px } .gutter-sm-spacious>[class*="col-"] { padding-right: 24px !important; padding-left: 24px !important } } @media (min-width: 768px) { .gutter-md { margin-right: -16px; margin-left: -16px } .gutter-md>[class*="col-"] { padding-right: 16px !important; padding-left: 16px !important } .gutter-md-condensed { margin-right: -8px; margin-left: -8px } .gutter-md-condensed>[class*="col-"] { padding-right: 8px !important; padding-left: 8px !important } .gutter-md-spacious { margin-right: -24px; margin-left: -24px } .gutter-md-spacious>[class*="col-"] { padding-right: 24px !important; padding-left: 24px !important } } @media (min-width: 1012px) { .gutter-lg { margin-right: -16px; margin-left: -16px } .gutter-lg>[class*="col-"] { padding-right: 16px !important; padding-left: 16px !important } .gutter-lg-condensed { margin-right: -8px; margin-left: -8px } .gutter-lg-condensed>[class*="col-"] { padding-right: 8px !important; padding-left: 8px !important } .gutter-lg-spacious { margin-right: -24px; margin-left: -24px } .gutter-lg-spacious>[class*="col-"] { padding-right: 24px !important; padding-left: 24px !important } } @media (min-width: 1280px) { .gutter-xl { margin-right: -16px; margin-left: -16px } .gutter-xl>[class*="col-"] { padding-right: 16px !important; padding-left: 16px !important } .gutter-xl-condensed { margin-right: -8px; margin-left: -8px } .gutter-xl-condensed>[class*="col-"] { padding-right: 8px !important; padding-left: 8px !important } .gutter-xl-spacious { margin-right: -24px; margin-left: -24px } .gutter-xl-spacious>[class*="col-"] { padding-right: 24px !important; padding-left: 24px !important } } .offset-1 { margin-left: 8.33333% } .offset-2 { margin-left: 16.66667% } .offset-3 { margin-left: 25% } .offset-4 { margin-left: 33.33333% } .offset-5 { margin-left: 41.66667% } .offset-6 { margin-left: 50% } .offset-7 { margin-left: 58.33333% } .offset-8 { margin-left: 66.66667% } .offset-9 { margin-left: 75% } .offset-10 { margin-left: 83.33333% } .offset-11 { margin-left: 91.66667% } @media (min-width: 544px) { .offset-sm-1 { margin-left: 8.33333% } .offset-sm-2 { margin-left: 16.66667% } .offset-sm-3 { margin-left: 25% } .offset-sm-4 { margin-left: 33.33333% } .offset-sm-5 { margin-left: 41.66667% } .offset-sm-6 { margin-left: 50% } .offset-sm-7 { margin-left: 58.33333% } .offset-sm-8 { margin-left: 66.66667% } .offset-sm-9 { margin-left: 75% } .offset-sm-10 { margin-left: 83.33333% } .offset-sm-11 { margin-left: 91.66667% } } @media (min-width: 768px) { .offset-md-1 { margin-left: 8.33333% } .offset-md-2 { margin-left: 16.66667% } .offset-md-3 { margin-left: 25% } .offset-md-4 { margin-left: 33.33333% } .offset-md-5 { margin-left: 41.66667% } .offset-md-6 { margin-left: 50% } .offset-md-7 { margin-left: 58.33333% } .offset-md-8 { margin-left: 66.66667% } .offset-md-9 { margin-left: 75% } .offset-md-10 { margin-left: 83.33333% } .offset-md-11 { margin-left: 91.66667% } } @media (min-width: 1012px) { .offset-lg-1 { margin-left: 8.33333% } .offset-lg-2 { margin-left: 16.66667% } .offset-lg-3 { margin-left: 25% } .offset-lg-4 { margin-left: 33.33333% } .offset-lg-5 { margin-left: 41.66667% } .offset-lg-6 { margin-left: 50% } .offset-lg-7 { margin-left: 58.33333% } .offset-lg-8 { margin-left: 66.66667% } .offset-lg-9 { margin-left: 75% } .offset-lg-10 { margin-left: 83.33333% } .offset-lg-11 { margin-left: 91.66667% } } @media (min-width: 1280px) { .offset-xl-1 { margin-left: 8.33333% } .offset-xl-2 { margin-left: 16.66667% } .offset-xl-3 { margin-left: 25% } .offset-xl-4 { margin-left: 33.33333% } .offset-xl-5 { margin-left: 41.66667% } .offset-xl-6 { margin-left: 50% } .offset-xl-7 { margin-left: 58.33333% } .offset-xl-8 { margin-left: 66.66667% } .offset-xl-9 { margin-left: 75% } .offset-xl-10 { margin-left: 83.33333% } .offset-xl-11 { margin-left: 91.66667% } } .menu { margin-bottom: 15px; list-style: none; background-color: #fff; border: 1px solid #d1d5da; border-radius: 3px } .menu-item { position: relative; display: block; padding: 8px 10px; border-bottom: 1px solid #e1e4e8 } .menu-item:first-child { border-top: 0; border-top-left-radius: 2px; border-top-right-radius: 2px } .menu-item:first-child::before { border-top-left-radius: 2px } .menu-item:last-child { border-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px } .menu-item:last-child::before { border-bottom-left-radius: 2px } .menu-item:hover { text-decoration: none; background-color: #f6f8fa } .menu-item.selected { font-weight: 600; color: #24292e; cursor: default; background-color: #fff } .menu-item.selected::before { position: absolute; top: 0; bottom: 0; left: 0; width: 2px; content: ""; background-color: #e36209 } .menu-item .octicon { width: 16px; margin-right: 5px; color: #24292e; text-align: center } .menu-item .Counter { float: right; margin-left: 5px } .menu-item .menu-warning { float: right; color: #86181d } .menu-item .avatar { float: left; margin-right: 5px } .menu-item.alert .Counter { color: #cb2431 } .menu-heading { display: block; padding: 8px 10px; margin-top: 0; margin-bottom: 0; font-size: 13px; font-weight: 600; line-height: 20px; color: #586069; background-color: #f3f5f8; border-bottom: 1px solid #e1e4e8 } .menu-heading:hover { text-decoration: none } .menu-heading:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px } .menu-heading:last-child { border-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px } .tabnav { margin-top: 0; margin-bottom: 15px; border-bottom: 1px solid #d1d5da } .tabnav .Counter { margin-left: 5px } .tabnav-tabs { margin-bottom: -1px } .tabnav-tab { display: inline-block; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #586069; text-decoration: none; background-color: transparent; border: 1px solid transparent; border-bottom: 0 } .tabnav-tab.selected { color: #24292e; background-color: #fff; border-color: #d1d5da; border-radius: 3px 3px 0 0 } .tabnav-tab:hover, .tabnav-tab:focus { color: #24292e; text-decoration: none } .tabnav-extra { display: inline-block; padding-top: 10px; margin-left: 10px; font-size: 12px; color: #586069 } .tabnav-extra>.octicon { margin-right: 2px } a.tabnav-extra:hover { color: #0366d6; text-decoration: none } .tabnav-btn { margin-left: 10px } .filter-list { list-style-type: none } .filter-list.small .filter-item { padding: 4px 10px; margin: 0 0 2px; font-size: 12px } .filter-list.pjax-active .filter-item { color: #586069; background-color: transparent } .filter-list.pjax-active .filter-item.pjax-active { color: #fff; background-color: #0366d6 } .filter-item { position: relative; display: block; padding: 8px 10px; margin-bottom: 5px; overflow: hidden; font-size: 14px; color: #586069; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; border-radius: 3px } .filter-item:hover { text-decoration: none; background-color: #eaecef } .filter-item.selected { color: #fff; background-color: #0366d6 } .filter-item .count { float: right; font-weight: 600 } .filter-item .bar { position: absolute; top: 2px; right: 0; bottom: 2px; z-index: -1; display: inline-block; background-color: #eff3f6 } .subnav { margin-bottom: 20px } .subnav::before { display: table; content: "" } .subnav::after { display: table; clear: both; content: "" } .subnav-bordered { padding-bottom: 20px; border-bottom: 1px solid #eaecef } .subnav-flush { margin-bottom: 0 } .subnav-item { position: relative; float: left; padding: 6px 14px; font-weight: 600; line-height: 20px; color: #586069; border: 1px solid #e1e4e8 } .subnav-item+.subnav-item { margin-left: -1px } .subnav-item:hover, .subnav-item:focus { text-decoration: none; background-color: #f6f8fa } .subnav-item.selected, .subnav-item.selected:hover, .subnav-item.selected:focus { z-index: 2; color: #fff; background-color: #0366d6; border-color: #0366d6 } .subnav-item:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px } .subnav-item:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px } .subnav-search { position: relative; margin-left: 10px } .subnav-search-input { width: 320px; padding-left: 30px; color: #586069 } .subnav-search-input-wide { width: 500px } .subnav-search-icon { position: absolute; top: 9px; left: 8px; display: block; color: #c6cbd1; text-align: center; pointer-events: none } .subnav-search-context .btn { color: #444d56; border-top-right-radius: 0; border-bottom-right-radius: 0 } .subnav-search-context .btn:hover, .subnav-search-context .btn:focus, .subnav-search-context .btn:active, .subnav-search-context .btn.selected { z-index: 2 } .subnav-search-context+.subnav-search { margin-left: -1px } .subnav-search-context+.subnav-search .subnav-search-input { border-top-left-radius: 0; border-bottom-left-radius: 0 } .subnav-search-context .select-menu-modal-holder { z-index: 30 } .subnav-search-context .select-menu-modal { width: 220px } .subnav-search-context .select-menu-item-icon { color: inherit } .subnav-spacer-right { padding-right: 10px } .UnderlineNav { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; border-bottom: 1px solid #e1e4e8 } .UnderlineNav-body { display: -webkit-box; display: flex; margin-bottom: -1px } .UnderlineNav-item { padding: 16px 8px; margin-right: 16px; font-size: 14px; line-height: 1.5; color: #586069; text-align: center; border-bottom: 2px solid transparent } .UnderlineNav-item:hover, .UnderlineNav-item:focus { color: #24292e; text-decoration: none; border-bottom-color: #d1d5da; transition: 0.2s ease } .UnderlineNav-item:hover .UnderlineNav-octicon, .UnderlineNav-item:focus .UnderlineNav-octicon { color: #6a737d } .UnderlineNav-item.selected { font-weight: 600; color: #24292e; border-bottom-color: #e36209 } .UnderlineNav-item.selected .UnderlineNav-octicon { color: #6a737d } .UnderlineNav--right { -webkit-box-pack: end; justify-content: flex-end } .UnderlineNav--right .UnderlineNav-item { margin-right: 0; margin-left: 16px } .UnderlineNav--right .UnderlineNav-actions { -webkit-box-flex: 1; flex: 1 1 auto } .UnderlineNav-actions { -ms-grid-row-align: center; align-self: center } .UnderlineNav--full { display: block } .UnderlineNav-octicon { color: #959da5 } .UnderlineNav-container { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between } .tooltipped { position: relative } .tooltipped::after { position: absolute; z-index: 1000000; display: none; padding: .5em .75em; font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; -webkit-font-smoothing: subpixel-antialiased; color: #fff; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-wrap: break-word; white-space: pre; pointer-events: none; content: attr(aria-label); background: #1b1f23; border-radius: 3px; opacity: 0 } .tooltipped::before { position: absolute; z-index: 1000001; display: none; width: 0; height: 0; color: #1b1f23; pointer-events: none; content: ""; border: 6px solid transparent; opacity: 0 } @-webkit-keyframes tooltip-appear { from { opacity: 0 } to { opacity: 1 } } @keyframes tooltip-appear { from { opacity: 0 } to { opacity: 1 } } .tooltipped:hover::before, .tooltipped:hover::after, .tooltipped:active::before, .tooltipped:active::after, .tooltipped:focus::before, .tooltipped:focus::after { display: inline-block; text-decoration: none; -webkit-animation-name: tooltip-appear; animation-name: tooltip-appear; -webkit-animation-duration: .1s; animation-duration: .1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-animation-delay: .4s; animation-delay: .4s } .tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after, .tooltipped-no-delay:active::before, .tooltipped-no-delay:active::after, .tooltipped-no-delay:focus::before, .tooltipped-no-delay:focus::after { -webkit-animation-delay: 0s; animation-delay: 0s } .tooltipped-multiline:hover::after, .tooltipped-multiline:active::after, .tooltipped-multiline:focus::after { display: table-cell } .tooltipped-s::after, .tooltipped-se::after, .tooltipped-sw::after { top: 100%; right: 50%; margin-top: 6px } .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before { top: auto; right: 50%; bottom: -7px; margin-right: -6px; border-bottom-color: #1b1f23 } .tooltipped-se::after { right: auto; left: 50%; margin-left: -16px } .tooltipped-sw::after { margin-right: -16px } .tooltipped-n::after, .tooltipped-ne::after, .tooltipped-nw::after { right: 50%; bottom: 100%; margin-bottom: 6px } .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before { top: -7px; right: 50%; bottom: auto; margin-right: -6px; border-top-color: #1b1f23 } .tooltipped-ne::after { right: auto; left: 50%; margin-left: -16px } .tooltipped-nw::after { margin-right: -16px } .tooltipped-s::after, .tooltipped-n::after { -webkit-transform: translateX(50%); transform: translateX(50%) } .tooltipped-w::after { right: 100%; bottom: 50%; margin-right: 6px; -webkit-transform: translateY(50%); transform: translateY(50%) } .tooltipped-w::before { top: 50%; bottom: 50%; left: -7px; margin-top: -6px; border-left-color: #1b1f23 } .tooltipped-e::after { bottom: 50%; left: 100%; margin-left: 6px; -webkit-transform: translateY(50%); transform: translateY(50%) } .tooltipped-e::before { top: 50%; right: -7px; bottom: 50%; margin-top: -6px; border-right-color: #1b1f23 } .tooltipped-align-right-1::after, .tooltipped-align-right-2::after { right: 0; margin-right: 0 } .tooltipped-align-right-1::before { right: 10px } .tooltipped-align-right-2::before { right: 15px } .tooltipped-align-left-1::after, .tooltipped-align-left-2::after { left: 0; margin-left: 0 } .tooltipped-align-left-1::before { left: 5px } .tooltipped-align-left-2::before { left: 10px } .tooltipped-multiline::after { width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 250px; word-wrap: break-word; white-space: pre-line; border-collapse: separate } .tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after { right: auto; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%) } .tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after { right: 100% } @media screen and (min-width: 0\0) { .tooltipped-multiline::after { width: 250px } } .tooltipped-sticky::before, .tooltipped-sticky::after { display: inline-block } .tooltipped-sticky.tooltipped-multiline::after { display: table-cell } .css-truncate.css-truncate-target, .css-truncate .css-truncate-target { display: inline-block; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top } .css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target, .css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target, .css-truncate.expandable:hover .css-truncate-target, .css-truncate.expandable:hover.css-truncate-target { max-width: 10000px !important } .anim-fade-in { -webkit-animation-name: fade-in; animation-name: fade-in; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out } .anim-fade-in.fast { -webkit-animation-duration: 300ms; animation-duration: 300ms } @-webkit-keyframes fade-in { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes fade-in { 0% { opacity: 0 } 100% { opacity: 1 } } .anim-fade-out { -webkit-animation-name: fade-out; animation-name: fade-out; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } .anim-fade-out.fast { -webkit-animation-duration: 0.3s; animation-duration: 0.3s } @-webkit-keyframes fade-out { 0% { opacity: 1 } 100% { opacity: 0 } } @keyframes fade-out { 0% { opacity: 1 } 100% { opacity: 0 } } .anim-fade-up { opacity: 0; -webkit-animation-name: fade-up; animation-name: fade-up; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-delay: 1s; animation-delay: 1s } @-webkit-keyframes fade-up { 0% { opacity: 0.8; -webkit-transform: translateY(100%); transform: translateY(100%) } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } } @keyframes fade-up { 0% { opacity: 0.8; -webkit-transform: translateY(100%); transform: translateY(100%) } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } } .anim-fade-down { -webkit-animation-name: fade-down; animation-name: fade-down; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } @-webkit-keyframes fade-down { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } 100% { opacity: 0.5; -webkit-transform: translateY(100%); transform: translateY(100%) } } @keyframes fade-down { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } 100% { opacity: 0.5; -webkit-transform: translateY(100%); transform: translateY(100%) } } .anim-grow-x { width: 0%; -webkit-animation-name: grow-x; animation-name: grow-x; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-delay: 0.5s; animation-delay: 0.5s } @-webkit-keyframes grow-x { to { width: 100% } } @keyframes grow-x { to { width: 100% } } .anim-shrink-x { -webkit-animation-name: shrink-x; animation-name: shrink-x; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0.5s; animation-delay: 0.5s } @-webkit-keyframes shrink-x { to { width: 0% } } @keyframes shrink-x { to { width: 0% } } .anim-scale-in { -webkit-animation-name: scale-in; animation-name: scale-in; -webkit-animation-duration: 0.15s; animation-duration: 0.15s; -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5); animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5) } @-webkit-keyframes scale-in { 0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5) } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } } @keyframes scale-in { 0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5) } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } } .anim-pulse { -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } @-webkit-keyframes pulse { 0% { opacity: 0.3 } 10% { opacity: 1 } 100% { opacity: 0.3 } } @keyframes pulse { 0% { opacity: 0.3 } 10% { opacity: 1 } 100% { opacity: 0.3 } } .anim-pulse-in { -webkit-animation-name: pulse-in; animation-name: pulse-in; -webkit-animation-duration: 0.5s; animation-duration: 0.5s } @-webkit-keyframes pulse-in { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } 50% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1) } 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } } @keyframes pulse-in { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } 50% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1) } 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } } .hover-grow { transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s } .hover-grow:hover { -webkit-transform: scale(1.025); transform: scale(1.025) } .border { border: 1px #e1e4e8 solid !important } .border-top { border-top: 1px #e1e4e8 solid !important } .border-right { border-right: 1px #e1e4e8 solid !important } .border-bottom { border-bottom: 1px #e1e4e8 solid !important } .border-left { border-left: 1px #e1e4e8 solid !important } .border-y { border-top: 1px #e1e4e8 solid !important; border-bottom: 1px #e1e4e8 solid !important } .border-dashed { border-style: dashed !important } .border-blue { border-color: #0366d6 !important } .border-blue-light { border-color: #c8e1ff !important } .border-green { border-color: #34d058 !important } .border-green-light { border-color: #a2cbac !important } .border-red { border-color: #d73a49 !important } .border-red-light { border-color: #cea0a5 !important } .border-purple { border-color: #6f42c1 !important } .border-yellow { border-color: #d9d0a5 !important } .border-gray-light { border-color: #eaecef !important } .border-gray-dark { border-color: #d1d5da !important } .border-black-fade { border-color: rgba(27, 31, 35, 0.15) !important } .border-0 { border: 0 !important } .border-top-0 { border-top: 0 !important } .border-right-0 { border-right: 0 !important } .border-bottom-0 { border-bottom: 0 !important } .border-left-0 { border-left: 0 !important } .rounded-0 { border-radius: 0 !important } .rounded-1 { border-radius: 3px !important } .rounded-2 { border-radius: 6px !important } .circle { border-radius: 50% !important } .box-shadow { box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important } .box-shadow-medium { box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) !important } .box-shadow-large { box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important } .box-shadow-extra-large { box-shadow: 0 10px 50px rgba(27, 31, 35, 0.07) !important } .box-shadow-none { box-shadow: none !important } .bg-white { background-color: #fff !important } .bg-blue { background-color: #0366d6 !important } .bg-blue-light { background-color: #f1f8ff !important } .bg-gray-dark { background-color: #24292e !important } .bg-gray { background-color: #f6f8fa !important } .bg-gray-light { background-color: #fafbfc !important } .bg-green { background-color: #28a745 !important } .bg-green-light { background-color: #dcffe4 !important } .bg-red { background-color: #d73a49 !important } .bg-red-light { background-color: #ffdce0 !important } .bg-yellow { background-color: #ffd33d !important } .bg-yellow-light { background-color: #fff5b1 !important } .bg-purple { background-color: #6f42c1 !important } .bg-purple-light { background-color: #f5f0ff !important } .bg-shade-gradient { background-image: linear-gradient(180deg, rgba(27, 31, 35, 0.065), rgba(27, 31, 35, 0)) !important; background-repeat: no-repeat !important; background-size: 100% 200px !important } .text-blue { color: #0366d6 !important } .text-red { color: #cb2431 !important } .text-gray-light { color: #6a737d !important } .text-gray { color: #586069 !important } .text-gray-dark { color: #24292e !important } .text-green { color: #28a745 !important } .text-orange { color: #a04100 !important } .text-orange-light { color: #e36209 !important } .text-purple { color: #6f42c1 !important } .text-white { color: #fff !important } .text-inherit { color: inherit !important } .text-pending { color: #b08800 !important } .bg-pending { color: #dbab09 !important } .link-gray { color: #586069 !important } .link-gray:hover { color: #0366d6 !important } .link-gray-dark { color: #24292e !important } .link-gray-dark:hover { color: #0366d6 !important } .link-hover-blue:hover { color: #0366d6 !important } .muted-link { color: #586069 !important } .muted-link:hover { color: #0366d6 !important; text-decoration: none } .flex-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important } .flex-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important } .flex-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important } .flex-wrap { flex-wrap: wrap !important } .flex-nowrap { flex-wrap: nowrap !important } .flex-justify-start { -webkit-box-pack: start !important; justify-content: flex-start !important } .flex-justify-end { -webkit-box-pack: end !important; justify-content: flex-end !important } .flex-justify-center { -webkit-box-pack: center !important; justify-content: center !important } .flex-justify-between { -webkit-box-pack: justify !important; justify-content: space-between !important } .flex-justify-around { justify-content: space-around !important } .flex-items-start { -webkit-box-align: start !important; align-items: flex-start !important } .flex-items-end { -webkit-box-align: end !important; align-items: flex-end !important } .flex-items-center { -webkit-box-align: center !important; align-items: center !important } .flex-items-baseline { -webkit-box-align: baseline !important; align-items: baseline !important } .flex-items-stretch { -webkit-box-align: stretch !important; align-items: stretch !important } .flex-content-start { align-content: flex-start !important } .flex-content-end { align-content: flex-end !important } .flex-content-center { align-content: center !important } .flex-content-between { align-content: space-between !important } .flex-content-around { align-content: space-around !important } .flex-content-stretch { align-content: stretch !important } .flex-auto { -webkit-box-flex: 1 !important; flex: 1 1 auto !important } .flex-shrink-0 { flex-shrink: 0 !important } .flex-self-auto { -ms-grid-row-align: auto !important; align-self: auto !important } .flex-self-start { align-self: flex-start !important } .flex-self-end { align-self: flex-end !important } .flex-self-center { -ms-grid-row-align: center !important; align-self: center !important } .flex-self-baseline { align-self: baseline !important } .flex-self-stretch { -ms-grid-row-align: stretch !important; align-self: stretch !important } .flex-item-equal { -webkit-box-flex: 1; flex-grow: 1; flex-basis: 0 } @media (min-width: 544px) { .flex-sm-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important } .flex-sm-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important } .flex-sm-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important } .flex-sm-wrap { flex-wrap: wrap !important } .flex-sm-nowrap { flex-wrap: nowrap !important } .flex-sm-justify-start { -webkit-box-pack: start !important; justify-content: flex-start !important } .flex-sm-justify-end { -webkit-box-pack: end !important; justify-content: flex-end !important } .flex-sm-justify-center { -webkit-box-pack: center !important; justify-content: center !important } .flex-sm-justify-between { -webkit-box-pack: justify !important; justify-content: space-between !important } .flex-sm-justify-around { justify-content: space-around !important } .flex-sm-items-start { -webkit-box-align: start !important; align-items: flex-start !important } .flex-sm-items-end { -webkit-box-align: end !important; align-items: flex-end !important } .flex-sm-items-center { -webkit-box-align: center !important; align-items: center !important } .flex-sm-items-baseline { -webkit-box-align: baseline !important; align-items: baseline !important } .flex-sm-items-stretch { -webkit-box-align: stretch !important; align-items: stretch !important } .flex-sm-content-start { align-content: flex-start !important } .flex-sm-content-end { align-content: flex-end !important } .flex-sm-content-center { align-content: center !important } .flex-sm-content-between { align-content: space-between !important } .flex-sm-content-around { align-content: space-around !important } .flex-sm-content-stretch { align-content: stretch !important } .flex-sm-auto { -webkit-box-flex: 1 !important; flex: 1 1 auto !important } .flex-sm-shrink-0 { flex-shrink: 0 !important } .flex-sm-self-auto { -ms-grid-row-align: auto !important; align-self: auto !important } .flex-sm-self-start { align-self: flex-start !important } .flex-sm-self-end { align-self: flex-end !important } .flex-sm-self-center { -ms-grid-row-align: center !important; align-self: center !important } .flex-sm-self-baseline { align-self: baseline !important } .flex-sm-self-stretch { -ms-grid-row-align: stretch !important; align-self: stretch !important } .flex-sm-item-equal { -webkit-box-flex: 1; flex-grow: 1; flex-basis: 0 } } @media (min-width: 768px) { .flex-md-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important } .flex-md-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important } .flex-md-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important } .flex-md-wrap { flex-wrap: wrap !important } .flex-md-nowrap { flex-wrap: nowrap !important } .flex-md-justify-start { -webkit-box-pack: start !important; justify-content: flex-start !important } .flex-md-justify-end { -webkit-box-pack: end !important; justify-content: flex-end !important } .flex-md-justify-center { -webkit-box-pack: center !important; justify-content: center !important } .flex-md-justify-between { -webkit-box-pack: justify !important; justify-content: space-between !important } .flex-md-justify-around { justify-content: space-around !important } .flex-md-items-start { -webkit-box-align: start !important; align-items: flex-start !important } .flex-md-items-end { -webkit-box-align: end !important; align-items: flex-end !important } .flex-md-items-center { -webkit-box-align: center !important; align-items: center !important } .flex-md-items-baseline { -webkit-box-align: baseline !important; align-items: baseline !important } .flex-md-items-stretch { -webkit-box-align: stretch !important; align-items: stretch !important } .flex-md-content-start { align-content: flex-start !important } .flex-md-content-end { align-content: flex-end !important } .flex-md-content-center { align-content: center !important } .flex-md-content-between { align-content: space-between !important } .flex-md-content-around { align-content: space-around !important } .flex-md-content-stretch { align-content: stretch !important } .flex-md-auto { -webkit-box-flex: 1 !important; flex: 1 1 auto !important } .flex-md-shrink-0 { flex-shrink: 0 !important } .flex-md-self-auto { -ms-grid-row-align: auto !important; align-self: auto !important } .flex-md-self-start { align-self: flex-start !important } .flex-md-self-end { align-self: flex-end !important } .flex-md-self-center { -ms-grid-row-align: center !important; align-self: center !important } .flex-md-self-baseline { align-self: baseline !important } .flex-md-self-stretch { -ms-grid-row-align: stretch !important; align-self: stretch !important } .flex-md-item-equal { -webkit-box-flex: 1; flex-grow: 1; flex-basis: 0 } } @media (min-width: 1012px) { .flex-lg-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important } .flex-lg-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important } .flex-lg-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important } .flex-lg-wrap { flex-wrap: wrap !important } .flex-lg-nowrap { flex-wrap: nowrap !important } .flex-lg-justify-start { -webkit-box-pack: start !important; justify-content: flex-start !important } .flex-lg-justify-end { -webkit-box-pack: end !important; justify-content: flex-end !important } .flex-lg-justify-center { -webkit-box-pack: center !important; justify-content: center !important } .flex-lg-justify-between { -webkit-box-pack: justify !important; justify-content: space-between !important } .flex-lg-justify-around { justify-content: space-around !important } .flex-lg-items-start { -webkit-box-align: start !important; align-items: flex-start !important } .flex-lg-items-end { -webkit-box-align: end !important; align-items: flex-end !important } .flex-lg-items-center { -webkit-box-align: center !important; align-items: center !important } .flex-lg-items-baseline { -webkit-box-align: baseline !important; align-items: baseline !important } .flex-lg-items-stretch { -webkit-box-align: stretch !important; align-items: stretch !important } .flex-lg-content-start { align-content: flex-start !important } .flex-lg-content-end { align-content: flex-end !important } .flex-lg-content-center { align-content: center !important } .flex-lg-content-between { align-content: space-between !important } .flex-lg-content-around { align-content: space-around !important } .flex-lg-content-stretch { align-content: stretch !important } .flex-lg-auto { -webkit-box-flex: 1 !important; flex: 1 1 auto !important } .flex-lg-shrink-0 { flex-shrink: 0 !important } .flex-lg-self-auto { -ms-grid-row-align: auto !important; align-self: auto !important } .flex-lg-self-start { align-self: flex-start !important } .flex-lg-self-end { align-self: flex-end !important } .flex-lg-self-center { -ms-grid-row-align: center !important; align-self: center !important } .flex-lg-self-baseline { align-self: baseline !important } .flex-lg-self-stretch { -ms-grid-row-align: stretch !important; align-self: stretch !important } .flex-lg-item-equal { -webkit-box-flex: 1; flex-grow: 1; flex-basis: 0 } } @media (min-width: 1280px) { .flex-xl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important } .flex-xl-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; flex-direction: row-reverse !important } .flex-xl-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; flex-direction: column !important } .flex-xl-wrap { flex-wrap: wrap !important } .flex-xl-nowrap { flex-wrap: nowrap !important } .flex-xl-justify-start { -webkit-box-pack: start !important; justify-content: flex-start !important } .flex-xl-justify-end { -webkit-box-pack: end !important; justify-content: flex-end !important } .flex-xl-justify-center { -webkit-box-pack: center !important; justify-content: center !important } .flex-xl-justify-between { -webkit-box-pack: justify !important; justify-content: space-between !important } .flex-xl-justify-around { justify-content: space-around !important } .flex-xl-items-start { -webkit-box-align: start !important; align-items: flex-start !important } .flex-xl-items-end { -webkit-box-align: end !important; align-items: flex-end !important } .flex-xl-items-center { -webkit-box-align: center !important; align-items: center !important } .flex-xl-items-baseline { -webkit-box-align: baseline !important; align-items: baseline !important } .flex-xl-items-stretch { -webkit-box-align: stretch !important; align-items: stretch !important } .flex-xl-content-start { align-content: flex-start !important } .flex-xl-content-end { align-content: flex-end !important } .flex-xl-content-center { align-content: center !important } .flex-xl-content-between { align-content: space-between !important } .flex-xl-content-around { align-content: space-around !important } .flex-xl-content-stretch { align-content: stretch !important } .flex-xl-auto { -webkit-box-flex: 1 !important; flex: 1 1 auto !important } .flex-xl-shrink-0 { flex-shrink: 0 !important } .flex-xl-self-auto { -ms-grid-row-align: auto !important; align-self: auto !important } .flex-xl-self-start { align-self: flex-start !important } .flex-xl-self-end { align-self: flex-end !important } .flex-xl-self-center { -ms-grid-row-align: center !important; align-self: center !important } .flex-xl-self-baseline { align-self: baseline !important } .flex-xl-self-stretch { -ms-grid-row-align: stretch !important; align-self: stretch !important } .flex-xl-item-equal { -webkit-box-flex: 1; flex-grow: 1; flex-basis: 0 } } .position-static { position: static !important } .position-relative { position: relative !important } .position-absolute { position: absolute !important } .position-fixed { position: fixed !important } .top-0 { top: 0 !important } .right-0 { right: 0 !important } .bottom-0 { bottom: 0 !important } .left-0 { left: 0 !important } .v-align-middle { vertical-align: middle !important } .v-align-top { vertical-align: top !important } .v-align-bottom { vertical-align: bottom !important } .v-align-text-top { vertical-align: text-top !important } .v-align-text-bottom { vertical-align: text-bottom !important } .v-align-baseline { vertical-align: baseline !important } .overflow-hidden { overflow: hidden !important } .overflow-scroll { overflow: scroll !important } .overflow-auto { overflow: auto !important } .clearfix::before { display: table; content: "" } .clearfix::after { display: table; clear: both; content: "" } .float-right { float: right !important } .float-left { float: left !important } .float-none { float: none !important } @media (min-width: 544px) { .float-sm-left { float: left !important } .float-sm-right { float: right !important } .float-sm-none { float: none !important } } @media (min-width: 768px) { .float-md-left { float: left !important } .float-md-right { float: right !important } .float-md-none { float: none !important } } @media (min-width: 1012px) { .float-lg-left { float: left !important } .float-lg-right { float: right !important } .float-lg-none { float: none !important } } @media (min-width: 1280px) { .float-xl-left { float: left !important } .float-xl-right { float: right !important } .float-xl-none { float: none !important } } .width-fit { max-width: 100% !important } .width-full { width: 100% !important } .height-full { height: 100% !important } .min-width-0 { min-width: 0 !important } .direction-rtl { direction: rtl !important } .direction-ltr { direction: ltr !important } @media (min-width: 544px) { .direction-sm-rtl { direction: rtl !important } .direction-sm-ltr { direction: ltr !important } } @media (min-width: 768px) { .direction-md-rtl { direction: rtl !important } .direction-md-ltr { direction: ltr !important } } @media (min-width: 1012px) { .direction-lg-rtl { direction: rtl !important } .direction-lg-ltr { direction: ltr !important } } @media (min-width: 1280px) { .direction-xl-rtl { direction: rtl !important } .direction-xl-ltr { direction: ltr !important } } .m-0 { margin: 0 !important } .mt-0 { margin-top: 0 !important } .mr-0 { margin-right: 0 !important } .mb-0 { margin-bottom: 0 !important } .ml-0 { margin-left: 0 !important } .mt-n0 { margin-top: -0 !important } .mr-n0 { margin-right: -0 !important } .mb-n0 { margin-bottom: -0 !important } .ml-n0 { margin-left: -0 !important } .mx-0 { margin-right: 0 !important; margin-left: 0 !important } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important } .m-1 { margin: 4px !important } .mt-1 { margin-top: 4px !important } .mr-1 { margin-right: 4px !important } .mb-1 { margin-bottom: 4px !important } .ml-1 { margin-left: 4px !important } .mt-n1 { margin-top: -4px !important } .mr-n1 { margin-right: -4px !important } .mb-n1 { margin-bottom: -4px !important } .ml-n1 { margin-left: -4px !important } .mx-1 { margin-right: 4px !important; margin-left: 4px !important } .my-1 { margin-top: 4px !important; margin-bottom: 4px !important } .m-2 { margin: 8px !important } .mt-2 { margin-top: 8px !important } .mr-2 { margin-right: 8px !important } .mb-2 { margin-bottom: 8px !important } .ml-2 { margin-left: 8px !important } .mt-n2 { margin-top: -8px !important } .mr-n2 { margin-right: -8px !important } .mb-n2 { margin-bottom: -8px !important } .ml-n2 { margin-left: -8px !important } .mx-2 { margin-right: 8px !important; margin-left: 8px !important } .my-2 { margin-top: 8px !important; margin-bottom: 8px !important } .m-3 { margin: 16px !important } .mt-3 { margin-top: 16px !important } .mr-3 { margin-right: 16px !important } .mb-3 { margin-bottom: 16px !important } .ml-3 { margin-left: 16px !important } .mt-n3 { margin-top: -16px !important } .mr-n3 { margin-right: -16px !important } .mb-n3 { margin-bottom: -16px !important } .ml-n3 { margin-left: -16px !important } .mx-3 { margin-right: 16px !important; margin-left: 16px !important } .my-3 { margin-top: 16px !important; margin-bottom: 16px !important } .m-4 { margin: 24px !important } .mt-4 { margin-top: 24px !important } .mr-4 { margin-right: 24px !important } .mb-4 { margin-bottom: 24px !important } .ml-4 { margin-left: 24px !important } .mt-n4 { margin-top: -24px !important } .mr-n4 { margin-right: -24px !important } .mb-n4 { margin-bottom: -24px !important } .ml-n4 { margin-left: -24px !important } .mx-4 { margin-right: 24px !important; margin-left: 24px !important } .my-4 { margin-top: 24px !important; margin-bottom: 24px !important } .m-5 { margin: 32px !important } .mt-5 { margin-top: 32px !important } .mr-5 { margin-right: 32px !important } .mb-5 { margin-bottom: 32px !important } .ml-5 { margin-left: 32px !important } .mt-n5 { margin-top: -32px !important } .mr-n5 { margin-right: -32px !important } .mb-n5 { margin-bottom: -32px !important } .ml-n5 { margin-left: -32px !important } .mx-5 { margin-right: 32px !important; margin-left: 32px !important } .my-5 { margin-top: 32px !important; margin-bottom: 32px !important } .m-6 { margin: 40px !important } .mt-6 { margin-top: 40px !important } .mr-6 { margin-right: 40px !important } .mb-6 { margin-bottom: 40px !important } .ml-6 { margin-left: 40px !important } .mt-n6 { margin-top: -40px !important } .mr-n6 { margin-right: -40px !important } .mb-n6 { margin-bottom: -40px !important } .ml-n6 { margin-left: -40px !important } .mx-6 { margin-right: 40px !important; margin-left: 40px !important } .my-6 { margin-top: 40px !important; margin-bottom: 40px !important } .mx-auto { margin-right: auto !important; margin-left: auto !important } @media (min-width: 544px) { .m-sm-0 { margin: 0 !important } .mt-sm-0 { margin-top: 0 !important } .mr-sm-0 { margin-right: 0 !important } .mb-sm-0 { margin-bottom: 0 !important } .ml-sm-0 { margin-left: 0 !important } .mt-sm-n0 { margin-top: -0 !important } .mr-sm-n0 { margin-right: -0 !important } .mb-sm-n0 { margin-bottom: -0 !important } .ml-sm-n0 { margin-left: -0 !important } .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important } .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important } } @media (min-width: 544px) { .m-sm-1 { margin: 4px !important } .mt-sm-1 { margin-top: 4px !important } .mr-sm-1 { margin-right: 4px !important } .mb-sm-1 { margin-bottom: 4px !important } .ml-sm-1 { margin-left: 4px !important } .mt-sm-n1 { margin-top: -4px !important } .mr-sm-n1 { margin-right: -4px !important } .mb-sm-n1 { margin-bottom: -4px !important } .ml-sm-n1 { margin-left: -4px !important } .mx-sm-1 { margin-right: 4px !important; margin-left: 4px !important } .my-sm-1 { margin-top: 4px !important; margin-bottom: 4px !important } } @media (min-width: 544px) { .m-sm-2 { margin: 8px !important } .mt-sm-2 { margin-top: 8px !important } .mr-sm-2 { margin-right: 8px !important } .mb-sm-2 { margin-bottom: 8px !important } .ml-sm-2 { margin-left: 8px !important } .mt-sm-n2 { margin-top: -8px !important } .mr-sm-n2 { margin-right: -8px !important } .mb-sm-n2 { margin-bottom: -8px !important } .ml-sm-n2 { margin-left: -8px !important } .mx-sm-2 { margin-right: 8px !important; margin-left: 8px !important } .my-sm-2 { margin-top: 8px !important; margin-bottom: 8px !important } } @media (min-width: 544px) { .m-sm-3 { margin: 16px !important } .mt-sm-3 { margin-top: 16px !important } .mr-sm-3 { margin-right: 16px !important } .mb-sm-3 { margin-bottom: 16px !important } .ml-sm-3 { margin-left: 16px !important } .mt-sm-n3 { margin-top: -16px !important } .mr-sm-n3 { margin-right: -16px !important } .mb-sm-n3 { margin-bottom: -16px !important } .ml-sm-n3 { margin-left: -16px !important } .mx-sm-3 { margin-right: 16px !important; margin-left: 16px !important } .my-sm-3 { margin-top: 16px !important; margin-bottom: 16px !important } } @media (min-width: 544px) { .m-sm-4 { margin: 24px !important } .mt-sm-4 { margin-top: 24px !important } .mr-sm-4 { margin-right: 24px !important } .mb-sm-4 { margin-bottom: 24px !important } .ml-sm-4 { margin-left: 24px !important } .mt-sm-n4 { margin-top: -24px !important } .mr-sm-n4 { margin-right: -24px !important } .mb-sm-n4 { margin-bottom: -24px !important } .ml-sm-n4 { margin-left: -24px !important } .mx-sm-4 { margin-right: 24px !important; margin-left: 24px !important } .my-sm-4 { margin-top: 24px !important; margin-bottom: 24px !important } } @media (min-width: 544px) { .m-sm-5 { margin: 32px !important } .mt-sm-5 { margin-top: 32px !important } .mr-sm-5 { margin-right: 32px !important } .mb-sm-5 { margin-bottom: 32px !important } .ml-sm-5 { margin-left: 32px !important } .mt-sm-n5 { margin-top: -32px !important } .mr-sm-n5 { margin-right: -32px !important } .mb-sm-n5 { margin-bottom: -32px !important } .ml-sm-n5 { margin-left: -32px !important } .mx-sm-5 { margin-right: 32px !important; margin-left: 32px !important } .my-sm-5 { margin-top: 32px !important; margin-bottom: 32px !important } } @media (min-width: 544px) { .m-sm-6 { margin: 40px !important } .mt-sm-6 { margin-top: 40px !important } .mr-sm-6 { margin-right: 40px !important } .mb-sm-6 { margin-bottom: 40px !important } .ml-sm-6 { margin-left: 40px !important } .mt-sm-n6 { margin-top: -40px !important } .mr-sm-n6 { margin-right: -40px !important } .mb-sm-n6 { margin-bottom: -40px !important } .ml-sm-n6 { margin-left: -40px !important } .mx-sm-6 { margin-right: 40px !important; margin-left: 40px !important } .my-sm-6 { margin-top: 40px !important; margin-bottom: 40px !important } } @media (min-width: 768px) { .m-md-0 { margin: 0 !important } .mt-md-0 { margin-top: 0 !important } .mr-md-0 { margin-right: 0 !important } .mb-md-0 { margin-bottom: 0 !important } .ml-md-0 { margin-left: 0 !important } .mt-md-n0 { margin-top: -0 !important } .mr-md-n0 { margin-right: -0 !important } .mb-md-n0 { margin-bottom: -0 !important } .ml-md-n0 { margin-left: -0 !important } .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important } .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important } } @media (min-width: 768px) { .m-md-1 { margin: 4px !important } .mt-md-1 { margin-top: 4px !important } .mr-md-1 { margin-right: 4px !important } .mb-md-1 { margin-bottom: 4px !important } .ml-md-1 { margin-left: 4px !important } .mt-md-n1 { margin-top: -4px !important } .mr-md-n1 { margin-right: -4px !important } .mb-md-n1 { margin-bottom: -4px !important } .ml-md-n1 { margin-left: -4px !important } .mx-md-1 { margin-right: 4px !important; margin-left: 4px !important } .my-md-1 { margin-top: 4px !important; margin-bottom: 4px !important } } @media (min-width: 768px) { .m-md-2 { margin: 8px !important } .mt-md-2 { margin-top: 8px !important } .mr-md-2 { margin-right: 8px !important } .mb-md-2 { margin-bottom: 8px !important } .ml-md-2 { margin-left: 8px !important } .mt-md-n2 { margin-top: -8px !important } .mr-md-n2 { margin-right: -8px !important } .mb-md-n2 { margin-bottom: -8px !important } .ml-md-n2 { margin-left: -8px !important } .mx-md-2 { margin-right: 8px !important; margin-left: 8px !important } .my-md-2 { margin-top: 8px !important; margin-bottom: 8px !important } } @media (min-width: 768px) { .m-md-3 { margin: 16px !important } .mt-md-3 { margin-top: 16px !important } .mr-md-3 { margin-right: 16px !important } .mb-md-3 { margin-bottom: 16px !important } .ml-md-3 { margin-left: 16px !important } .mt-md-n3 { margin-top: -16px !important } .mr-md-n3 { margin-right: -16px !important } .mb-md-n3 { margin-bottom: -16px !important } .ml-md-n3 { margin-left: -16px !important } .mx-md-3 { margin-right: 16px !important; margin-left: 16px !important } .my-md-3 { margin-top: 16px !important; margin-bottom: 16px !important } } @media (min-width: 768px) { .m-md-4 { margin: 24px !important } .mt-md-4 { margin-top: 24px !important } .mr-md-4 { margin-right: 24px !important } .mb-md-4 { margin-bottom: 24px !important } .ml-md-4 { margin-left: 24px !important } .mt-md-n4 { margin-top: -24px !important } .mr-md-n4 { margin-right: -24px !important } .mb-md-n4 { margin-bottom: -24px !important } .ml-md-n4 { margin-left: -24px !important } .mx-md-4 { margin-right: 24px !important; margin-left: 24px !important } .my-md-4 { margin-top: 24px !important; margin-bottom: 24px !important } } @media (min-width: 768px) { .m-md-5 { margin: 32px !important } .mt-md-5 { margin-top: 32px !important } .mr-md-5 { margin-right: 32px !important } .mb-md-5 { margin-bottom: 32px !important } .ml-md-5 { margin-left: 32px !important } .mt-md-n5 { margin-top: -32px !important } .mr-md-n5 { margin-right: -32px !important } .mb-md-n5 { margin-bottom: -32px !important } .ml-md-n5 { margin-left: -32px !important } .mx-md-5 { margin-right: 32px !important; margin-left: 32px !important } .my-md-5 { margin-top: 32px !important; margin-bottom: 32px !important } } @media (min-width: 768px) { .m-md-6 { margin: 40px !important } .mt-md-6 { margin-top: 40px !important } .mr-md-6 { margin-right: 40px !important } .mb-md-6 { margin-bottom: 40px !important } .ml-md-6 { margin-left: 40px !important } .mt-md-n6 { margin-top: -40px !important } .mr-md-n6 { margin-right: -40px !important } .mb-md-n6 { margin-bottom: -40px !important } .ml-md-n6 { margin-left: -40px !important } .mx-md-6 { margin-right: 40px !important; margin-left: 40px !important } .my-md-6 { margin-top: 40px !important; margin-bottom: 40px !important } } @media (min-width: 1012px) { .m-lg-0 { margin: 0 !important } .mt-lg-0 { margin-top: 0 !important } .mr-lg-0 { margin-right: 0 !important } .mb-lg-0 { margin-bottom: 0 !important } .ml-lg-0 { margin-left: 0 !important } .mt-lg-n0 { margin-top: -0 !important } .mr-lg-n0 { margin-right: -0 !important } .mb-lg-n0 { margin-bottom: -0 !important } .ml-lg-n0 { margin-left: -0 !important } .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important } .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important } } @media (min-width: 1012px) { .m-lg-1 { margin: 4px !important } .mt-lg-1 { margin-top: 4px !important } .mr-lg-1 { margin-right: 4px !important } .mb-lg-1 { margin-bottom: 4px !important } .ml-lg-1 { margin-left: 4px !important } .mt-lg-n1 { margin-top: -4px !important } .mr-lg-n1 { margin-right: -4px !important } .mb-lg-n1 { margin-bottom: -4px !important } .ml-lg-n1 { margin-left: -4px !important } .mx-lg-1 { margin-right: 4px !important; margin-left: 4px !important } .my-lg-1 { margin-top: 4px !important; margin-bottom: 4px !important } } @media (min-width: 1012px) { .m-lg-2 { margin: 8px !important } .mt-lg-2 { margin-top: 8px !important } .mr-lg-2 { margin-right: 8px !important } .mb-lg-2 { margin-bottom: 8px !important } .ml-lg-2 { margin-left: 8px !important } .mt-lg-n2 { margin-top: -8px !important } .mr-lg-n2 { margin-right: -8px !important } .mb-lg-n2 { margin-bottom: -8px !important } .ml-lg-n2 { margin-left: -8px !important } .mx-lg-2 { margin-right: 8px !important; margin-left: 8px !important } .my-lg-2 { margin-top: 8px !important; margin-bottom: 8px !important } } @media (min-width: 1012px) { .m-lg-3 { margin: 16px !important } .mt-lg-3 { margin-top: 16px !important } .mr-lg-3 { margin-right: 16px !important } .mb-lg-3 { margin-bottom: 16px !important } .ml-lg-3 { margin-left: 16px !important } .mt-lg-n3 { margin-top: -16px !important } .mr-lg-n3 { margin-right: -16px !important } .mb-lg-n3 { margin-bottom: -16px !important } .ml-lg-n3 { margin-left: -16px !important } .mx-lg-3 { margin-right: 16px !important; margin-left: 16px !important } .my-lg-3 { margin-top: 16px !important; margin-bottom: 16px !important } } @media (min-width: 1012px) { .m-lg-4 { margin: 24px !important } .mt-lg-4 { margin-top: 24px !important } .mr-lg-4 { margin-right: 24px !important } .mb-lg-4 { margin-bottom: 24px !important } .ml-lg-4 { margin-left: 24px !important } .mt-lg-n4 { margin-top: -24px !important } .mr-lg-n4 { margin-right: -24px !important } .mb-lg-n4 { margin-bottom: -24px !important } .ml-lg-n4 { margin-left: -24px !important } .mx-lg-4 { margin-right: 24px !important; margin-left: 24px !important } .my-lg-4 { margin-top: 24px !important; margin-bottom: 24px !important } } @media (min-width: 1012px) { .m-lg-5 { margin: 32px !important } .mt-lg-5 { margin-top: 32px !important } .mr-lg-5 { margin-right: 32px !important } .mb-lg-5 { margin-bottom: 32px !important } .ml-lg-5 { margin-left: 32px !important } .mt-lg-n5 { margin-top: -32px !important } .mr-lg-n5 { margin-right: -32px !important } .mb-lg-n5 { margin-bottom: -32px !important } .ml-lg-n5 { margin-left: -32px !important } .mx-lg-5 { margin-right: 32px !important; margin-left: 32px !important } .my-lg-5 { margin-top: 32px !important; margin-bottom: 32px !important } } @media (min-width: 1012px) { .m-lg-6 { margin: 40px !important } .mt-lg-6 { margin-top: 40px !important } .mr-lg-6 { margin-right: 40px !important } .mb-lg-6 { margin-bottom: 40px !important } .ml-lg-6 { margin-left: 40px !important } .mt-lg-n6 { margin-top: -40px !important } .mr-lg-n6 { margin-right: -40px !important } .mb-lg-n6 { margin-bottom: -40px !important } .ml-lg-n6 { margin-left: -40px !important } .mx-lg-6 { margin-right: 40px !important; margin-left: 40px !important } .my-lg-6 { margin-top: 40px !important; margin-bottom: 40px !important } } @media (min-width: 1280px) { .m-xl-0 { margin: 0 !important } .mt-xl-0 { margin-top: 0 !important } .mr-xl-0 { margin-right: 0 !important } .mb-xl-0 { margin-bottom: 0 !important } .ml-xl-0 { margin-left: 0 !important } .mt-xl-n0 { margin-top: -0 !important } .mr-xl-n0 { margin-right: -0 !important } .mb-xl-n0 { margin-bottom: -0 !important } .ml-xl-n0 { margin-left: -0 !important } .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important } .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important } } @media (min-width: 1280px) { .m-xl-1 { margin: 4px !important } .mt-xl-1 { margin-top: 4px !important } .mr-xl-1 { margin-right: 4px !important } .mb-xl-1 { margin-bottom: 4px !important } .ml-xl-1 { margin-left: 4px !important } .mt-xl-n1 { margin-top: -4px !important } .mr-xl-n1 { margin-right: -4px !important } .mb-xl-n1 { margin-bottom: -4px !important } .ml-xl-n1 { margin-left: -4px !important } .mx-xl-1 { margin-right: 4px !important; margin-left: 4px !important } .my-xl-1 { margin-top: 4px !important; margin-bottom: 4px !important } } @media (min-width: 1280px) { .m-xl-2 { margin: 8px !important } .mt-xl-2 { margin-top: 8px !important } .mr-xl-2 { margin-right: 8px !important } .mb-xl-2 { margin-bottom: 8px !important } .ml-xl-2 { margin-left: 8px !important } .mt-xl-n2 { margin-top: -8px !important } .mr-xl-n2 { margin-right: -8px !important } .mb-xl-n2 { margin-bottom: -8px !important } .ml-xl-n2 { margin-left: -8px !important } .mx-xl-2 { margin-right: 8px !important; margin-left: 8px !important } .my-xl-2 { margin-top: 8px !important; margin-bottom: 8px !important } } @media (min-width: 1280px) { .m-xl-3 { margin: 16px !important } .mt-xl-3 { margin-top: 16px !important } .mr-xl-3 { margin-right: 16px !important } .mb-xl-3 { margin-bottom: 16px !important } .ml-xl-3 { margin-left: 16px !important } .mt-xl-n3 { margin-top: -16px !important } .mr-xl-n3 { margin-right: -16px !important } .mb-xl-n3 { margin-bottom: -16px !important } .ml-xl-n3 { margin-left: -16px !important } .mx-xl-3 { margin-right: 16px !important; margin-left: 16px !important } .my-xl-3 { margin-top: 16px !important; margin-bottom: 16px !important } } @media (min-width: 1280px) { .m-xl-4 { margin: 24px !important } .mt-xl-4 { margin-top: 24px !important } .mr-xl-4 { margin-right: 24px !important } .mb-xl-4 { margin-bottom: 24px !important } .ml-xl-4 { margin-left: 24px !important } .mt-xl-n4 { margin-top: -24px !important } .mr-xl-n4 { margin-right: -24px !important } .mb-xl-n4 { margin-bottom: -24px !important } .ml-xl-n4 { margin-left: -24px !important } .mx-xl-4 { margin-right: 24px !important; margin-left: 24px !important } .my-xl-4 { margin-top: 24px !important; margin-bottom: 24px !important } } @media (min-width: 1280px) { .m-xl-5 { margin: 32px !important } .mt-xl-5 { margin-top: 32px !important } .mr-xl-5 { margin-right: 32px !important } .mb-xl-5 { margin-bottom: 32px !important } .ml-xl-5 { margin-left: 32px !important } .mt-xl-n5 { margin-top: -32px !important } .mr-xl-n5 { margin-right: -32px !important } .mb-xl-n5 { margin-bottom: -32px !important } .ml-xl-n5 { margin-left: -32px !important } .mx-xl-5 { margin-right: 32px !important; margin-left: 32px !important } .my-xl-5 { margin-top: 32px !important; margin-bottom: 32px !important } } @media (min-width: 1280px) { .m-xl-6 { margin: 40px !important } .mt-xl-6 { margin-top: 40px !important } .mr-xl-6 { margin-right: 40px !important } .mb-xl-6 { margin-bottom: 40px !important } .ml-xl-6 { margin-left: 40px !important } .mt-xl-n6 { margin-top: -40px !important } .mr-xl-n6 { margin-right: -40px !important } .mb-xl-n6 { margin-bottom: -40px !important } .ml-xl-n6 { margin-left: -40px !important } .mx-xl-6 { margin-right: 40px !important; margin-left: 40px !important } .my-xl-6 { margin-top: 40px !important; margin-bottom: 40px !important } } .p-0 { padding: 0 !important } .pt-0 { padding-top: 0 !important } .pr-0 { padding-right: 0 !important } .pb-0 { padding-bottom: 0 !important } .pl-0 { padding-left: 0 !important } .px-0 { padding-right: 0 !important; padding-left: 0 !important } .py-0 { padding-top: 0 !important; padding-bottom: 0 !important } .p-1 { padding: 4px !important } .pt-1 { padding-top: 4px !important } .pr-1 { padding-right: 4px !important } .pb-1 { padding-bottom: 4px !important } .pl-1 { padding-left: 4px !important } .px-1 { padding-right: 4px !important; padding-left: 4px !important } .py-1 { padding-top: 4px !important; padding-bottom: 4px !important } .p-2 { padding: 8px !important } .pt-2 { padding-top: 8px !important } .pr-2 { padding-right: 8px !important } .pb-2 { padding-bottom: 8px !important } .pl-2 { padding-left: 8px !important } .px-2 { padding-right: 8px !important; padding-left: 8px !important } .py-2 { padding-top: 8px !important; padding-bottom: 8px !important } .p-3 { padding: 16px !important } .pt-3 { padding-top: 16px !important } .pr-3 { padding-right: 16px !important } .pb-3 { padding-bottom: 16px !important } .pl-3 { padding-left: 16px !important } .px-3 { padding-right: 16px !important; padding-left: 16px !important } .py-3 { padding-top: 16px !important; padding-bottom: 16px !important } .p-4 { padding: 24px !important } .pt-4 { padding-top: 24px !important } .pr-4 { padding-right: 24px !important } .pb-4 { padding-bottom: 24px !important } .pl-4 { padding-left: 24px !important } .px-4 { padding-right: 24px !important; padding-left: 24px !important } .py-4 { padding-top: 24px !important; padding-bottom: 24px !important } .p-5 { padding: 32px !important } .pt-5 { padding-top: 32px !important } .pr-5 { padding-right: 32px !important } .pb-5 { padding-bottom: 32px !important } .pl-5 { padding-left: 32px !important } .px-5 { padding-right: 32px !important; padding-left: 32px !important } .py-5 { padding-top: 32px !important; padding-bottom: 32px !important } .p-6 { padding: 40px !important } .pt-6 { padding-top: 40px !important } .pr-6 { padding-right: 40px !important } .pb-6 { padding-bottom: 40px !important } .pl-6 { padding-left: 40px !important } .px-6 { padding-right: 40px !important; padding-left: 40px !important } .py-6 { padding-top: 40px !important; padding-bottom: 40px !important } @media (min-width: 544px) { .p-sm-0 { padding: 0 !important } .pt-sm-0 { padding-top: 0 !important } .pr-sm-0 { padding-right: 0 !important } .pb-sm-0 { padding-bottom: 0 !important } .pl-sm-0 { padding-left: 0 !important } .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important } .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important } } @media (min-width: 544px) { .p-sm-1 { padding: 4px !important } .pt-sm-1 { padding-top: 4px !important } .pr-sm-1 { padding-right: 4px !important } .pb-sm-1 { padding-bottom: 4px !important } .pl-sm-1 { padding-left: 4px !important } .px-sm-1 { padding-right: 4px !important; padding-left: 4px !important } .py-sm-1 { padding-top: 4px !important; padding-bottom: 4px !important } } @media (min-width: 544px) { .p-sm-2 { padding: 8px !important } .pt-sm-2 { padding-top: 8px !important } .pr-sm-2 { padding-right: 8px !important } .pb-sm-2 { padding-bottom: 8px !important } .pl-sm-2 { padding-left: 8px !important } .px-sm-2 { padding-right: 8px !important; padding-left: 8px !important } .py-sm-2 { padding-top: 8px !important; padding-bottom: 8px !important } } @media (min-width: 544px) { .p-sm-3 { padding: 16px !important } .pt-sm-3 { padding-top: 16px !important } .pr-sm-3 { padding-right: 16px !important } .pb-sm-3 { padding-bottom: 16px !important } .pl-sm-3 { padding-left: 16px !important } .px-sm-3 { padding-right: 16px !important; padding-left: 16px !important } .py-sm-3 { padding-top: 16px !important; padding-bottom: 16px !important } } @media (min-width: 544px) { .p-sm-4 { padding: 24px !important } .pt-sm-4 { padding-top: 24px !important } .pr-sm-4 { padding-right: 24px !important } .pb-sm-4 { padding-bottom: 24px !important } .pl-sm-4 { padding-left: 24px !important } .px-sm-4 { padding-right: 24px !important; padding-left: 24px !important } .py-sm-4 { padding-top: 24px !important; padding-bottom: 24px !important } } @media (min-width: 544px) { .p-sm-5 { padding: 32px !important } .pt-sm-5 { padding-top: 32px !important } .pr-sm-5 { padding-right: 32px !important } .pb-sm-5 { padding-bottom: 32px !important } .pl-sm-5 { padding-left: 32px !important } .px-sm-5 { padding-right: 32px !important; padding-left: 32px !important } .py-sm-5 { padding-top: 32px !important; padding-bottom: 32px !important } } @media (min-width: 544px) { .p-sm-6 { padding: 40px !important } .pt-sm-6 { padding-top: 40px !important } .pr-sm-6 { padding-right: 40px !important } .pb-sm-6 { padding-bottom: 40px !important } .pl-sm-6 { padding-left: 40px !important } .px-sm-6 { padding-right: 40px !important; padding-left: 40px !important } .py-sm-6 { padding-top: 40px !important; padding-bottom: 40px !important } } @media (min-width: 768px) { .p-md-0 { padding: 0 !important } .pt-md-0 { padding-top: 0 !important } .pr-md-0 { padding-right: 0 !important } .pb-md-0 { padding-bottom: 0 !important } .pl-md-0 { padding-left: 0 !important } .px-md-0 { padding-right: 0 !important; padding-left: 0 !important } .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important } } @media (min-width: 768px) { .p-md-1 { padding: 4px !important } .pt-md-1 { padding-top: 4px !important } .pr-md-1 { padding-right: 4px !important } .pb-md-1 { padding-bottom: 4px !important } .pl-md-1 { padding-left: 4px !important } .px-md-1 { padding-right: 4px !important; padding-left: 4px !important } .py-md-1 { padding-top: 4px !important; padding-bottom: 4px !important } } @media (min-width: 768px) { .p-md-2 { padding: 8px !important } .pt-md-2 { padding-top: 8px !important } .pr-md-2 { padding-right: 8px !important } .pb-md-2 { padding-bottom: 8px !important } .pl-md-2 { padding-left: 8px !important } .px-md-2 { padding-right: 8px !important; padding-left: 8px !important } .py-md-2 { padding-top: 8px !important; padding-bottom: 8px !important } } @media (min-width: 768px) { .p-md-3 { padding: 16px !important } .pt-md-3 { padding-top: 16px !important } .pr-md-3 { padding-right: 16px !important } .pb-md-3 { padding-bottom: 16px !important } .pl-md-3 { padding-left: 16px !important } .px-md-3 { padding-right: 16px !important; padding-left: 16px !important } .py-md-3 { padding-top: 16px !important; padding-bottom: 16px !important } } @media (min-width: 768px) { .p-md-4 { padding: 24px !important } .pt-md-4 { padding-top: 24px !important } .pr-md-4 { padding-right: 24px !important } .pb-md-4 { padding-bottom: 24px !important } .pl-md-4 { padding-left: 24px !important } .px-md-4 { padding-right: 24px !important; padding-left: 24px !important } .py-md-4 { padding-top: 24px !important; padding-bottom: 24px !important } } @media (min-width: 768px) { .p-md-5 { padding: 32px !important } .pt-md-5 { padding-top: 32px !important } .pr-md-5 { padding-right: 32px !important } .pb-md-5 { padding-bottom: 32px !important } .pl-md-5 { padding-left: 32px !important } .px-md-5 { padding-right: 32px !important; padding-left: 32px !important } .py-md-5 { padding-top: 32px !important; padding-bottom: 32px !important } } @media (min-width: 768px) { .p-md-6 { padding: 40px !important } .pt-md-6 { padding-top: 40px !important } .pr-md-6 { padding-right: 40px !important } .pb-md-6 { padding-bottom: 40px !important } .pl-md-6 { padding-left: 40px !important } .px-md-6 { padding-right: 40px !important; padding-left: 40px !important } .py-md-6 { padding-top: 40px !important; padding-bottom: 40px !important } } @media (min-width: 1012px) { .p-lg-0 { padding: 0 !important } .pt-lg-0 { padding-top: 0 !important } .pr-lg-0 { padding-right: 0 !important } .pb-lg-0 { padding-bottom: 0 !important } .pl-lg-0 { padding-left: 0 !important } .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important } .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important } } @media (min-width: 1012px) { .p-lg-1 { padding: 4px !important } .pt-lg-1 { padding-top: 4px !important } .pr-lg-1 { padding-right: 4px !important } .pb-lg-1 { padding-bottom: 4px !important } .pl-lg-1 { padding-left: 4px !important } .px-lg-1 { padding-right: 4px !important; padding-left: 4px !important } .py-lg-1 { padding-top: 4px !important; padding-bottom: 4px !important } } @media (min-width: 1012px) { .p-lg-2 { padding: 8px !important } .pt-lg-2 { padding-top: 8px !important } .pr-lg-2 { padding-right: 8px !important } .pb-lg-2 { padding-bottom: 8px !important } .pl-lg-2 { padding-left: 8px !important } .px-lg-2 { padding-right: 8px !important; padding-left: 8px !important } .py-lg-2 { padding-top: 8px !important; padding-bottom: 8px !important } } @media (min-width: 1012px) { .p-lg-3 { padding: 16px !important } .pt-lg-3 { padding-top: 16px !important } .pr-lg-3 { padding-right: 16px !important } .pb-lg-3 { padding-bottom: 16px !important } .pl-lg-3 { padding-left: 16px !important } .px-lg-3 { padding-right: 16px !important; padding-left: 16px !important } .py-lg-3 { padding-top: 16px !important; padding-bottom: 16px !important } } @media (min-width: 1012px) { .p-lg-4 { padding: 24px !important } .pt-lg-4 { padding-top: 24px !important } .pr-lg-4 { padding-right: 24px !important } .pb-lg-4 { padding-bottom: 24px !important } .pl-lg-4 { padding-left: 24px !important } .px-lg-4 { padding-right: 24px !important; padding-left: 24px !important } .py-lg-4 { padding-top: 24px !important; padding-bottom: 24px !important } } @media (min-width: 1012px) { .p-lg-5 { padding: 32px !important } .pt-lg-5 { padding-top: 32px !important } .pr-lg-5 { padding-right: 32px !important } .pb-lg-5 { padding-bottom: 32px !important } .pl-lg-5 { padding-left: 32px !important } .px-lg-5 { padding-right: 32px !important; padding-left: 32px !important } .py-lg-5 { padding-top: 32px !important; padding-bottom: 32px !important } } @media (min-width: 1012px) { .p-lg-6 { padding: 40px !important } .pt-lg-6 { padding-top: 40px !important } .pr-lg-6 { padding-right: 40px !important } .pb-lg-6 { padding-bottom: 40px !important } .pl-lg-6 { padding-left: 40px !important } .px-lg-6 { padding-right: 40px !important; padding-left: 40px !important } .py-lg-6 { padding-top: 40px !important; padding-bottom: 40px !important } } @media (min-width: 1280px) { .p-xl-0 { padding: 0 !important } .pt-xl-0 { padding-top: 0 !important } .pr-xl-0 { padding-right: 0 !important } .pb-xl-0 { padding-bottom: 0 !important } .pl-xl-0 { padding-left: 0 !important } .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important } .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important } } @media (min-width: 1280px) { .p-xl-1 { padding: 4px !important } .pt-xl-1 { padding-top: 4px !important } .pr-xl-1 { padding-right: 4px !important } .pb-xl-1 { padding-bottom: 4px !important } .pl-xl-1 { padding-left: 4px !important } .px-xl-1 { padding-right: 4px !important; padding-left: 4px !important } .py-xl-1 { padding-top: 4px !important; padding-bottom: 4px !important } } @media (min-width: 1280px) { .p-xl-2 { padding: 8px !important } .pt-xl-2 { padding-top: 8px !important } .pr-xl-2 { padding-right: 8px !important } .pb-xl-2 { padding-bottom: 8px !important } .pl-xl-2 { padding-left: 8px !important } .px-xl-2 { padding-right: 8px !important; padding-left: 8px !important } .py-xl-2 { padding-top: 8px !important; padding-bottom: 8px !important } } @media (min-width: 1280px) { .p-xl-3 { padding: 16px !important } .pt-xl-3 { padding-top: 16px !important } .pr-xl-3 { padding-right: 16px !important } .pb-xl-3 { padding-bottom: 16px !important } .pl-xl-3 { padding-left: 16px !important } .px-xl-3 { padding-right: 16px !important; padding-left: 16px !important } .py-xl-3 { padding-top: 16px !important; padding-bottom: 16px !important } } @media (min-width: 1280px) { .p-xl-4 { padding: 24px !important } .pt-xl-4 { padding-top: 24px !important } .pr-xl-4 { padding-right: 24px !important } .pb-xl-4 { padding-bottom: 24px !important } .pl-xl-4 { padding-left: 24px !important } .px-xl-4 { padding-right: 24px !important; padding-left: 24px !important } .py-xl-4 { padding-top: 24px !important; padding-bottom: 24px !important } } @media (min-width: 1280px) { .p-xl-5 { padding: 32px !important } .pt-xl-5 { padding-top: 32px !important } .pr-xl-5 { padding-right: 32px !important } .pb-xl-5 { padding-bottom: 32px !important } .pl-xl-5 { padding-left: 32px !important } .px-xl-5 { padding-right: 32px !important; padding-left: 32px !important } .py-xl-5 { padding-top: 32px !important; padding-bottom: 32px !important } } @media (min-width: 1280px) { .p-xl-6 { padding: 40px !important } .pt-xl-6 { padding-top: 40px !important } .pr-xl-6 { padding-right: 40px !important } .pb-xl-6 { padding-bottom: 40px !important } .pl-xl-6 { padding-left: 40px !important } .px-xl-6 { padding-right: 40px !important; padding-left: 40px !important } .py-xl-6 { padding-top: 40px !important; padding-bottom: 40px !important } } .p-responsive { padding-right: 16px !important; padding-left: 16px !important } @media (min-width: 544px) { .p-responsive { padding-right: 40px !important; padding-left: 40px !important } } @media (min-width: 1012px) { .p-responsive { padding-right: 16px !important; padding-left: 16px !important } } .h1 { font-size: 26px !important } @media (min-width: 768px) { .h1 { font-size: 32px !important } } .h2 { font-size: 22px !important } @media (min-width: 768px) { .h2 { font-size: 24px !important } } .h3 { font-size: 18px !important } @media (min-width: 768px) { .h3 { font-size: 20px !important } } .h4 { font-size: 16px !important } .h5 { font-size: 14px !important } .h6 { font-size: 12px !important } .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 600 !important } .f1 { font-size: 26px !important } @media (min-width: 768px) { .f1 { font-size: 32px !important } } .f2 { font-size: 22px !important } @media (min-width: 768px) { .f2 { font-size: 24px !important } } .f3 { font-size: 18px !important } @media (min-width: 768px) { .f3 { font-size: 20px !important } } .f4 { font-size: 16px !important } @media (min-width: 768px) { .f4 { font-size: 16px !important } } .f5 { font-size: 14px !important } .f6 { font-size: 12px !important } .f00-light { font-size: 40px !important; font-weight: 300 !important } @media (min-width: 768px) { .f00-light { font-size: 48px !important } } .f0-light { font-size: 32px !important; font-weight: 300 !important } @media (min-width: 768px) { .f0-light { font-size: 40px !important } } .f1-light { font-size: 26px !important; font-weight: 300 !important } @media (min-width: 768px) { .f1-light { font-size: 32px !important } } .f2-light { font-size: 22px !important; font-weight: 300 !important } @media (min-width: 768px) { .f2-light { font-size: 24px !important } } .f3-light { font-size: 18px !important; font-weight: 300 !important } @media (min-width: 768px) { .f3-light { font-size: 20px !important } } .text-small { font-size: 12px !important } .lead { margin-bottom: 30px; font-size: 20px; font-weight: 300; color: #586069 } .lh-condensed-ultra { line-height: 1 !important } .lh-condensed { line-height: 1.25 !important } .lh-default { line-height: 1.5 !important } .text-right { text-align: right !important } .text-left { text-align: left !important } .text-center { text-align: center !important } @media (min-width: 544px) { .text-sm-right { text-align: right !important } .text-sm-left { text-align: left !important } .text-sm-center { text-align: center !important } } @media (min-width: 768px) { .text-md-right { text-align: right !important } .text-md-left { text-align: left !important } .text-md-center { text-align: center !important } } @media (min-width: 1012px) { .text-lg-right { text-align: right !important } .text-lg-left { text-align: left !important } .text-lg-center { text-align: center !important } } @media (min-width: 1280px) { .text-xl-right { text-align: right !important } .text-xl-left { text-align: left !important } .text-xl-center { text-align: center !important } } .text-normal { font-weight: 400 !important } .text-bold { font-weight: 600 !important } .text-italic { font-style: italic !important } .text-uppercase { text-transform: uppercase !important } .no-underline { text-decoration: none !important } .no-wrap { white-space: nowrap !important } .ws-normal { white-space: normal !important } .wb-break-all { word-break: break-all !important } .text-emphasized { font-weight: 600; color: #24292e } .list-style-none { list-style: none !important } .text-shadow-dark { text-shadow: 0 1px 1px rgba(27, 31, 35, 0.25), 0 1px 25px rgba(27, 31, 35, 0.75) } .text-shadow-light { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) } .v-hidden { visibility: hidden !important } .v-visible { visibility: visible !important } .d-table { display: table !important } .d-table-cell { display: table-cell !important } .table-fixed { table-layout: fixed !important } .d-block { display: block !important } .d-inline { display: inline !important } .d-inline-block { display: inline-block !important } .d-flex { display: -webkit-box !important; display: flex !important } .d-inline-flex { display: -webkit-inline-box !important; display: inline-flex !important } .d-none { display: none !important } @media (min-width: 544px) { .d-sm-table { display: table !important } .d-sm-table-cell { display: table-cell !important } .d-sm-block { display: block !important } .d-sm-inline { display: inline !important } .d-sm-inline-block { display: inline-block !important } .d-sm-flex { display: -webkit-box !important; display: flex !important } .d-sm-inline-flex { display: -webkit-inline-box !important; display: inline-flex !important } .d-sm-none { display: none !important } } @media (min-width: 768px) { .d-md-table { display: table !important } .d-md-table-cell { display: table-cell !important } .d-md-block { display: block !important } .d-md-inline { display: inline !important } .d-md-inline-block { display: inline-block !important } .d-md-flex { display: -webkit-box !important; display: flex !important } .d-md-inline-flex { display: -webkit-inline-box !important; display: inline-flex !important } .d-md-none { display: none !important } } @media (min-width: 1012px) { .d-lg-table { display: table !important } .d-lg-table-cell { display: table-cell !important } .d-lg-block { display: block !important } .d-lg-inline { display: inline !important } .d-lg-inline-block { display: inline-block !important } .d-lg-flex { display: -webkit-box !important; display: flex !important } .d-lg-inline-flex { display: -webkit-inline-box !important; display: inline-flex !important } .d-lg-none { display: none !important } } @media (min-width: 1280px) { .d-xl-table { display: table !important } .d-xl-table-cell { display: table-cell !important } .d-xl-block { display: block !important } .d-xl-inline { display: inline !important } .d-xl-inline-block { display: inline-block !important } .d-xl-flex { display: -webkit-box !important; display: flex !important } .d-xl-inline-flex { display: -webkit-inline-box !important; display: inline-flex !important } .d-xl-none { display: none !important } } @media (max-width: 544px) { .hide-sm { display: none !important } } @media (min-width: 544px) and (max-width: 768px) { .hide-md { display: none !important } } @media (min-width: 768px) and (max-width: 1012px) { .hide-lg { display: none !important } } @media (min-width: 1012px) { .hide-xl { display: none !important } } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); word-wrap: normal; border: 0 } .show-on-focus { position: absolute; width: 1px; height: 1px; margin: 0; overflow: hidden; clip: rect(1px, 1px, 1px, 1px) } .show-on-focus:focus { z-index: 20; width: auto; height: auto; clip: auto } /*! * Primer-product * http://primer.github.io * * Released under MIT license. Copyright (c) 2018 GitHub Inc. */ .flash { position: relative; padding: 16px; color: #032f62; background-color: #dbedff; border: 1px solid rgba(27, 31, 35, 0.15); border-radius: 3px } .flash p:last-child { margin-bottom: 0 } .flash-messages { margin-bottom: 24px } .flash-close { float: right; padding: 16px; margin: -16px; color: inherit; text-align: center; cursor: pointer; background: none; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; opacity: 0.6 } .flash-close:hover { opacity: 1 } .flash-action { float: right; margin-top: -3px; margin-left: 24px } .flash-warn { color: #735c0f; background-color: #fffbdd; border-color: rgba(27, 31, 35, 0.15) } .flash-error { color: #86181d; background-color: #ffdce0; border-color: rgba(27, 31, 35, 0.15) } .flash-success { color: #165c26; background-color: #dcffe4; border-color: rgba(27, 31, 35, 0.15) } .flash-full { margin-top: -1px; border-width: 1px 0; border-radius: 0 } .warning { padding: .5em; margin-bottom: 0.8em; font-weight: 600; background-color: #fffbdd } .avatar { display: inline-block; overflow: hidden; line-height: 1; vertical-align: middle; border-radius: 3px } .avatar-small { border-radius: 2px } .avatar-link { float: left; line-height: 1 } .avatar-group-item { display: inline-block; margin-bottom: 3px } .avatar-parent-child { position: relative } .avatar-child { position: absolute; right: -15%; bottom: -9%; background-color: #fff; border-radius: 2px; box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.8) } .avatar-stack { display: inline-block; white-space: nowrap } .avatar-stack .avatar { position: relative; z-index: 2; display: inline-block; width: 20px; height: 20px; box-sizing: content-box; margin-right: -15px; background-color: #fff; border-right: 1px solid #fff; border-radius: 2px; transition: margin 0.1s ease-in-out } .avatar-stack .avatar:only-child { background-color: transparent } .avatar-stack .avatar:first-child { z-index: 3 } .avatar-stack .avatar:last-child { z-index: 1; margin-right: 0; border-right: 0 } .avatar-stack:hover .avatar { margin-right: 3px } .avatar-stack:hover .avatar:last-child { margin-right: 0 } .AvatarStack { position: relative; min-width: 26px; height: 20px } .AvatarStack .AvatarStack-body { position: absolute } .AvatarStack.AvatarStack--two { min-width: 36px } .AvatarStack.AvatarStack--three-plus { min-width: 46px } .AvatarStack-body { display: -webkit-box; display: flex; background: #fff } .AvatarStack-body .avatar { position: relative; z-index: 2; display: -webkit-box; display: flex; width: 20px; height: 20px; box-sizing: content-box; margin-right: -11px; background-color: #fff; border-right: 1px solid #fff; border-radius: 2px; transition: margin 0.1s ease-in-out } .AvatarStack-body .avatar:first-child { z-index: 3 } .AvatarStack-body .avatar:last-child { z-index: 1 } .AvatarStack-body .avatar img { border-radius: 2px } .AvatarStack-body .avatar:nth-child(n+4) { display: none; opacity: 0 } .AvatarStack-body:hover .avatar { margin-right: 3px } .AvatarStack-body:hover .avatar:nth-child(n+4) { display: -webkit-box; display: flex; opacity: 1 } .AvatarStack-body:hover .avatar-more { display: none !important } .avatar.avatar-more { z-index: 1; margin-right: 0; background: #f6f8fa } .avatar.avatar-more::before, .avatar.avatar-more::after { position: absolute; display: block; height: 20px; content: ""; border-radius: 2px; outline: 1px solid #fff } .avatar.avatar-more::before { width: 17px; background: #e1e4e8 } .avatar.avatar-more::after { width: 14px; background: #d1d5da } .AvatarStack--right .AvatarStack-body { right: 0; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse } .AvatarStack--right .AvatarStack-body:hover .avatar { margin-right: 0; margin-left: 3px } .AvatarStack--right .avatar.avatar-more { background: #d1d5da } .AvatarStack--right .avatar.avatar-more::before { width: 5px } .AvatarStack--right .avatar.avatar-more::after { width: 2px; background: #f6f8fa } .AvatarStack--right .avatar { margin-right: 0; margin-left: -11px; border-right: 0; border-left: 1px solid #fff } .CircleBadge { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; background-color: #fff; border-radius: 50%; box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) } .CircleBadge-icon { max-width: 60% !important; height: auto !important; max-height: 55% !important } .CircleBadge--small { width: 56px; height: 56px } .CircleBadge--medium { width: 96px; height: 96px } .CircleBadge--large { width: 128px; height: 128px } .DashedConnection { position: relative } .DashedConnection::before { position: absolute; top: 50%; left: 0; width: 100%; content: ""; border-bottom: 2px dashed #e1e4e8 } .DashedConnection .CircleBadge { position: relative } .blankslate { position: relative; padding: 32px; text-align: center; background-color: #fafbfc; border: 1px solid #e1e4e8; border-radius: 3px; box-shadow: inset 0 0 10px rgba(27, 31, 35, 0.05) } .blankslate code { padding: 2px 5px 3px; font-size: 14px; background: #fff; border: 1px solid #eaecef; border-radius: 3px } .blankslate-icon { margin-right: 4px; margin-bottom: 8px; margin-left: 4px; color: #a3aab1 } .blankslate-capped { border-radius: 0 0 3px 3px } .blankslate-spacious { padding: 80px 40px } .blankslate-narrow { width: 485px; margin: 0 auto } .blankslate-large h3 { margin: 16px 0; font-size: 20px } .blankslate-large p { font-size: 16px } .blankslate-clean-background { background: none; border: 0; box-shadow: none } .branch-name { display: inline-block; padding: 2px 6px; font: 12px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; color: rgba(27, 31, 35, 0.6); background-color: #eaf5ff; border-radius: 3px } .branch-name .octicon { margin: 1px -2px 0 0; color: #a8bbd0 } a.branch-name { color: #0366d6 } .labels { position: relative } .label, .Label { display: inline-block; padding: 3px 4px; font-size: 12px; font-weight: 600; line-height: 1; color: #fff; border-radius: 2px; box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12) } .label:hover, .Label:hover { text-decoration: none } .Label--gray { color: #586069; background-color: #eaecef } .Label--outline { margin-top: -1px; margin-bottom: -1px; font-weight: 400; color: #586069; background-color: transparent; border: 1px solid rgba(27, 31, 35, 0.15); box-shadow: none } .Label--outline-green { color: #28a745; border: 1px solid #34d058 } .Label--gray-darker { background-color: #6a737d } .Label--orange { background-color: #d15704 } .state, .State { display: inline-block; padding: 4px 8px; font-weight: 600; line-height: 20px; color: #fff; text-align: center; background-color: #6a737d; border-radius: 3px } .State--green { background-color: #2cbe4e } .State--purple { background-color: #6f42c1 } .State--red { background-color: #cb2431 } .State--small { padding: .125em 4px; font-size: 12px } .State--small .octicon { width: 1em } .Counter { display: inline-block; padding: 2px 5px; font-size: 12px; font-weight: 600; line-height: 1; color: #586069; background-color: rgba(27, 31, 35, 0.08); border-radius: 20px } .Counter--gray-light { color: #24292e; background-color: rgba(27, 31, 35, 0.15) } .Counter--gray { color: #fff; background-color: #6a737d } .markdown-body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px; line-height: 1.5; word-wrap: break-word } .markdown-body::before { display: table; content: "" } .markdown-body::after { display: table; clear: both; content: "" } .markdown-body>*:first-child { margin-top: 0 !important } .markdown-body>*:last-child { margin-bottom: 0 !important } .markdown-body a:not([href]) { color: inherit; text-decoration: none } .markdown-body .absent { color: #cb2431 } .markdown-body .anchor { float: left; padding-right: 4px; margin-left: -20px; line-height: 1 } .markdown-body .anchor:focus { outline: none } .markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre { margin-top: 0; margin-bottom: 16px } .markdown-body hr { height: .25em; padding: 0; margin: 24px 0; background-color: #e1e4e8; border: 0 } .markdown-body blockquote { padding: 0 1em; color: #6a737d; border-left: 0.25em solid #dfe2e5 } .markdown-body blockquote>:first-child { margin-top: 0 } .markdown-body blockquote>:last-child { margin-bottom: 0 } .markdown-body kbd { display: inline-block; padding: 3px 5px; font-size: 11px; line-height: 10px; color: #444d56; vertical-align: middle; background-color: #fafbfc; border: solid 1px #c6cbd1; border-bottom-color: #959da5; border-radius: 3px; box-shadow: inset 0 -1px 0 #959da5 } .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 { margin-top: 24px; margin-bottom: 16px; font-weight: 600; line-height: 1.25 } .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link { color: #1b1f23; vertical-align: middle; visibility: hidden } .markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor { text-decoration: none } .markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link { visibility: visible } .markdown-body h1 tt, .markdown-body h1 code, .markdown-body h2 tt, .markdown-body h2 code, .markdown-body h3 tt, .markdown-body h3 code, .markdown-body h4 tt, .markdown-body h4 code, .markdown-body h5 tt, .markdown-body h5 code, .markdown-body h6 tt, .markdown-body h6 code { font-size: inherit } .markdown-body h1 { padding-bottom: 0.3em; font-size: 2em; border-bottom: 1px solid #eaecef } .markdown-body h2 { padding-bottom: 0.3em; font-size: 1.5em; border-bottom: 1px solid #eaecef } .markdown-body h3 { font-size: 1.25em } .markdown-body h4 { font-size: 1em } .markdown-body h5 { font-size: 0.875em } .markdown-body h6 { font-size: 0.85em; color: #6a737d } .markdown-body ul, .markdown-body ol { padding-left: 2em } .markdown-body ul.no-list, .markdown-body ol.no-list { padding: 0; list-style-type: none } .markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul { margin-top: 0; margin-bottom: 0 } .markdown-body li { word-wrap: break-all } .markdown-body li>p { margin-top: 16px } .markdown-body li+li { margin-top: .25em } .markdown-body dl { padding: 0 } .markdown-body dl dt { padding: 0; margin-top: 16px; font-size: 1em; font-style: italic; font-weight: 600 } .markdown-body dl dd { padding: 0 16px; margin-bottom: 16px } .markdown-body table { display: block; width: 100%; overflow: auto } .markdown-body table th { font-weight: 600 } .markdown-body table th, .markdown-body table td { padding: 6px 13px; border: 1px solid #dfe2e5 } .markdown-body table tr { background-color: #fff; border-top: 1px solid #c6cbd1 } .markdown-body table tr:nth-child(2n) { background-color: #f6f8fa } .markdown-body table img { background-color: transparent } .markdown-body img { max-width: 100%; box-sizing: content-box; background-color: #fff } .markdown-body img[align=right] { padding-left: 20px } .markdown-body img[align=left] { padding-right: 20px } .markdown-body .emoji { max-width: none; vertical-align: text-top; background-color: transparent } .markdown-body span.frame { display: block; overflow: hidden } .markdown-body span.frame>span { display: block; float: left; width: auto; padding: 7px; margin: 13px 0 0; overflow: hidden; border: 1px solid #dfe2e5 } .markdown-body span.frame span img { display: block; float: left } .markdown-body span.frame span span { display: block; padding: 5px 0 0; clear: both; color: #24292e } .markdown-body span.align-center { display: block; overflow: hidden; clear: both } .markdown-body span.align-center>span { display: block; margin: 13px auto 0; overflow: hidden; text-align: center } .markdown-body span.align-center span img { margin: 0 auto; text-align: center } .markdown-body span.align-right { display: block; overflow: hidden; clear: both } .markdown-body span.align-right>span { display: block; margin: 13px 0 0; overflow: hidden; text-align: right } .markdown-body span.align-right span img { margin: 0; text-align: right } .markdown-body span.float-left { display: block; float: left; margin-right: 13px; overflow: hidden } .markdown-body span.float-left span { margin: 13px 0 0 } .markdown-body span.float-right { display: block; float: right; margin-left: 13px; overflow: hidden } .markdown-body span.float-right>span { display: block; margin: 13px auto 0; overflow: hidden; text-align: right } .markdown-body code, .markdown-body tt { padding: 0.2em 0.4em; margin: 0; font-size: 85%; background-color: rgba(27, 31, 35, 0.05); border-radius: 3px } .markdown-body code br, .markdown-body tt br { display: none } .markdown-body del code { text-decoration: inherit } .markdown-body pre { word-wrap: normal } .markdown-body pre>code { padding: 0; margin: 0; font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0 } .markdown-body .highlight { margin-bottom: 16px } .markdown-body .highlight pre { margin-bottom: 0; word-break: normal } .markdown-body .highlight pre, .markdown-body pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f6f8fa; border-radius: 3px } .markdown-body pre code, .markdown-body pre tt { display: inline; max-width: auto; padding: 0; margin: 0; overflow: visible; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0 } .markdown-body .csv-data td, .markdown-body .csv-data th { padding: 5px; overflow: hidden; font-size: 12px; line-height: 1; text-align: left; white-space: nowrap } .markdown-body .csv-data .blob-num { padding: 10px 8px 9px; text-align: right; background: #fff; border: 0 } .markdown-body .csv-data tr { border-top: 0 } .markdown-body .csv-data th { font-weight: 600; background: #f6f8fa; border-top: 0 } .Popover { position: absolute; z-index: 100 } .Popover-message { position: relative; width: 232px; margin-right: auto; margin-left: auto } .Popover-message::before, .Popover-message::after { position: absolute; left: 50%; display: inline-block; content: "" } .Popover-message::before { top: -16px; margin-left: -9px; border: 8px solid transparent; border-bottom-color: rgba(27, 31, 35, 0.15) } .Popover-message::after { top: -14px; margin-left: -8px; border: 7px solid transparent; border-bottom-color: #fff } .Popover-message--bottom::before, .Popover-message--bottom::after, .Popover-message--bottom-right::before, .Popover-message--bottom-right::after, .Popover-message--bottom-left::before, .Popover-message--bottom-left::after { top: auto; border-bottom-color: transparent } .Popover-message--bottom::before, .Popover-message--bottom-right::before, .Popover-message--bottom-left::before { bottom: -16px; border-top-color: rgba(27, 31, 35, 0.15) } .Popover-message--bottom::after, .Popover-message--bottom-right::after, .Popover-message--bottom-left::after { bottom: -14px; border-top-color: #fff } .Popover-message--top-right, .Popover-message--bottom-right { right: -9px; margin-right: 0 } .Popover-message--top-right::before, .Popover-message--top-right::after, .Popover-message--bottom-right::before, .Popover-message--bottom-right::after { left: auto; margin-left: 0 } .Popover-message--top-right::before, .Popover-message--bottom-right::before { right: 20px } .Popover-message--top-right::after, .Popover-message--bottom-right::after { right: 21px } .Popover-message--top-left, .Popover-message--bottom-left { left: -9px; margin-left: 0 } .Popover-message--top-left::before, .Popover-message--top-left::after, .Popover-message--bottom-left::before, .Popover-message--bottom-left::after { left: 24px; margin-left: 0 } .Popover-message--top-left::after, .Popover-message--bottom-left::after { left: 25px } .Popover-message--right::before, .Popover-message--right::after, .Popover-message--right-top::before, .Popover-message--right-top::after, .Popover-message--right-bottom::before, .Popover-message--right-bottom::after, .Popover-message--left::before, .Popover-message--left::after, .Popover-message--left-top::before, .Popover-message--left-top::after, .Popover-message--left-bottom::before, .Popover-message--left-bottom::after { top: 50%; left: auto; margin-left: 0; border-bottom-color: transparent } .Popover-message--right::before, .Popover-message--right-top::before, .Popover-message--right-bottom::before, .Popover-message--left::before, .Popover-message--left-top::before, .Popover-message--left-bottom::before { margin-top: -9px } .Popover-message--right::after, .Popover-message--right-top::after, .Popover-message--right-bottom::after, .Popover-message--left::after, .Popover-message--left-top::after, .Popover-message--left-bottom::after { margin-top: -8px } .Popover-message--right::before, .Popover-message--right-top::before, .Popover-message--right-bottom::before { right: -16px; border-left-color: rgba(27, 31, 35, 0.15) } .Popover-message--right::after, .Popover-message--right-top::after, .Popover-message--right-bottom::after { right: -14px; border-left-color: #fff } .Popover-message--left::before, .Popover-message--left-top::before, .Popover-message--left-bottom::before { left: -16px; border-right-color: rgba(27, 31, 35, 0.15) } .Popover-message--left::after, .Popover-message--left-top::after, .Popover-message--left-bottom::after { left: -14px; border-right-color: #fff } .Popover-message--right-top::before, .Popover-message--right-top::after, .Popover-message--left-top::before, .Popover-message--left-top::after { top: 24px } .Popover-message--right-bottom::before, .Popover-message--right-bottom::after, .Popover-message--left-bottom::before, .Popover-message--left-bottom::after { top: auto } .Popover-message--right-bottom::before, .Popover-message--left-bottom::before { bottom: 24px } .Popover-message--right-bottom::after, .Popover-message--left-bottom::after { bottom: 21px } @media (min-width: 544px) { .Popover-message--large { min-width: 320px } } .Subhead { display: -webkit-box; display: flex; padding-bottom: 8px; margin-bottom: 16px; border-bottom: 1px #e1e4e8 solid; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap } .Subhead--spacious { margin-top: 40px } .Subhead-heading { font-size: 24px; font-weight: normal; -webkit-box-flex: 1; flex: 1 1 auto } .Subhead-heading--danger { font-weight: 600; color: #cb2431 } .Subhead-description { font-size: 14px; color: #586069; -webkit-box-flex: 1; flex: 1 100% } .Subhead-actions { -ms-grid-row-align: center; align-self: center; -webkit-box-pack: end; justify-content: flex-end } /*! * Primer-marketing * http://primer.github.io * * Released under MIT license. Copyright (c) 2018 GitHub Inc. */ .alt-mono-font { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace } .alt-h0, .alt-h1, .alt-h2, .alt-h3, .alt-h4, .alt-h5, .alt-h6, .alt-lead { -webkit-font-smoothing: antialiased; font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif } .alt-h0 { font-size: 48px; font-weight: 300 } @media (min-width: 768px) { .alt-h0 { font-size: 54px } } @media (min-width: 1012px) { .alt-h0 { font-size: 72px } } .alt-h1 { font-size: 36px; font-weight: 300 } @media (min-width: 768px) { .alt-h1 { font-size: 48px } } @media (min-width: 1012px) { .alt-h1 { font-size: 54px } } .alt-h2 { font-size: 28px; font-weight: 300 } @media (min-width: 768px) { .alt-h2 { font-size: 34px } } @media (min-width: 1012px) { .alt-h2 { font-size: 38px } } .alt-h3 { font-size: 18px; font-weight: 400 } @media (min-width: 768px) { .alt-h3 { font-size: 20px } } @media (min-width: 1012px) { .alt-h3 { font-size: 22px } } .alt-h4 { font-size: 16px; font-weight: 500 } .alt-h5 { font-size: 14px; font-weight: 500 } .alt-h6 { font-size: 12px; font-weight: 500 } .alt-lead { -webkit-font-smoothing: antialiased; font-size: 21px; font-weight: 300 } @media (min-width: 768px) { .alt-lead { font-size: 24px } } @media (min-width: 1012px) { .alt-lead { font-size: 26px } } .alt-text-small { font-size: 14px !important } .pullquote { padding-top: 0; padding-bottom: 0; padding-left: 8px; margin-bottom: 24px; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 16px; line-height: 1.4; color: #586069; border-left: 3px solid #e1e4e8 } @media (min-width: 768px) { .pullquote { padding-left: 12px; margin-bottom: 32px; margin-left: -15px; font-size: 18px; line-height: 1.5 } } .btn-orange { color: #fff; background-color: #d25a08; background-image: linear-gradient(-180deg, #f7802f 0%, #d25a08 90%) } .btn-orange:focus, .btn-orange.focus { box-shadow: 0 0 0 0.2em rgba(247, 128, 47, 0.4) } .btn-orange:hover, .btn-orange.hover { background-color: #c85607; background-image: linear-gradient(-180deg, #f77a25 0%, #c85607 90%); background-position: -.5em; border-color: rgba(27, 31, 35, 0.5) } .btn-orange:active, .btn-orange.selected, [open]>.btn-orange { background-color: #c65e17; background-image: none; border-color: rgba(27, 31, 35, 0.5); box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15) } .btn-orange:disabled, .btn-orange.disabled { color: rgba(255, 255, 255, 0.75); background-color: #e9ad83; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none } .btn-orange .Counter { color: #f46909; background-color: #fff } .btn-outline-purple { color: #6f42c1; background-color: #fff; background-image: none } .btn-outline-purple .Counter { background-color: rgba(27, 31, 35, 0.07) } .btn-outline-purple:hover, .btn-outline-purple:active, .btn-outline-purple.selected, [open]>.btn-outline-purple { color: #fff; background-color: #6f42c1; background-image: none; border-color: #6f42c1 } .btn-outline-purple:hover .Counter, .btn-outline-purple:active .Counter, .btn-outline-purple.selected .Counter, [open]>.btn-outline-purple .Counter { color: #6f42c1; background-color: #fff } .btn-outline-purple:focus { border-color: #6f42c1; box-shadow: 0 0 0 0.2em rgba(111, 66, 193, 0.4) } .btn-outline-purple:disabled, .btn-outline-purple.disabled { color: rgba(27, 31, 35, 0.3); background-color: #fff; border-color: rgba(27, 31, 35, 0.15); box-shadow: none } .btn-outline-orange { color: #f66a0a; background-color: #fff; background-image: none } .btn-outline-orange .Counter { background-color: rgba(27, 31, 35, 0.07) } .btn-outline-orange:hover, .btn-outline-orange:active, .btn-outline-orange.selected, [open]>.btn-outline-orange { color: #fff; background-color: #f66a0a; background-image: none; border-color: #f66a0a } .btn-outline-orange:hover .Counter, .btn-outline-orange:active .Counter, .btn-outline-orange.selected .Counter, [open]>.btn-outline-orange .Counter { color: #f66a0a; background-color: #fff } .btn-outline-orange:focus { border-color: #f66a0a; box-shadow: 0 0 0 0.2em rgba(246, 106, 10, 0.4) } .btn-outline-orange:disabled, .btn-outline-orange.disabled { color: rgba(27, 31, 35, 0.3); background-color: #fff; border-color: rgba(27, 31, 35, 0.15); box-shadow: none } .btn-outline-green { color: #28a745; background-color: #fff; background-image: none } .btn-outline-green .Counter { background-color: rgba(27, 31, 35, 0.07) } .btn-outline-green:hover, .btn-outline-green:active, .btn-outline-green.selected, [open]>.btn-outline-green { color: #fff; background-color: #28a745; background-image: none; border-color: #28a745 } .btn-outline-green:hover .Counter, .btn-outline-green:active .Counter, .btn-outline-green.selected .Counter, [open]>.btn-outline-green .Counter { color: #28a745; background-color: #fff } .btn-outline-green:focus { border-color: #28a745; box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.4) } .btn-outline-green:disabled, .btn-outline-green.disabled { color: rgba(27, 31, 35, 0.3); background-color: #fff; border-color: rgba(27, 31, 35, 0.15); box-shadow: none } .btn-transparent { color: #fff; background-color: transparent; background-image: none; border: 1px solid rgba(255, 255, 255, 0.5) } .btn-transparent:hover, .btn-transparent:active { color: #2f363d; background-color: #fff; background-image: none; border-color: #fff } .jumbotron { position: relative; padding-top: 40px; padding-bottom: 40px } @media (min-width: 544px) { .jumbotron { padding-top: 60px; padding-bottom: 60px } } @media (min-width: 1280px) { .jumbotron { padding-top: 120px; padding-bottom: 120px } } @media (min-width: 1012px) { .jumbotron-supertron { height: 45vw; min-height: 590px; max-height: 55vh; padding-top: 80px; padding-bottom: 80px } } .jumbotron-minitron { padding-top: 24px; padding-bottom: 24px } @media (min-width: 544px) { .jumbotron-minitron { padding-top: 32px; padding-bottom: 32px } } .jumbotron-shadow::after { position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; content: " "; background-color: transparent; background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background-repeat: repeat-x; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05) } .jumbotron-photo { position: relative; background-color: #24292e; background-size: cover } .jumbotron-photo::before { position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 100%; content: ""; background-color: rgba(0, 0, 0, 0.25) } .page-section { padding: 32px 0; margin-top: 0 } @media (min-width: 768px) { .page-section { padding: 56px 0 } } .page-section-jumplink:target { padding-top: 112px } @media (min-width: 768px) { .page-section-jumplink:target { padding-top: 80px } } .data-table { width: 100%; margin-top: 16px; border-collapse: collapse; border: 1px #e1e4e8 solid; box-shadow: 0 1px 1px rgba(27, 31, 35, 0.05) } .data-table th { font-weight: 400; text-align: left } .data-table td, .data-table th { padding: 16px; border-right: 1px #e1e4e8 solid; border-bottom: 1px #e1e4e8 solid } .data-table tbody th { width: 25% } .data-table tbody th, .data-table tbody td { border-bottom-color: #e1e4e8 } .data-table tbody tr:last-child th, .data-table tbody tr:last-child td { border-bottom: 1px #e1e4e8 solid } .grayscale { -webkit-filter: grayscale(100%); filter: grayscale(100%) } @media (min-width: 544px) { .border-sm-top { border-top: 1px #e1e4e8 solid !important } .border-sm-right { border-right: 1px #e1e4e8 solid !important } .border-sm-bottom { border-bottom: 1px #e1e4e8 solid !important } .border-sm-left { border-left: 1px #e1e4e8 solid !important } .border-sm-top-0 { border-top: 0 !important } .border-sm-right-0 { border-right: 0 !important } .border-sm-bottom-0 { border-bottom: 0 !important } .border-sm-left-0 { border-left: 0 !important } } @media (min-width: 768px) { .border-md-top { border-top: 1px #e1e4e8 solid !important } .border-md-right { border-right: 1px #e1e4e8 solid !important } .border-md-bottom { border-bottom: 1px #e1e4e8 solid !important } .border-md-left { border-left: 1px #e1e4e8 solid !important } .border-md-top-0 { border-top: 0 !important } .border-md-right-0 { border-right: 0 !important } .border-md-bottom-0 { border-bottom: 0 !important } .border-md-left-0 { border-left: 0 !important } } @media (min-width: 1012px) { .border-lg-top { border-top: 1px #e1e4e8 solid !important } .border-lg-right { border-right: 1px #e1e4e8 solid !important } .border-lg-bottom { border-bottom: 1px #e1e4e8 solid !important } .border-lg-left { border-left: 1px #e1e4e8 solid !important } .border-lg-top-0 { border-top: 0 !important } .border-lg-right-0 { border-right: 0 !important } .border-lg-bottom-0 { border-bottom: 0 !important } .border-lg-left-0 { border-left: 0 !important } } @media (min-width: 1280px) { .border-xl-top { border-top: 1px #e1e4e8 solid !important } .border-xl-right { border-right: 1px #e1e4e8 solid !important } .border-xl-bottom { border-bottom: 1px #e1e4e8 solid !important } .border-xl-left { border-left: 1px #e1e4e8 solid !important } .border-xl-top-0 { border-top: 0 !important } .border-xl-right-0 { border-right: 0 !important } .border-xl-bottom-0 { border-bottom: 0 !important } .border-xl-left-0 { border-left: 0 !important } } .border-white-fade { border-color: rgba(255, 255, 255, 0.15) !important } @media (min-width: 544px) { .position-sm-relative { position: relative !important } .position-sm-absolute { position: absolute !important } .position-sm-fixed { position: fixed !important } } @media (min-width: 768px) { .position-md-relative { position: relative !important } .position-md-absolute { position: absolute !important } .position-md-fixed { position: fixed !important } } @media (min-width: 1012px) { .position-lg-relative { position: relative !important } .position-lg-absolute { position: absolute !important } .position-lg-fixed { position: fixed !important } } @media (min-width: 1280px) { .position-xl-relative { position: relative !important } .position-xl-absolute { position: absolute !important } .position-xl-fixed { position: fixed !important } } .mt-7 { margin-top: 48px !important } .mb-7 { margin-bottom: 48px !important } .my-7 { margin-top: 48px !important; margin-bottom: 48px !important } .mt-8 { margin-top: 64px !important } .mb-8 { margin-bottom: 64px !important } .my-8 { margin-top: 64px !important; margin-bottom: 64px !important } .mt-9 { margin-top: 80px !important } .mb-9 { margin-bottom: 80px !important } .my-9 { margin-top: 80px !important; margin-bottom: 80px !important } .mt-10 { margin-top: 96px !important } .mb-10 { margin-bottom: 96px !important } .my-10 { margin-top: 96px !important; margin-bottom: 96px !important } .mt-11 { margin-top: 112px !important } .mb-11 { margin-bottom: 112px !important } .my-11 { margin-top: 112px !important; margin-bottom: 112px !important } .mt-12 { margin-top: 128px !important } .mb-12 { margin-bottom: 128px !important } .my-12 { margin-top: 128px !important; margin-bottom: 128px !important } @media (min-width: 544px) { .mt-sm-7 { margin-top: 48px !important } .mb-sm-7 { margin-bottom: 48px !important } .my-sm-7 { margin-top: 48px !important; margin-bottom: 48px !important } } @media (min-width: 544px) { .mt-sm-8 { margin-top: 64px !important } .mb-sm-8 { margin-bottom: 64px !important } .my-sm-8 { margin-top: 64px !important; margin-bottom: 64px !important } } @media (min-width: 544px) { .mt-sm-9 { margin-top: 80px !important } .mb-sm-9 { margin-bottom: 80px !important } .my-sm-9 { margin-top: 80px !important; margin-bottom: 80px !important } } @media (min-width: 544px) { .mt-sm-10 { margin-top: 96px !important } .mb-sm-10 { margin-bottom: 96px !important } .my-sm-10 { margin-top: 96px !important; margin-bottom: 96px !important } } @media (min-width: 544px) { .mt-sm-11 { margin-top: 112px !important } .mb-sm-11 { margin-bottom: 112px !important } .my-sm-11 { margin-top: 112px !important; margin-bottom: 112px !important } } @media (min-width: 544px) { .mt-sm-12 { margin-top: 128px !important } .mb-sm-12 { margin-bottom: 128px !important } .my-sm-12 { margin-top: 128px !important; margin-bottom: 128px !important } } @media (min-width: 768px) { .mt-md-7 { margin-top: 48px !important } .mb-md-7 { margin-bottom: 48px !important } .my-md-7 { margin-top: 48px !important; margin-bottom: 48px !important } } @media (min-width: 768px) { .mt-md-8 { margin-top: 64px !important } .mb-md-8 { margin-bottom: 64px !important } .my-md-8 { margin-top: 64px !important; margin-bottom: 64px !important } } @media (min-width: 768px) { .mt-md-9 { margin-top: 80px !important } .mb-md-9 { margin-bottom: 80px !important } .my-md-9 { margin-top: 80px !important; margin-bottom: 80px !important } } @media (min-width: 768px) { .mt-md-10 { margin-top: 96px !important } .mb-md-10 { margin-bottom: 96px !important } .my-md-10 { margin-top: 96px !important; margin-bottom: 96px !important } } @media (min-width: 768px) { .mt-md-11 { margin-top: 112px !important } .mb-md-11 { margin-bottom: 112px !important } .my-md-11 { margin-top: 112px !important; margin-bottom: 112px !important } } @media (min-width: 768px) { .mt-md-12 { margin-top: 128px !important } .mb-md-12 { margin-bottom: 128px !important } .my-md-12 { margin-top: 128px !important; margin-bottom: 128px !important } } @media (min-width: 1012px) { .mt-lg-7 { margin-top: 48px !important } .mb-lg-7 { margin-bottom: 48px !important } .my-lg-7 { margin-top: 48px !important; margin-bottom: 48px !important } } @media (min-width: 1012px) { .mt-lg-8 { margin-top: 64px !important } .mb-lg-8 { margin-bottom: 64px !important } .my-lg-8 { margin-top: 64px !important; margin-bottom: 64px !important } } @media (min-width: 1012px) { .mt-lg-9 { margin-top: 80px !important } .mb-lg-9 { margin-bottom: 80px !important } .my-lg-9 { margin-top: 80px !important; margin-bottom: 80px !important } } @media (min-width: 1012px) { .mt-lg-10 { margin-top: 96px !important } .mb-lg-10 { margin-bottom: 96px !important } .my-lg-10 { margin-top: 96px !important; margin-bottom: 96px !important } } @media (min-width: 1012px) { .mt-lg-11 { margin-top: 112px !important } .mb-lg-11 { margin-bottom: 112px !important } .my-lg-11 { margin-top: 112px !important; margin-bottom: 112px !important } } @media (min-width: 1012px) { .mt-lg-12 { margin-top: 128px !important } .mb-lg-12 { margin-bottom: 128px !important } .my-lg-12 { margin-top: 128px !important; margin-bottom: 128px !important } } @media (min-width: 1280px) { .mt-xl-7 { margin-top: 48px !important } .mb-xl-7 { margin-bottom: 48px !important } .my-xl-7 { margin-top: 48px !important; margin-bottom: 48px !important } } @media (min-width: 1280px) { .mt-xl-8 { margin-top: 64px !important } .mb-xl-8 { margin-bottom: 64px !important } .my-xl-8 { margin-top: 64px !important; margin-bottom: 64px !important } } @media (min-width: 1280px) { .mt-xl-9 { margin-top: 80px !important } .mb-xl-9 { margin-bottom: 80px !important } .my-xl-9 { margin-top: 80px !important; margin-bottom: 80px !important } } @media (min-width: 1280px) { .mt-xl-10 { margin-top: 96px !important } .mb-xl-10 { margin-bottom: 96px !important } .my-xl-10 { margin-top: 96px !important; margin-bottom: 96px !important } } @media (min-width: 1280px) { .mt-xl-11 { margin-top: 112px !important } .mb-xl-11 { margin-bottom: 112px !important } .my-xl-11 { margin-top: 112px !important; margin-bottom: 112px !important } } @media (min-width: 1280px) { .mt-xl-12 { margin-top: 128px !important } .mb-xl-12 { margin-bottom: 128px !important } .my-xl-12 { margin-top: 128px !important; margin-bottom: 128px !important } } .pt-7 { padding-top: 48px !important } .pb-7 { padding-bottom: 48px !important } .py-7 { padding-top: 48px !important; padding-bottom: 48px !important } .pt-8 { padding-top: 64px !important } .pb-8 { padding-bottom: 64px !important } .py-8 { padding-top: 64px !important; padding-bottom: 64px !important } .pt-9 { padding-top: 80px !important } .pb-9 { padding-bottom: 80px !important } .py-9 { padding-top: 80px !important; padding-bottom: 80px !important } .pt-10 { padding-top: 96px !important } .pb-10 { padding-bottom: 96px !important } .py-10 { padding-top: 96px !important; padding-bottom: 96px !important } .pt-11 { padding-top: 112px !important } .pb-11 { padding-bottom: 112px !important } .py-11 { padding-top: 112px !important; padding-bottom: 112px !important } .pt-12 { padding-top: 128px !important } .pb-12 { padding-bottom: 128px !important } .py-12 { padding-top: 128px !important; padding-bottom: 128px !important } @media (min-width: 544px) { .pt-sm-7 { padding-top: 48px !important } .pb-sm-7 { padding-bottom: 48px !important } .py-sm-7 { padding-top: 48px !important; padding-bottom: 48px !important } } @media (min-width: 544px) { .pt-sm-8 { padding-top: 64px !important } .pb-sm-8 { padding-bottom: 64px !important } .py-sm-8 { padding-top: 64px !important; padding-bottom: 64px !important } } @media (min-width: 544px) { .pt-sm-9 { padding-top: 80px !important } .pb-sm-9 { padding-bottom: 80px !important } .py-sm-9 { padding-top: 80px !important; padding-bottom: 80px !important } } @media (min-width: 544px) { .pt-sm-10 { padding-top: 96px !important } .pb-sm-10 { padding-bottom: 96px !important } .py-sm-10 { padding-top: 96px !important; padding-bottom: 96px !important } } @media (min-width: 544px) { .pt-sm-11 { padding-top: 112px !important } .pb-sm-11 { padding-bottom: 112px !important } .py-sm-11 { padding-top: 112px !important; padding-bottom: 112px !important } } @media (min-width: 544px) { .pt-sm-12 { padding-top: 128px !important } .pb-sm-12 { padding-bottom: 128px !important } .py-sm-12 { padding-top: 128px !important; padding-bottom: 128px !important } } @media (min-width: 768px) { .pt-md-7 { padding-top: 48px !important } .pb-md-7 { padding-bottom: 48px !important } .py-md-7 { padding-top: 48px !important; padding-bottom: 48px !important } } @media (min-width: 768px) { .pt-md-8 { padding-top: 64px !important } .pb-md-8 { padding-bottom: 64px !important } .py-md-8 { padding-top: 64px !important; padding-bottom: 64px !important } } @media (min-width: 768px) { .pt-md-9 { padding-top: 80px !important } .pb-md-9 { padding-bottom: 80px !important } .py-md-9 { padding-top: 80px !important; padding-bottom: 80px !important } } @media (min-width: 768px) { .pt-md-10 { padding-top: 96px !important } .pb-md-10 { padding-bottom: 96px !important } .py-md-10 { padding-top: 96px !important; padding-bottom: 96px !important } } @media (min-width: 768px) { .pt-md-11 { padding-top: 112px !important } .pb-md-11 { padding-bottom: 112px !important } .py-md-11 { padding-top: 112px !important; padding-bottom: 112px !important } } @media (min-width: 768px) { .pt-md-12 { padding-top: 128px !important } .pb-md-12 { padding-bottom: 128px !important } .py-md-12 { padding-top: 128px !important; padding-bottom: 128px !important } } @media (min-width: 1012px) { .pt-lg-7 { padding-top: 48px !important } .pb-lg-7 { padding-bottom: 48px !important } .py-lg-7 { padding-top: 48px !important; padding-bottom: 48px !important } } @media (min-width: 1012px) { .pt-lg-8 { padding-top: 64px !important } .pb-lg-8 { padding-bottom: 64px !important } .py-lg-8 { padding-top: 64px !important; padding-bottom: 64px !important } } @media (min-width: 1012px) { .pt-lg-9 { padding-top: 80px !important } .pb-lg-9 { padding-bottom: 80px !important } .py-lg-9 { padding-top: 80px !important; padding-bottom: 80px !important } } @media (min-width: 1012px) { .pt-lg-10 { padding-top: 96px !important } .pb-lg-10 { padding-bottom: 96px !important } .py-lg-10 { padding-top: 96px !important; padding-bottom: 96px !important } } @media (min-width: 1012px) { .pt-lg-11 { padding-top: 112px !important } .pb-lg-11 { padding-bottom: 112px !important } .py-lg-11 { padding-top: 112px !important; padding-bottom: 112px !important } } @media (min-width: 1012px) { .pt-lg-12 { padding-top: 128px !important } .pb-lg-12 { padding-bottom: 128px !important } .py-lg-12 { padding-top: 128px !important; padding-bottom: 128px !important } } @media (min-width: 1280px) { .pt-xl-7 { padding-top: 48px !important } .pb-xl-7 { padding-bottom: 48px !important } .py-xl-7 { padding-top: 48px !important; padding-bottom: 48px !important } } @media (min-width: 1280px) { .pt-xl-8 { padding-top: 64px !important } .pb-xl-8 { padding-bottom: 64px !important } .py-xl-8 { padding-top: 64px !important; padding-bottom: 64px !important } } @media (min-width: 1280px) { .pt-xl-9 { padding-top: 80px !important } .pb-xl-9 { padding-bottom: 80px !important } .py-xl-9 { padding-top: 80px !important; padding-bottom: 80px !important } } @media (min-width: 1280px) { .pt-xl-10 { padding-top: 96px !important } .pb-xl-10 { padding-bottom: 96px !important } .py-xl-10 { padding-top: 96px !important; padding-bottom: 96px !important } } @media (min-width: 1280px) { .pt-xl-11 { padding-top: 112px !important } .pb-xl-11 { padding-bottom: 112px !important } .py-xl-11 { padding-top: 112px !important; padding-bottom: 112px !important } } @media (min-width: 1280px) { .pt-xl-12 { padding-top: 128px !important } .pb-xl-12 { padding-bottom: 128px !important } .py-xl-12 { padding-top: 128px !important; padding-bottom: 128px !important } }