/* Active Admin CSS */
@media screen { /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ /* line 11, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** Remove the margin in all browsers. */ /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ body { margin: 0; } /** Render the `main` element consistently in IE. */ /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ main { display: block; } /** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ /* line 64, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** Remove the gray background on active links in IE 10. */ /* line 76, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ a { background-color: transparent; } /** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ /* line 85, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** Add the correct font weight in Chrome, Edge, and Safari. */ /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ b, strong { font-weight: bolder; } /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ /* line 105, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ /* line 116, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ small { font-size: 80%; } /** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ /* line 125, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 133, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ sub { bottom: -0.25em; } /* line 137, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** Remove the border on images inside links in IE 10. */ /* line 148, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ img { border-style: none; } /* Forms ========================================================================== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ /* line 160, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Show the overflow in IE. 1. Show the overflow in Edge. */ /* line 176, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button, input { /* 1 */ overflow: visible; } /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ /* line 186, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ /* line 195, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ /* line 206, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** Restore the focus styles unset by the previous rule. */ /* line 218, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** Correct the padding in Firefox. */ /* line 229, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ fieldset { padding: 0.35em 0.75em 0.625em; } /** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ /* line 240, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** Add the correct vertical alignment in Chrome, Firefox, and Opera. */ /* line 253, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ progress { vertical-align: baseline; } /** Remove the default vertical scrollbar in IE 10+. */ /* line 261, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ textarea { overflow: auto; } /** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */ /* line 270, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** Correct the cursor style of increment and decrement buttons in Chrome. */ /* line 280, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ /* line 290, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding in Chrome and Safari on macOS. */ /* line 299, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ /* line 308, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* Add the correct display in Edge, IE 10+, and Firefox. */ /* line 320, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ details { display: block; } /* Add the correct display in all browsers. */ /* line 328, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ summary { display: list-item; } /* Misc ========================================================================== */ /** Add the correct display in IE 10+. */ /* line 339, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ template { display: none; } /** Add the correct display in IE 10. */ /* line 347, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [hidden] { display: none; } /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ html { font-size: 100.01%; } /* line 28, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ body { font-size: 75%; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; } /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #5E6469; } /* line 34, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } /* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h2 { font-size: 2em; margin-bottom: 0.75em; } /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; } /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; } /* line 42, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h6 { font-size: 1em; font-weight: bold; } /* line 45, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ p { margin: 0 0 1.5em; } /* line 48, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ p .left { margin: 1.5em 1.5em 1.5em 0; padding: 0; } /* line 49, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ p .right { margin: 1.5em 0 1.5em 1.5em; padding: 0; } /* line 52, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .left { float: left !important; } /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .right { float: right !important; } /* line 55, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ blockquote { margin: 1.5em; color: #666; font-style: italic; } /* line 56, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ strong, dfn { font-weight: bold; } /* line 57, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ em, dfn { font-style: italic; } /* line 58, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ sup, sub { line-height: 0; } /* line 60, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ abbr, acronym { border-bottom: 1px dotted #666; } /* line 62, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ address { margin: 0 0 1.5em; font-style: italic; } /* line 63, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ del { color: #666; } /* line 65, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ pre { margin: 1.5em 0; white-space: pre; } /* line 66, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } /* line 69, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ li ul, li ol { margin: 0; } /* line 71, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; } /* line 73, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ ul { list-style-type: disc; } /* line 74, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ ol { list-style-type: decimal; } /* line 76, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ dl { margin: 0 0 1.5em 0; } /* line 77, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ dl dt { font-weight: bold; } /* line 78, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ dd { margin-left: 1.5em; } /* line 81, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ table { margin-bottom: 1.4em; width: 100%; } /* line 82, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ th { font-weight: bold; } /* line 83, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ thead th { background: #c3d9ff; } /* line 84, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ th, td, caption { padding: 4px 10px 4px 5px; } /* line 87, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; } /* line 88, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; } /* line 89, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .hide { display: none; } /* line 91, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .quiet { color: #666; } /* line 92, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .loud { color: #000; } /* line 93, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .highlight { background: #ff0; } /* line 94, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .added { background: #060; color: #fff; } /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .removed { background: #900; color: #fff; } /* line 97, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .first { margin-left: 0; padding-left: 0; } /* line 98, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .last { margin-right: 0; padding-right: 0; } /* line 99, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .top { margin-top: 0; padding-top: 0; } /* line 100, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .bottom { margin-bottom: 0; padding-bottom: 0; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header { background-color: #6a7176; background-image: linear-gradient(180deg, #6a7176, #4d5256); border-bottom: 1px solid #44484b; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37); text-shadow: #000 0 1px 0; display: table; height: 20px; width: 100%; overflow: visible; position: inherit; padding: 5px 0; z-index: 900; } /* line 14, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header h1 { display: table-cell; vertical-align: middle; white-space: nowrap; color: #cdcdcd; margin-right: 20px; margin-bottom: 0px; padding: 3px 30px 0 30px; font-size: 1.3em; font-weight: normal; line-height: 1.2; } /* line 26, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header h1 a { text-decoration: none; } /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header h1 a:hover { color: #fff; } /* line 34, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header h1 img { position: relative; top: -2px; } /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header a, #header a:link { color: #cdcdcd; } /* line 42, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header .header-item { top: 2px; position: relative; height: 20px; } /* line 48, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs { display: table-cell; vertical-align: middle; height: 100%; margin: 0; padding: 0; } /* line 55, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs li { /* Hover on li, display the ul */ } /* line 57, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs li:hover > ul { display: block; } /* line 60, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li { display: inline-block; margin-right: 4px; margin-top: 5px; margin-bottom: 5px; font-size: 1.0em; position: relative; /* Drop down menus */ } /* line 68, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li a { text-decoration: none; padding: 6px 10px 4px 10px; position: relative; border-radius: 10px; } /* line 75, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li.current > a { background: #7b8389; color: #fff; } /* line 80, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li.has_nested > a { background: url("data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%; padding-right: 20px; } /* line 85, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li.has_nested.current > a { background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%; padding-right: 20px; } /* line 90, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li:hover > a { background: #7b8389; color: #fff; } /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li.has_nested:hover > a { border-radius: 0; border-top-right-radius: 10px; border-top-left-radius: 10px; border-bottom: 5px solid #7b8389; background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%; z-index: 1020; } /* line 104, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li ul { background: #7b8389; border-top-right-radius: 10px; border-top-left-radius: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow: 0 1px 3px #444; position: absolute; width: 120%; min-width: 175px; max-width: calc(100% + 20px); margin-top: 5px; float: left; display: none; padding: 3px 0px 5px 0; list-style: none; z-index: 1010; } /* line 119, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li ul li { position: relative; margin: 0px; } /* line 122, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li ul li a { background: none; display: block; } /* line 125, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li ul li a:hover { color: #fff; background: none; } /* line 129, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li ul li.current a { border-radius: 0; } /* line 132, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li ul li.has_nested > a { background: url("data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=") no-repeat calc(100% - 7px) 55%; padding-right: 20px; } /* line 137, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li ul li.has_nested:hover > a { background: url("data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7") no-repeat calc(100% - 7px) 55%; color: #fff; } /* line 142, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li ul li ul { border-top-right-radius: 10px; border-top-left-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; margin-top: 0; top: -3px; left: 100%; /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu that maintains the hover. This makes it much easier to navigate to submenus in particular without losing hover accientally, especially near rounded corners. */ } /* line 151, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header ul.tabs > li ul li ul:after { content: ""; display: block; position: absolute; top: -8px; left: -8px; height: calc(100% + 16px); width: calc(100% + 16px); z-index: -2; } /* line 167, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header #tabs { width: 100%; } /* line 171, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header #utility_nav { color: #aaa; display: table-cell; white-space: nowrap; margin: 0; padding: 0; padding-right: 26px; text-align: right; } /* line 180, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header #utility_nav a { text-decoration: none; } /* line 181, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header #utility_nav a:hover { color: #fff; } /* line 183, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_header.scss */ #header #utility_nav li { display: inline; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form { /* Reset margins & Padding */ /* Nested Fieldsets and Legends */ /* Text Fields */ /* semantic_errors */ /* Buttons */ } /* line 4, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p { margin: 0; padding: 0; } /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form ol, form ul { list-style: none; } /* line 7, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset { border: 0; padding: 10px 0; margin-bottom: 20px; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset.inputs { background: #f4f4f4; border-radius: 4px; box-shadow: inset 0 1px 4px #ddd; } /* line 14, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset legend { width: 100%; } /* line 16, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset legend span { display: block; background-color: #efefef; background-image: linear-gradient(180deg, #efefef, #dfe1e2); text-shadow: #fff 0 1px 0; border: solid 1px #cdcdcd; border-color: #d4d4d4; border-top-color: #e6e6e6; border-right-color: #d4d4d4; border-bottom-color: #cdcdcd; border-left-color: #d4d4d4; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset; font-size: 1em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; color: #5E6469; padding: 5px 10px 3px 10px; } /* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset ol > li { padding: 10px; } /* line 21, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset ol > li label { display: block; width: 20%; float: left; font-size: 1.0em; font-weight: bold; color: #5E6469; } /* line 28, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset ol > li label abbr { border: none; color: #aaa; } /* line 35, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset ol > li.has_many_container { padding: 20px 10px; } /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset ol > li.has_many_container h3 { font-size: 12px; font-weight: bold; } /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset ol > li.has_many_container .has_many_fields { margin: 10px 0; } /* line 44, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset ol > li > li label { line-height: 100%; padding-top: 0; } /* line 47, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset ol > li > li label input { line-height: 100%; vertical-align: middle; margin-top: -0.1em; } /* line 56, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form .has_many_fields { position: relative; } /* line 59, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form .has_many_container .handle { position: absolute; top: calc(50% - 3em / 2); right: 2px; padding: 0; cursor: move; } /* line 68, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form .has_many_container.ui-sortable .has_many_container { margin-right: 2em; } /* line 75, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea { width: calc(80% - 22px - 2em - 1px); } /* line 83, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li fieldset { position: relative; padding: 0; margin-bottom: 0; } /* line 88, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li fieldset:not(.inputs) ol { float: left; width: 74%; margin: 0; padding: 0 0 0 20%; } /* line 94, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li fieldset:not(.inputs) ol li { padding: 0; border: 0; } /* line 100, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li fieldset.inputs ol { float: left; width: 100%; margin: 0; } /* line 109, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form input[type=text], form input[type=password], form input[type=email], form input[type=number], form input[type=url], form input[type=tel], form input[type=date], form input[type=time], form textarea { width: calc(80% - 22px); border: 1px solid #c9d0d6; border-radius: 3px; font-size: 0.95em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; outline: none; padding: 8px 10px 7px; } /* line 126, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=number]:focus, form input[type=url]:focus, form input[type=tel]:focus, form input[type=date]:focus, form input[type=time]:focus, form textarea:focus { border: 1px solid #99a2aa; box-shadow: 0 0 4px #99a2aa; } /* line 132, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form input[type=date] { width: calc(100% - 22px); } /* line 136, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li { /* Hints */ /* Date and Time Fields */ /* Check Boxes or Radio fields */ /* Boolean Field */ /* Hidden fields */ /* Errors */ } /* line 139, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li p.inline-hints { font-size: 0.95em; font-style: italic; color: #666; margin: 0.5em 0 0 20%; } /* line 148, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li { float: left; width: auto; margin: 0 0.5em 0 0; } /* line 150, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label { display: none; } /* line 151, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input { display: inline; margin: 0; padding: 0; } /* line 157, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol { margin-bottom: -0.6em; } /* line 159, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li { margin: 0.1em 0 0.5em 0; } /* line 161, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label { float: none; width: 100%; } /* line 164, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input { margin-right: 0.2em; } /* line 171, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.boolean { min-height: 1.1em; } /* line 173, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.boolean label { width: 100%; padding-left: 20%; padding-right: 10px; text-transform: none !important; font-weight: normal; } /* line 179, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.boolean label input { margin: 0 0.5em 0 0.2em; } /* line 184, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.hidden { padding: 0; } /* line 189, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li p.inline-errors { color: #932419; font-weight: bold; margin: 0.3em 0 0 20%; } /* line 194, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li ul.errors { color: #932419; margin: 0.5em 0 0 20%; list-style: square; } /* line 198, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li ul.errors li { padding: 0; border: none; display: list-item; } /* line 202, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea { border: 1px solid #932419; } /* line 209, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form ul.errors { background: #fae6e4; border-radius: 4px; color: #932419; font-weight: bold; margin-bottom: 10px; padding: 10px; list-style: square; } /* line 217, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form ul.errors li { margin-left: 15px; padding: 0; border: none; display: list-item; } /* line 222, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form input[type=submit], form input[type=button], form button { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #838a90; background-image: linear-gradient(180deg, #838a90, #414549); text-shadow: #000 0 1px 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset; border: solid 1px #484e53; border-color: #484e53; border-top-color: #616a71; border-right-color: #484e53; border-bottom-color: #363b3f; border-left-color: #484e53; color: #efefef; cursor: pointer; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ form input.disabled[type=submit], form input.disabled[type=button], form button.disabled { opacity: 0.5; cursor: default; } /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover { background-color: #8b9297; background-image: linear-gradient(180deg, #8b9297, #484d51); } /* line 33, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF; background-color: #71797f; background-image: linear-gradient(180deg, #71797f, #35383b); } /* line 228, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form .buttons, form .actions { margin-top: 15px; } /* line 230, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button { margin-right: 10px; } /* line 233, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form .actions .create_another { float: none; margin-bottom: 10px; } /* line 237, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form .actions .create_another label { float: none; display: inline; } /* line 243, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset.buttons li, form fieldset.actions li { float: left; padding: 0; } /* line 247, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset; border: solid 1px #c7c7c7; border-color: #c7c7c7; border-top-color: #d3d3d3; border-right-color: #c7c7c7; border-bottom-color: #c2c2c2; border-left-color: #c7c7c7; text-shadow: #fff 0 1px 0; color: #5E6469; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled { opacity: 0.5; cursor: default; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1); } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE; border-color: #b9b9b9; border-top-color: #c2c2c2; border-right-color: #b9b9b9; border-bottom-color: #b7b7b7; border-left-color: #b9b9b9; background-color: #F3F3F3; background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8); } /* line 255, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ .sidebar_section label { display: block; text-transform: uppercase; color: #5E6469; font-size: 0.9em; font-weight: bold; } /* line 263, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ .sidebar_section select { width: 240px; } /* line 267, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ .sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea { width: 220px; } /* line 276, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form .filter_form_field { margin-bottom: 10px; clear: both; } /* line 281, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form .filter_form_field.select_and_search input[type=text] { margin-left: 16px; width: 88px; } /* line 285, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form .filter_form_field.select_and_search select { width: 108px; } /* line 291, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form .filter_form_field.filter_check_boxes label { margin-bottom: 3px; } /* line 292, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form .filter_form_field.filter_check_boxes fieldset { margin-bottom: 0px; padding-bottom: 0px; } /* line 296, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label { font-weight: normal; margin-bottom: 3px; text-transform: none; font-size: 1.0em; } /* line 301, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input { vertical-align: baseline; } /* line 306, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form .filter_form_field.filter_date_range input[type=text] { width: 114px; } /* line 309, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form .filter_form_field.filter_date_range input[type=text] + input { margin-left: 6px; } /* line 315, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_forms.scss */ form.filter_form a.clear_filters_btn { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset; border: solid 1px #c7c7c7; border-color: #c7c7c7; border-top-color: #d3d3d3; border-right-color: #c7c7c7; border-bottom-color: #c2c2c2; border-left-color: #c7c7c7; text-shadow: #fff 0 1px 0; color: #5E6469; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ form.filter_form a.clear_filters_btn.disabled { opacity: 0.5; cursor: default; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ form.filter_form a.clear_filters_btn:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1); } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ form.filter_form a.clear_filters_btn:not(.disabled):active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE; border-color: #b9b9b9; border-top-color: #c2c2c2; border-right-color: #b9b9b9; border-bottom-color: #b7b7b7; border-left-color: #b9b9b9; background-color: #F3F3F3; background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8); } /* line 4, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_comments.scss */ .comments .active_admin_comment { margin-top: 10px; margin-bottom: 20px; max-width: 700px; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_utilities.scss */ .comments .active_admin_comment:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_comments.scss */ .comments .active_admin_comment .active_admin_comment_meta { width: 130px; float: left; overflow: hidden; font-size: 0.9em; color: #767e84; } /* line 16, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_comments.scss */ .comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author { font-size: 1.2em; font-weight: bold; margin: 0; color: #5E6469; } /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_comments.scss */ .comments .active_admin_comment .active_admin_comment_body { margin-left: 150px; } /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_comments.scss */ .comments form.active_admin_comment { margin: 0; padding: 0; margin-left: 150px; } /* line 32, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_comments.scss */ .comments form.active_admin_comment fieldset.inputs { margin: 0; padding: 0; background: none; box-shadow: none; } /* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_comments.scss */ .comments form.active_admin_comment li { padding: 0; } /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_comments.scss */ .comments form.active_admin_comment fieldset.buttons { padding: 0; margin-top: 5px; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_flash_messages.scss */ body.logged_in .flash { background-color: #f7f1d3; background-image: linear-gradient(180deg, #f7f1d3, #f5edc5); text-shadow: #fafafa 0 1px 0; border-bottom: 1px solid #eee098; color: #cb9810; font-weight: bold; font-size: 1.1em; line-height: 1.0em; padding: 13px 30px 11px; position: relative; } /* line 13, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_flash_messages.scss */ body.logged_in .flash.flash_notice { background-color: #dce9dd; background-image: linear-gradient(180deg, #dce9dd, #ccdfcd); border-bottom: 1px solid #adcbaf; color: #416347; } /* line 18, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_flash_messages.scss */ body.logged_in .flash.flash_error { background-color: #f5e4e4; background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc); border-bottom: 1px solid #e0c2c0; color: #b33c33; } /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_flash_messages.scss */ body.logged_out .flash { box-shadow: none; text-shadow: #fff 0 1px 0; background: none; color: #666; font-weight: bold; line-height: 1.0em; padding: 0; margin-bottom: 8px; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker { background: #fff; background-clip: padding-box; color: #fff; display: none; margin-top: 2px; padding: 0; text-align: center; width: 160px; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker a { text-decoration: none; } /* line 14, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker a:hover { cursor: pointer; } /* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker .ui-datepicker-header { background-color: #6a7176; background-image: linear-gradient(180deg, #6a7176, #4d5256); border-bottom: 1px solid #44484b; padding: 12px 5px 7px 4px; margin: 0px 0px 2px 2px; width: 156px; border-top-left-radius: 7px; border-top-right-radius: 7px; position: relative; z-index: 2000; } /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker .ui-datepicker-header:before { content: ""; position: absolute; right: 45%; top: -6px; width: 0px; height: 0px; border-left: 8.5px solid rgba(0, 0, 0, 0); border-right: 8.5px solid rgba(0, 0, 0, 0); border-bottom: 10px solid #676e73; } /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker .ui-datepicker-header .ui-datepicker-title { text-shadow: #000 0 1px 0; color: #fff; display: block; font-size: 1.1em; font-weight: bold; line-height: 0.8em; text-align: center; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month { margin: -4px 0 0 0; } /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year { margin: -4px 0 0 0; } /* line 59, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker .ui-datepicker-header a { color: #fff; display: block; height: 19px; margin-top: -4px; width: 10px; } /* line 66, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev { float: left; width: 0; height: 0; margin: 0px 0px 0px 4px; border-top: 5px solid transparent; border-right: 5px solid white; border-bottom: 5px solid transparent; } /* line 75, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker .ui-datepicker-header a.ui-datepicker-next { float: right; width: 0; height: 0; margin: 0px 4px 0px 0px; border-top: 5px solid transparent; border-left: 5px solid white; border-bottom: 5px solid transparent; } /* line 85, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker .ui-datepicker-header a span { display: none; } /* line 91, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar { border-radius: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26); background-color: #f4f4f4; border: solid 1px #63686e; left: 2px; margin-bottom: 0px; position: relative; top: -2px; width: 156px; } /* line 102, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th { padding: 0px; text-align: center; } /* line 107, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar thead th { background-color: #dbdddf; color: #333333; font-weight: normal; font-size: 0.8em; padding-top: 1px; } /* line 115, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar tbody { color: #666666; } /* line 118, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar tbody td { border: none; height: 24px; width: 22px; } /* line 123, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar tbody td a { border-radius: 3px; color: #666666; font-weight: bold; font-size: 0.85em; padding: 4px; } /* line 130, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active { background-color: #5a5f64; color: #fff; } /* line 133, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover { background-color: #5a5f64; color: #fff; } /* line 138, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover { background-color: #eceef0; } /* line 141, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_date_picker.scss */ .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight { background-color: #dbdddf; } /* line 4, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table tr td { vertical-align: top; } /* line 8, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table tr th { text-align: left; } /* line 15, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table { width: 100%; margin-bottom: 10px; border: 0; border-spacing: 0; } /* line 21, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table th { background-color: #efefef; background-image: linear-gradient(180deg, #efefef, #dfe1e2); text-shadow: #fff 0 1px 0; border: solid 1px #cdcdcd; border-color: #d4d4d4; border-top-color: #e6e6e6; border-right-color: #d4d4d4; border-bottom-color: #cdcdcd; border-left-color: #d4d4d4; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset; font-size: 1em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; color: #5E6469; padding: 5px 10px 3px 10px; border-right: none; padding-left: 12px; padding-right: 12px; } /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table th a, table.index_table th a:link, table.index_table th a:visited { color: #5E6469; text-decoration: none; display: block; white-space: nowrap; } /* line 34, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table th.sortable a { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") no-repeat 0 4px; padding-left: 13px; } /* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table th.sorted-asc a { background-position: 0 -27px; } /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table th.sorted-desc a { background-position: 0 -56px; } /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table th.sorted-asc, table.index_table th.sorted-desc { background-color: #e2e2e2; background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6); } /* line 45, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table th:last-child { border-right: solid 1px #d4d4d4; } /* line 51, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table tr.even td { background: #f4f5f5; } /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table tr.selected td { background: #d9e4ec; } /* line 57, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ table.index_table td { padding: 10px 12px 8px 12px; border-bottom: 1px solid #e8e8e8; vertical-align: top; } /* line 66, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .panel_contents table { margin-top: 5px; } /* line 68, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .panel_contents table th { padding-top: 10px; background: none; color: #5E6469; box-shadow: none; text-shadow: #fff 0 1px 0; text-transform: uppercase; border-bottom: 1px solid #ccc; } /* line 77, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .panel_contents table tr.odd td { background: #ecedee; } /* line 78, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .panel_contents table tr.even td { background: #f4f5f5; } /* line 82, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .attributes_table { overflow: hidden; } /* line 85, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .attributes_table table col.even { background: #f4f5f5; } /* line 86, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .attributes_table table col.odd { background: #ecedee; } /* line 87, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .attributes_table table th, .attributes_table table td { padding: 8px 12px 6px 12px; vertical-align: top; border-bottom: 1px solid #e8e8e8; } /* line 92, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .attributes_table table th { box-shadow: none; background: none; width: 150px; font-size: 0.9em; padding-left: 0; text-transform: uppercase; color: #5E6469; text-shadow: #fff 0 1px 0; } /* line 103, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .attributes_table table td .empty { color: #bbb; font-size: 0.8em; text-transform: uppercase; letter-spacing: 0.2em; } /* line 112, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tables.scss */ .sidebar_section .attributes_table th { width: 50px; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_utilities.scss */ #collection_selection_toggle_panel:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } /* line 3, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_batch_actions.scss */ #collection_selection_toggle_panel > .resource_selection_toggle_cell { float: left; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-widget-overlay { position: fixed; background: rgba(0, 0, 0, 0.2); top: 0; left: 0; right: 0; bottom: 0; z-index: 1001; } /* line 8, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-dialog { position: fixed; z-index: 1002; background: #f4f4f4; border-radius: 4px; box-shadow: inset 0 1px 4px #ddd; box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px; } /* line 14, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-dialog .ui-dialog-titlebar { background-color: #efefef; background-image: linear-gradient(180deg, #efefef, #dfe1e2); text-shadow: #fff 0 1px 0; border: solid 1px #cdcdcd; border-color: #d4d4d4; border-top-color: #e6e6e6; border-right-color: #d4d4d4; border-bottom-color: #cdcdcd; border-left-color: #d4d4d4; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset; font-size: 1em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; color: #5E6469; padding: 5px 10px 3px 10px; } /* line 16, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-dialog .ui-dialog-titlebar span { font-size: 1.1em; } /* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-dialog ul { list-style-type: none; } /* line 20, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-dialog li { margin: 10px 0; } /* line 21, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-dialog label { margin-right: 10px; } /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-dialog .ui-dialog-buttonpane, .ui-dialog form { padding: 7px 15px 13px; } /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-dialog .ui-dialog-buttonpane button { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #838a90; background-image: linear-gradient(180deg, #838a90, #414549); text-shadow: #000 0 1px 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset; border: solid 1px #484e53; border-color: #484e53; border-top-color: #616a71; border-right-color: #484e53; border-bottom-color: #363b3f; border-left-color: #484e53; color: #efefef; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .ui-dialog .ui-dialog-buttonpane button.disabled { opacity: 0.5; cursor: default; } /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover { background-color: #8b9297; background-image: linear-gradient(180deg, #8b9297, #484d51); } /* line 33, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .ui-dialog .ui-dialog-buttonpane button:not(.disabled):active { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF; background-color: #71797f; background-image: linear-gradient(180deg, #71797f, #35383b); } /* line 28, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .ui-dialog .ui-dialog-buttonpane button:last-child { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset; border: solid 1px #c7c7c7; border-color: #c7c7c7; border-top-color: #d3d3d3; border-right-color: #c7c7c7; border-bottom-color: #c2c2c2; border-left-color: #c7c7c7; text-shadow: #fff 0 1px 0; color: #5E6469; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .ui-dialog .ui-dialog-buttonpane button.disabled:last-child { opacity: 0.5; cursor: default; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1); } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE; border-color: #b9b9b9; border-top-color: #c2c2c2; border-right-color: #b9b9b9; border-bottom-color: #b7b7b7; border-left-color: #b9b9b9; background-color: #F3F3F3; background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8); } /* line 33, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */ .active_admin_dialog.ui-dialog .ui-dialog-titlebar-close { display: none; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_blank_slates.scss */ .blank_slate_container { clear: both; text-align: center; } /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_blank_slates.scss */ .blank_slate_container .blank_slate { border-radius: 3px; border: 1px dashed #DADADA; color: #AAA; display: inline-block; font-size: 1.2em; font-weight: bold; padding: 14px 25px; text-align: center; } /* line 15, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_blank_slates.scss */ .blank_slate_container .blank_slate small { display: block; font-size: 0.9em; font-weight: normal; } /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_blank_slates.scss */ .admin_dashboard .blank_slate_container .blank_slate { margin-top: 40px; margin-bottom: 40px; } /* line 28, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_blank_slates.scss */ .with_sidebar .blank_slate_container .blank_slate { margin-top: 80px; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */ .breadcrumb { display: block; font-size: 0.9em; font-weight: normal; line-height: 1.0em; margin-bottom: 12px; text-transform: uppercase; } /* line 9, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */ .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active { color: #8a949e; text-decoration: none; } /* line 14, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */ .breadcrumb a:hover { text-decoration: underline; } /* line 16, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */ .breadcrumb .breadcrumb_sep { margin: 0 2px; color: #aab2ba; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu { display: inline; } /* line 4, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_button { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset; border: solid 1px #c7c7c7; border-color: #c7c7c7; border-top-color: #d3d3d3; border-right-color: #c7c7c7; border-bottom-color: #c2c2c2; border-left-color: #c7c7c7; text-shadow: #fff 0 1px 0; color: #5E6469; position: relative; padding-right: 22px !important; cursor: pointer; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .dropdown_menu .dropdown_menu_button.disabled { opacity: 0.5; cursor: default; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .dropdown_menu .dropdown_menu_button:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1); } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .dropdown_menu .dropdown_menu_button:not(.disabled):active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE; border-color: #b9b9b9; border-top-color: #c2c2c2; border-right-color: #b9b9b9; border-bottom-color: #b7b7b7; border-left-color: #b9b9b9; background-color: #F3F3F3; background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8); } /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_button:before { content: ' '; position: absolute; width: 0; height: 0; border-width: 3px 3px 0; border-style: solid; border-color: #FFF transparent; right: 12px; top: 45%; } /* line 22, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_button:after { content: ' '; position: absolute; width: 0; height: 0; border-width: 3px 3px 0; border-style: solid; border-color: #777 transparent; right: 12px; top: 45%; } /* line 35, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_nipple { content: ""; position: absolute; top: -6px; display: block; width: 0; height: 0; border-width: 0 6px 6px; border-style: solid; border-color: #545a5e transparent; z-index: 100; } /* line 51, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_nipple:before { content: ' '; position: absolute; width: 0; height: 0; border-width: 0 5px 5px; border-style: solid; border-color: #838a90 transparent; left: -5px; top: 1px; } /* line 65, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_nipple:after { content: ' '; position: absolute; width: 0; height: 0; border-width: 0 5px 5px; border-style: solid; border-color: #686e74 transparent; left: -5px; top: 2px; } /* line 78, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_list_wrapper { display: inline-block; position: absolute; background-color: white; padding: 2px; box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset; background-color: #5E6469; background-color: #686e74; background-image: linear-gradient(180deg, #686e74, #52575c); border: solid 1px #464a4e; border-top-color: #545a5e; border-bottom-color: #35383b; border-radius: 4px; z-index: 2000; display: none; } /* line 93, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list { display: block; background-color: #FFF; border: solid 1px #464a4e; box-shadow: #6a7176 0px 1px 0px 0px; border-radius: 3px; margin: 0; overflow: hidden; padding: 8px; list-style-type: none; padding: 0; } /* line 106, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li { display: block; border-bottom: solid 1px #ebebeb; } /* line 110, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a { display: block; box-sizing: padding-box; font-size: 0.95em; font-weight: bold; padding: 7px 16px 5px; text-decoration: none; text-align: center; white-space: nowrap; } /* line 120, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover { background-color: #75a1c2; background-image: linear-gradient(180deg, #75a1c2, #608cb4); text-shadow: #5a83aa 0 1px 0; color: #FFF; } /* line 126, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active { background-color: #608cb4; background-image: linear-gradient(180deg, #608cb4, #75a1c2); color: #FFF; } /* line 134, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a { border-top-left-radius: 2px; border-top-right-radius: 2px; } /* line 141, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child { border: none; } /* line 142, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */ .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_buttons.scss */ a.member_link { margin-right: 7px; white-space: nowrap; } /* line 6, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_buttons.scss */ a.button, a.button:link, a.button:visited, input[type=submit], input[type=button], button { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #838a90; background-image: linear-gradient(180deg, #838a90, #414549); text-shadow: #000 0 1px 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset; border: solid 1px #484e53; border-color: #484e53; border-top-color: #616a71; border-right-color: #484e53; border-bottom-color: #363b3f; border-left-color: #484e53; color: #efefef; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ a.button.disabled, a.button.disabled:link, a.button.disabled:visited, input.disabled[type=submit], input.disabled[type=button], button.disabled { opacity: 0.5; cursor: default; } /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ a.button:not(.disabled):hover, a.button:link:not(.disabled):hover, a.button:visited:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover { background-color: #8b9297; background-image: linear-gradient(180deg, #8b9297, #484d51); } /* line 33, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ a.button:not(.disabled):active, a.button:link:not(.disabled):active, a.button:visited:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF; background-color: #71797f; background-image: linear-gradient(180deg, #71797f, #35383b); } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_grid.scss */ table.index_grid td { border: none; background: none; padding: 0 20px 20px 0; margin: 0; } /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_grid.scss */ .columns { clear: both; padding: 0; } /* line 8, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_grid.scss */ .columns .column { float: left; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_links.scss */ a, a:link, a:visited { color: #38678b; text-decoration: underline; } /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_links.scss */ a:hover { text-decoration: none; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .paginated_collection_contents { clear: both; } /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .pagination { float: right; font-size: 0.9em; margin-left: 10px; } /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .pagination a { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset; border: solid 1px #c7c7c7; border-color: #c7c7c7; border-top-color: #d3d3d3; border-right-color: #c7c7c7; border-bottom-color: #c2c2c2; border-left-color: #c7c7c7; text-shadow: #fff 0 1px 0; color: #5E6469; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .pagination a.disabled { opacity: 0.5; cursor: default; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .pagination a:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1); } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .pagination a:not(.disabled):active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE; border-color: #b9b9b9; border-top-color: #c2c2c2; border-right-color: #b9b9b9; border-bottom-color: #b7b7b7; border-left-color: #b9b9b9; background-color: #F3F3F3; background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8); } /* line 14, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .pagination span.page.current { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #838a90; background-image: linear-gradient(180deg, #838a90, #414549); text-shadow: #000 0 1px 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset; border: solid 1px #484e53; border-color: #484e53; border-top-color: #616a71; border-right-color: #484e53; border-bottom-color: #363b3f; border-left-color: #484e53; color: #efefef; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .pagination span.page.current.disabled { opacity: 0.5; cursor: default; } /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .pagination span.page.current:not(.disabled):hover { background-color: #8b9297; background-image: linear-gradient(180deg, #8b9297, #484d51); } /* line 33, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .pagination span.page.current:not(.disabled):active { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF; background-color: #71797f; background-image: linear-gradient(180deg, #71797f, #35383b); } /* line 18, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .pagination a, .pagination span.page.current { border-radius: 0px; margin-right: 4px; padding: 2px 5px; } /* line 25, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .pagination_information { float: right; margin-bottom: 5px; color: #b3bcc1; } /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .pagination_information b { color: #5c6469; } /* line 32, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .download_links { float: left; } /* line 36, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .pagination_per_page { float: right; margin-left: 4px; } /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .pagination_per_page select { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset; border: solid 1px #c7c7c7; border-color: #c7c7c7; border-top-color: #d3d3d3; border-right-color: #c7c7c7; border-bottom-color: #c2c2c2; border-left-color: #c7c7c7; text-shadow: #fff 0 1px 0; color: #5E6469; border-radius: 0px; padding: 1px 5px; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .pagination_per_page select.disabled { opacity: 0.5; cursor: default; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .pagination_per_page select:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1); } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .pagination_per_page select:not(.disabled):active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE; border-color: #b9b9b9; border-top-color: #c2c2c2; border-right-color: #b9b9b9; border-bottom-color: #b7b7b7; border-left-color: #b9b9b9; background-color: #F3F3F3; background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8); } /* line 47, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .comments .pagination { float: left; margin-bottom: 30px; } /* line 51, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_pagination.scss */ .comments .pagination_information { float: left; color: #000; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_panels.scss */ .section, .panel { background: #f4f4f4; border-radius: 4px; box-shadow: inset 0 1px 4px #ddd; margin-bottom: 20px; } /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_sections.scss */ .section > h3, .panel > h3 { background-color: #efefef; background-image: linear-gradient(180deg, #efefef, #dfe1e2); text-shadow: #fff 0 1px 0; border: solid 1px #cdcdcd; border-color: #d4d4d4; border-top-color: #e6e6e6; border-right-color: #d4d4d4; border-bottom-color: #cdcdcd; border-left-color: #d4d4d4; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset; font-size: 1em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; color: #5E6469; padding: 5px 10px 3px 10px; } /* line 30, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_sections.scss */ .section > h3 .header_action, .panel > h3 .header_action { float: right; } /* line 35, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_sections.scss */ .section > div, .panel > div { padding: 3px 15px 15px 15px; } /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_sections.scss */ .section hr, .panel hr { border: none; border-bottom: 1px solid #E8E8E8; } /* line 6, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_panels.scss */ .sidebar_section { background: #f4f4f4; border-radius: 4px; box-shadow: inset 0 1px 4px #ddd; margin-bottom: 20px; } /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_sections.scss */ .sidebar_section > h3 { background-color: #efefef; background-image: linear-gradient(180deg, #efefef, #dfe1e2); text-shadow: #fff 0 1px 0; border: solid 1px #cdcdcd; border-color: #d4d4d4; border-top-color: #e6e6e6; border-right-color: #d4d4d4; border-bottom-color: #cdcdcd; border-left-color: #d4d4d4; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset; font-size: 1em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; color: #5E6469; padding: 5px 10px 3px 10px; } /* line 30, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_sections.scss */ .sidebar_section > h3 .header_action { float: right; } /* line 35, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_sections.scss */ .sidebar_section > div { padding: 3px 15px 15px 15px; } /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_sections.scss */ .sidebar_section hr { border: none; border-bottom: 1px solid #E8E8E8; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_columns.scss */ .columns { margin-bottom: 10px; } /* line 3, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_scopes.scss */ .scopes li .count { color: #8e979e; font-weight: normal; font-size: 0.9em; line-height: 10px; } /* line 9, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_scopes.scss */ .scopes li:first-child a { margin-left: 10px; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_status_tags.scss */ .status_tag { background: #cacaca; color: #fff; text-transform: uppercase; letter-spacing: 0.15em; padding: 3px 5px 2px 5px; font-size: 0.8em; } /* line 9, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_status_tags.scss */ .status_tag.yes { background: #6090DB; } /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_status_tags.scss */ .status_tag.no { background: grey; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ .table_tools { margin-bottom: 16px; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_utilities.scss */ .table_tools:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } /* line 6, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ .table_tools .dropdown_menu { float: left; } /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ a.table_tools_button, .table_tools .dropdown_menu_button { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset; border: solid 1px #c7c7c7; border-color: #c7c7c7; border-top-color: #d3d3d3; border-right-color: #c7c7c7; border-bottom-color: #c2c2c2; border-left-color: #c7c7c7; text-shadow: #fff 0 1px 0; color: #5E6469; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0); border-color: #d0d0d0; border-top-color: #d9d9d9; border-right-color: #d0d0d0; border-bottom-color: #c5c5c5; border-left-color: #d0d0d0; font-size: 0.9em; padding: 4px 14px 4px; margin: 0; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled { opacity: 0.5; cursor: default; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1); } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE; border-color: #b9b9b9; border-top-color: #c2c2c2; border-right-color: #b9b9b9; border-bottom-color: #b7b7b7; border-left-color: #b9b9b9; background-color: #F3F3F3; background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8); } /* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6); } /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active { border-color: #c8c8c8; border-top-color: #d7d7d7; border-right-color: #c8c8c8; border-bottom-color: #c3c3c3; border-left-color: #c8c8c8; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E8E8E8); } /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ .table_tools_segmented_control { list-style-type: none; padding: 0; margin: 0; } /* line 36, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ .table_tools_segmented_control li { float: left; } /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ .table_tools_segmented_control li a { border-width: 1px .5px 1px .5px; border-radius: 0; } /* line 44, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ .table_tools_segmented_control li:first-child a { border-left-width: 1px; border-top-left-radius: 12px; border-bottom-left-radius: 12px; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ .table_tools_segmented_control li:last-child a { border-right-width: 1px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; } /* line 56, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ .table_tools_segmented_control li.selected a { background-color: #F0F0F0; background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset; cursor: default; } /* line 61, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_table_tools.scss */ .table_tools_segmented_control li.selected a:hover { background-color: #F0F0F0; background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD); } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_index_list.scss */ .indexes { float: right; } /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_index_list.scss */ .indexes li .count { color: #8e979e; font-weight: normal; font-size: 0.9em; line-height: 10px; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */ .unsupported_browser { padding: 10px 30px; color: #211e14; background-color: #fae692; background-color: #feefae; background-image: linear-gradient(180deg, #feefae, #fae692); border-bottom: 1px solid #b3a569; } /* line 8, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */ .unsupported_browser h1 { font-size: 13px; font-weight: bold; } /* line 13, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */ .unsupported_browser p { margin-bottom: 0.5em; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tabs.scss */ .ui-tabs-nav { list-style: none; display: block; width: auto; margin-bottom: -12px; padding-left: 0; overflow: auto; margin-left: 15px; } /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tabs.scss */ .ui-tabs-nav li { display: block; position: relative; margin: 0; padding: 0; float: left; } /* line 17, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tabs.scss */ .ui-tabs-nav li:first-child a { border-left-width: 1px; border-top-left-radius: 12px; border-bottom-left-radius: 12px; } /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tabs.scss */ .ui-tabs-nav li:last-child a { border-right-width: 1px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; } /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tabs.scss */ .ui-tabs-nav li a { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset; border: solid 1px #c7c7c7; border-color: #c7c7c7; border-top-color: #d3d3d3; border-right-color: #c7c7c7; border-bottom-color: #c2c2c2; border-left-color: #c7c7c7; text-shadow: #fff 0 1px 0; color: #5E6469; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0); border-color: #d0d0d0; border-top-color: #d9d9d9; border-right-color: #d0d0d0; border-bottom-color: #c5c5c5; border-left-color: #d0d0d0; text-decoration: none; border-radius: 0; border-width: 1px .5px 1px .5px; margin-right: 0; padding: 4px 14px 4px; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .ui-tabs-nav li a.disabled { opacity: 0.5; cursor: default; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .ui-tabs-nav li a:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1); } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ .ui-tabs-nav li a:not(.disabled):active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE; border-color: #b9b9b9; border-top-color: #c2c2c2; border-right-color: #b9b9b9; border-bottom-color: #b7b7b7; border-left-color: #b9b9b9; background-color: #F3F3F3; background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8); } /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tabs.scss */ .ui-tabs-nav li a:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6); } /* line 47, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tabs.scss */ .ui-tabs-nav li.ui-tabs-active a { cursor: default; background-color: #F0F0F0; background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset; } /* line 52, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tabs.scss */ .ui-tabs-nav li.ui-tabs-active a a:hover { background-color: #F0F0F0; background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD); } /* line 60, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/components/_tabs.scss */ .tab-content { border: 1px solid #D3D3D3; padding: 15px; padding-top: 30px; text-align: left; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out { background: #e8e9ea; } /* line 4, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out #content_wrapper { width: 500px; margin: 70px auto; } /* line 7, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out #content_wrapper #active_admin_content { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37); background: #fff; padding: 13px 30px; } /* line 14, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out h2 { background-color: #efefef; background-image: linear-gradient(180deg, #efefef, #dfe1e2); text-shadow: #fff 0 1px 0; border: solid 1px #cdcdcd; border-color: #d4d4d4; border-top-color: #e6e6e6; border-right-color: #d4d4d4; border-bottom-color: #cdcdcd; border-left-color: #d4d4d4; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset; font-size: 1em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; color: #5E6469; padding: 5px 10px 3px 10px; background-color: #6a7176; background-image: linear-gradient(180deg, #6a7176, #4d5256); border-bottom: 1px solid #44484b; text-shadow: #000 0 1px 0; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); border: none; color: #fff; margin: -13px -30px 20px -30px; } /* line 24, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out #login { /* Login Form */ } /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out #login form fieldset { box-shadow: none; background: none; padding: 0; margin-bottom: 0; } /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out #login form fieldset li { padding: 10px 0; } /* line 33, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] { width: 70%; } /* line 36, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out #login form fieldset.buttons { margin-left: 20%; } /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/pages/_logged_out.scss */ body.logged_out #login a { float: right; margin-top: -32px; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_footer.scss */ #footer { padding: 30px 30px; font-size: 0.8em; clear: both; } /* line 6, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_footer.scss */ #footer p { padding-top: 10px; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_footer.scss */ #index_footer { padding-top: 5px; text-align: right; font-size: 0.85em; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_utilities.scss */ #index_footer:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } /* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_footer.scss */ .index_content { clear: both; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_main_structure.scss */ #wrapper { width: 100%; } /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_main_structure.scss */ .index #wrapper { display: table; } /* line 9, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_main_structure.scss */ #active_admin_content { margin: 0; padding: 30px; } /* line 13, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_main_structure.scss */ #active_admin_content #main_content_wrapper { float: left; width: 100%; } /* line 17, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_main_structure.scss */ #active_admin_content #main_content_wrapper #main_content { margin-right: 300px; } /* line 22, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_main_structure.scss */ #active_admin_content.without_sidebar #main_content_wrapper #main_content { margin-right: 0; } /* line 24, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_main_structure.scss */ #active_admin_content #sidebar { float: left; width: 270px; margin-left: -270px; } /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_title_bar.scss */ #title_bar { background-color: #efefef; background-image: linear-gradient(180deg, #efefef, #dfe1e2); text-shadow: #fff 0 1px 0; border: solid 1px #cdcdcd; border-color: #d4d4d4; border-top-color: #e6e6e6; border-right-color: #d4d4d4; border-bottom-color: #cdcdcd; border-left-color: #d4d4d4; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset; font-size: 1em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; color: #5E6469; padding: 5px 10px 3px 10px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37); display: table; border-bottom-color: #EEE; width: 100%; position: relative; margin: 0; padding: 10px 30px; z-index: 800; } /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_utilities.scss */ #title_bar:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } /* line 13, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_title_bar.scss */ #title_bar #titlebar_left, #title_bar #titlebar_right { height: 50px; vertical-align: middle; display: table-cell; } /* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_title_bar.scss */ #title_bar #titlebar_right { text-align: right; } /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_title_bar.scss */ #title_bar h2 { margin: 0; padding: 0; font-size: 2.6em; line-height: 100%; font-weight: bold; } /* line 33, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/structure/_title_bar.scss */ #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a { border-radius: 200px; display: inline-block; font-weight: bold; font-size: 1.0em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 12px; margin-right: 3px; padding: 7px 16px 6px; text-decoration: none; background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset; border: solid 1px #c7c7c7; border-color: #c7c7c7; border-top-color: #d3d3d3; border-right-color: #c7c7c7; border-bottom-color: #c2c2c2; border-left-color: #c7c7c7; text-shadow: #fff 0 1px 0; color: #5E6469; padding: 12px 17px 10px; margin: 0px; } /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ #title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled { opacity: 0.5; cursor: default; } /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ #title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover { background-color: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1); } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/mixins/_buttons.scss */ #title_bar .action_items span.action_item > a:not(.disabled):active, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):active { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE; border-color: #b9b9b9; border-top-color: #c2c2c2; border-right-color: #b9b9b9; border-bottom-color: #b7b7b7; border-left-color: #b9b9b9; background-color: #F3F3F3; background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8); } /* line 36, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_base.scss */ html { box-sizing: border-box; } /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_base.scss */ *, *:before, *:after { box-sizing: inherit; } /* line 46, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_base.scss */ body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.5; font-size: 72%; background: #FFF; color: #323537; } }

@media print { /* Active Admin Print Stylesheet */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ /* line 11, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** Remove the margin in all browsers. */ /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ body { margin: 0; } /** Render the `main` element consistently in IE. */ /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ main { display: block; } /** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ /* line 64, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** Remove the gray background on active links in IE 10. */ /* line 76, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ a { background-color: transparent; } /** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ /* line 85, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** Add the correct font weight in Chrome, Edge, and Safari. */ /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ b, strong { font-weight: bolder; } /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ /* line 105, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ /* line 116, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ small { font-size: 80%; } /** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ /* line 125, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 133, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ sub { bottom: -0.25em; } /* line 137, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** Remove the border on images inside links in IE 10. */ /* line 148, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ img { border-style: none; } /* Forms ========================================================================== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ /* line 160, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Show the overflow in IE. 1. Show the overflow in Edge. */ /* line 176, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button, input { /* 1 */ overflow: visible; } /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ /* line 186, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ /* line 195, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ /* line 206, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** Restore the focus styles unset by the previous rule. */ /* line 218, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** Correct the padding in Firefox. */ /* line 229, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ fieldset { padding: 0.35em 0.75em 0.625em; } /** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ /* line 240, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** Add the correct vertical alignment in Chrome, Firefox, and Opera. */ /* line 253, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ progress { vertical-align: baseline; } /** Remove the default vertical scrollbar in IE 10+. */ /* line 261, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ textarea { overflow: auto; } /** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */ /* line 270, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** Correct the cursor style of increment and decrement buttons in Chrome. */ /* line 280, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ /* line 290, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding in Chrome and Safari on macOS. */ /* line 299, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ /* line 308, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* Add the correct display in Edge, IE 10+, and Firefox. */ /* line 320, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ details { display: block; } /* Add the correct display in all browsers. */ /* line 328, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ summary { display: list-item; } /* Misc ========================================================================== */ /** Add the correct display in IE 10+. */ /* line 339, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ template { display: none; } /** Add the correct display in IE 10. */ /* line 347, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_normalize.scss */ [hidden] { display: none; } /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ html { font-size: 100.01%; } /* line 28, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ body { font-size: 75%; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; } /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h1, h2, h3, h4, h5, h6 { font-weight: normal; color: black; } /* line 34, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } /* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h2 { font-size: 2em; margin-bottom: 0.75em; } /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; } /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; } /* line 42, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ h6 { font-size: 1em; font-weight: bold; } /* line 45, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ p { margin: 0 0 1.5em; } /* line 48, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ p .left { margin: 1.5em 1.5em 1.5em 0; padding: 0; } /* line 49, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ p .right { margin: 1.5em 0 1.5em 1.5em; padding: 0; } /* line 52, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .left { float: left !important; } /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .right { float: right !important; } /* line 55, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ blockquote { margin: 1.5em; color: #666; font-style: italic; } /* line 56, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ strong, dfn { font-weight: bold; } /* line 57, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ em, dfn { font-style: italic; } /* line 58, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ sup, sub { line-height: 0; } /* line 60, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ abbr, acronym { border-bottom: 1px dotted #666; } /* line 62, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ address { margin: 0 0 1.5em; font-style: italic; } /* line 63, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ del { color: #666; } /* line 65, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ pre { margin: 1.5em 0; white-space: pre; } /* line 66, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } /* line 69, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ li ul, li ol { margin: 0; } /* line 71, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; } /* line 73, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ ul { list-style-type: disc; } /* line 74, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ ol { list-style-type: decimal; } /* line 76, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ dl { margin: 0 0 1.5em 0; } /* line 77, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ dl dt { font-weight: bold; } /* line 78, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ dd { margin-left: 1.5em; } /* line 81, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ table { margin-bottom: 1.4em; width: 100%; } /* line 82, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ th { font-weight: bold; } /* line 83, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ thead th { background: #c3d9ff; } /* line 84, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ th, td, caption { padding: 4px 10px 4px 5px; } /* line 87, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; } /* line 88, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; } /* line 89, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .hide { display: none; } /* line 91, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .quiet { color: #666; } /* line 92, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .loud { color: #000; } /* line 93, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .highlight { background: #ff0; } /* line 94, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .added { background: #060; color: #fff; } /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .removed { background: #900; color: #fff; } /* line 97, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .first { margin-left: 0; padding-left: 0; } /* line 98, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .last { margin-right: 0; padding-right: 0; } /* line 99, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .top { margin-top: 0; padding-top: 0; } /* line 100, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_typography.scss */ .bottom { margin-bottom: 0; padding-bottom: 0; } /* line 13, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ body { font-family: Helvetica, Arial, sans-serif; line-height: 150%; font-size: 72%; background: #fff; width: 99%; margin: 0; padding: .5%; color: black; } /* line 24, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ a { color: black; text-decoration: none; } /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ h3 { font-weight: bold; margin-bottom: .5em; } /* line 35, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #header { float: left; } /* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #header #tabs, #header .tabs, #header #utility_nav { display: none; } /* line 42, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #header h1 { font-weight: bold; } /* line 47, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .flashes { display: none; } /* line 51, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #title_bar { float: right; } /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #title_bar h2 { line-height: 2em; margin: 0; } /* line 59, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #title_bar .breadcrumb, #title_bar #titlebar_right { display: none; } /* line 65, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #active_admin_content { border-top: thick solid black; clear: both; margin-top: 2em; padding-top: 3em; } /* line 73, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #footer { display: none; } /* line 79, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .table_tools ul { padding: 0; margin: 0; list-style-type: none; } /* line 84, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .table_tools ul li { display: none; padding: 0; margin-bottom: 1em; } /* line 89, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .table_tools ul li.scope.selected, .table_tools ul li.index.selected { display: block; } /* line 92, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .table_tools ul li.scope.selected:before, .table_tools ul li.index.selected:before { content: "Showing "; } /* line 96, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .table_tools ul li.scope.selected a, .table_tools ul li.index.selected a { font-weight: bold; } /* line 100, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .table_tools ul li.scope.selected span, .table_tools ul li.index.selected span { display: inline-block; font-weight: normal; font-size: .9em; } /* line 111, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ table { margin-bottom: 1.5em; text-align: left; width: 100%; } /* line 116, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ table thead { display: table-header-group; } /* line 119, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ table thead th { background: none; border-bottom: medium solid black; font-weight: bold; } /* line 124, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ table thead th a { text-decoration: none; } /* line 130, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ table th, table td { padding: .5em 1em; } /* line 133, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ table th .member_link, table td .member_link { display: none; } /* line 138, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ table td { border-bottom: thin solid black; } /* line 142, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ table tr { page-break-inside: avoid; } /* line 148, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #index_footer, .pagination_information { display: none; } /* line 153, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .index_grid td { border: none; text-align: center; vertical-align: middle; } /* line 158, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .index_grid td img { max-width: 1in; } /* line 165, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .panel { border-bottom: thick solid #ccc; margin-bottom: 3em; padding-bottom: 2em; page-break-inside: avoid; } /* line 171, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .panel:last-child { border-bottom: none; } /* line 177, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .comments form { display: none; } /* line 181, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .comments .active_admin_comment { border-top: thin solid black; padding-top: 1em; } /* line 186, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .comments .active_admin_comment .active_admin_comment_meta h4 { font-size: 1em; font-weight: bold; float: left; margin-right: .5em; margin-bottom: 0; } /* line 194, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .comments .active_admin_comment .active_admin_comment_meta span { font-size: .9em; font-style: italic; vertical-align: top; } /* line 201, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .comments .active_admin_comment .active_admin_comment_body { clear: both; margin-bottom: 1em; } /* line 210, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .attributes_table { border-top: medium solid black; } /* line 213, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .attributes_table th { border-bottom: thin solid black; vertical-align: top; } /* line 217, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .attributes_table th:after { content: ':'; } /* line 223, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .attributes_table td img { max-height: 4in; max-width: 6in; } /* line 231, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ #filters_sidebar_section { display: none; } /* line 237, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ form fieldset { border-top: thick solid #ccc; padding-top: 2em; margin-bottom: 2em; } /* line 242, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ form fieldset:last-child { border-bottom: none; } /* line 247, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ form .buttons, form abbr { display: none; } /* line 250, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ form ol { list-style-type: none; padding: 0; margin: 0; } /* line 255, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ form ol li { border-top: thin solid black; margin: 0; padding: 1em 0; overflow: hidden; } /* line 261, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ form ol li.password, form ol li.hidden { display: none; } /* line 265, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ form ol li label { font-weight: bold; float: left; width: 20%; } /* line 271, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ form ol li input, form ol li textarea, form ol li select { background: none; border: 0; font: Arial, Helvetica, sans-serif; } /* line 277, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ form ol li input[type=file] { display: none; } /* line 285, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.2/app/assets/stylesheets/active_admin/_print.scss */ .unsupported_browser { display: none; } }

/******************** SVG CSS */
/* line 6, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ svg { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* Trying to get SVG to act like a greedy block in all browsers */ display: block; width: 100%; height: 100%; }

/******************** Default CSS for an svg element nvd3 used */
/* line 22, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ svg.nvd3-svg { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; display: block; }

/******************** Box shadow and border radius styling */
/* line 35, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip { -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/******************** TOOLTIP CSS */
/* line 49, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip { position: absolute; background-color: white; padding: 1px; border: 1px solid rgba(0, 0, 0, 0.2); z-index: 10000; font-family: Arial; font-size: 13px; text-align: left; pointer-events: none; white-space: nowrap; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/*Give tooltips that old fade in transition by putting a "with-transitions" class on the container div. */
/* line 74, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip.with-transitions, .with-transitions .nvtooltip { transition: opacity 50ms linear; -moz-transition: opacity 50ms linear; -webkit-transition: opacity 50ms linear; transition-delay: 200ms; -moz-transition-delay: 200ms; -webkit-transition-delay: 200ms; }

/* line 84, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip.x-nvtooltip, .nvtooltip.y-nvtooltip { padding: 8px; }

/* line 89, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip h3 { margin: 0; padding: 4px 14px; line-height: 18px; font-weight: normal; background-color: rgba(247, 247, 247, 0.75); text-align: center; border-bottom: 1px solid #ebebeb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 1px 5px 0 0; }

/* line 104, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip p { margin: 0; padding: 5px 14px; text-align: center; }

/* line 110, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip span { display: inline-block; margin: 2px 0; }

/* line 115, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip table { margin: 6px; border-spacing: 0; }

/* line 121, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip table td { padding: 2px 9px 2px 0; vertical-align: middle; }

/* line 126, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip table td.key { font-weight: normal; }

/* line 129, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip table td.value { text-align: right; font-weight: bold; }

/* line 134, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip table tr.highlight td { padding: 1px 9px 1px 0; border-bottom-style: solid; border-bottom-width: 1px; border-top-style: solid; border-top-width: 1px; }

/* line 142, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip table td.legend-color-guide div { width: 8px; height: 8px; vertical-align: middle; }

/* line 148, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip .footer { padding: 3px; text-align: center; }

/* line 153, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvtooltip-pending-removal { position: absolute; pointer-events: none; }

/* line 158, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 text { font: normal 12px Arial; }

/* line 162, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .title { font: bold 14px Arial; }

/* line 166, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-background { fill: white; fill-opacity: 0; }

/* line 171, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-noData { font-size: 18px; font-weight: bold; }

/********** Brush */
/* line 181, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nv-brush .extent { fill-opacity: .125; shape-rendering: crispEdges; }

/********** Legend */
/* line 191, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-legend .nv-series { cursor: pointer; }

/* line 195, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-legend .nv-disabled circle { fill-opacity: 0; }

/********** Axes */
/* line 204, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .axis { opacity: 1; }

/* line 208, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .axis.nv-disabled { opacity: 0; }

/* line 212, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-axis { pointer-events: none; }

/* line 216, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-axis path { fill: none; stroke: #000; stroke-opacity: .75; shape-rendering: crispEdges; }

/* line 223, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-axis path.domain { stroke-opacity: .75; }

/* line 227, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-axis.nv-x path.domain { stroke-opacity: 0; }

/* line 231, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-axis line { fill: none; stroke: #e5e5e5; shape-rendering: crispEdges; }

/* line 237, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-axis .zero line, .nvd3 .nv-axis line.zero { stroke-opacity: .75; }

/* line 242, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-axis .nv-axisMaxMin text { font-weight: bold; }

/* line 246, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .x .nv-axis .nv-axisMaxMin text, .nvd3 .x2 .nv-axis .nv-axisMaxMin text, .nvd3 .x3 .nv-axis .nv-axisMaxMin text { text-anchor: middle; }

/********** Brush */
/* line 257, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nv-brush .resize path { fill: #eee; stroke: #666; }

/********** Bars */
/* line 267, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-bars .negative rect { zfill: brown; }

/* line 271, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-bars rect { zfill: steelblue; fill-opacity: .75; transition: fill-opacity 250ms linear; -moz-transition: fill-opacity 250ms linear; -webkit-transition: fill-opacity 250ms linear; }

/* line 280, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-bars rect.hover { fill-opacity: 1; }

/* line 284, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-bars .hover rect { fill: lightblue; }

/* line 288, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-bars text { fill: rgba(0, 0, 0, 0); }

/* line 292, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-bars .hover text { fill: black; }

/********** Bars */
/* line 301, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-multibar .nv-groups rect, .nvd3 .nv-multibarHorizontal .nv-groups rect, .nvd3 .nv-discretebar .nv-groups rect { stroke-opacity: 0; transition: fill-opacity 250ms linear; -moz-transition: fill-opacity 250ms linear; -webkit-transition: fill-opacity 250ms linear; }

/* line 311, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-multibar .nv-groups rect:hover, .nvd3 .nv-multibarHorizontal .nv-groups rect:hover, .nvd3 .nv-discretebar .nv-groups rect:hover { fill-opacity: 1; }

/* line 317, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-discretebar .nv-groups text, .nvd3 .nv-multibarHorizontal .nv-groups text { font-weight: bold; fill: black; stroke: rgba(0, 0, 0, 0); }

/*********** Pie Chart */
/* line 328, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-pie path { stroke-opacity: 0; transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; }

/* line 336, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-pie .nv-pie-title { font-size: 24px; fill: rgba(19, 196, 249, 0.59); }

/* line 341, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-pie .nv-slice text { stroke: #000; stroke-width: 0; }

/* line 346, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-pie path { stroke: #fff; stroke-width: 1px; stroke-opacity: 1; }

/* line 352, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-pie .hover path { fill-opacity: .7; }

/* line 355, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-pie .nv-label { pointer-events: none; }

/* line 358, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-pie .nv-label rect { fill-opacity: 0; stroke-opacity: 0; }

/********** Lines */
/* line 367, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-groups path.nv-line { fill: none; stroke-width: 1.5px; }

/* line 372, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-groups path.nv-line.nv-thin-line { stroke-width: 1px; }

/* line 377, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-groups path.nv-area { stroke: none; }

/* line 381, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-line.hover path { stroke-width: 6px; }

/* line 385, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point { fill-opacity: 0; stroke-opacity: 0; }

/* line 390, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-scatter.nv-single-point .nv-groups .nv-point { fill-opacity: .5 !important; stroke-opacity: .5 !important; }

/* line 396, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .with-transitions .nvd3 .nv-groups .nv-point { transition: stroke-width 250ms linear, stroke-opacity 250ms linear; -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; }

/* line 403, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-scatter .nv-groups .nv-point.hover, .nvd3 .nv-groups .nv-point.hover { stroke-width: 7px; fill-opacity: .95 !important; stroke-opacity: .95 !important; }

/* line 411, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-point-paths path { stroke: #aaa; stroke-opacity: 0; fill: #eee; fill-opacity: 0; }

/* line 420, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-indexLine { cursor: ew-resize; }

/********** Distribution */
/* line 429, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-distribution { pointer-events: none; }

/********** Scatter */
/* line 438, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-groups .nv-point.hover { stroke-width: 20px; stroke-opacity: .5; }

/* line 443, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-scatter .nv-point.hover { fill-opacity: 1; }

/********** Stacked Area */
/* line 452, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-stackedarea path.nv-area { fill-opacity: .7; stroke-opacity: 0; transition: fill-opacity 250ms linear, stroke-opacity 250ms linear; -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear; -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear; }

/* line 460, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-stackedarea path.nv-area.hover { fill-opacity: .9; }

/* line 465, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-stackedarea .nv-groups .nv-point { stroke-opacity: 0; fill-opacity: 0; }

/********** Line Plus Bar */
/* line 475, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-linePlusBar .nv-bar rect { fill-opacity: .75; }

/* line 479, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-linePlusBar .nv-bar rect:hover { fill-opacity: 1; }

/********** Bullet */
/* line 488, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet { font: 10px sans-serif; }

/* line 489, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-measure { fill-opacity: .8; }

/* line 490, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }

/* line 491, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }

/* line 492, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }

/* line 493, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }

/* line 494, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }

/* line 495, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }

/* line 496, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }

/* line 497, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }

/* line 498, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-subtitle { fill: #999; }

/* line 501, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-range { fill: #bababa; fill-opacity: .4; }

/* line 505, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-bullet .nv-range:hover { fill-opacity: .7; }

/********** Sparkline */
/* line 514, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-sparkline path { fill: none; }

/* line 518, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-sparklineplus g.nv-hoverValue { pointer-events: none; }

/* line 522, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-sparklineplus .nv-hoverValue line { stroke: #333; stroke-width: 1.5px; }

/* line 527, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-sparklineplus, .nvd3.nv-sparklineplus g { pointer-events: all; }

/* line 532, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-hoverArea { fill-opacity: 0; stroke-opacity: 0; }

/* line 537, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-sparklineplus .nv-xValue, .nvd3.nv-sparklineplus .nv-yValue { stroke-width: 0; font-size: .9em; font-weight: normal; }

/* line 544, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-sparklineplus .nv-yValue { stroke: #f66; }

/* line 548, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-sparklineplus .nv-maxValue { stroke: #2ca02c; fill: #2ca02c; }

/* line 553, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-sparklineplus .nv-minValue { stroke: #d62728; fill: #d62728; }

/* line 558, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-sparklineplus .nv-currentValue { font-weight: bold; font-size: 1.1em; }

/********** historical stock */
/* line 567, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-ohlcBar .nv-ticks .nv-tick { stroke-width: 1px; }

/* line 571, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover { stroke-width: 2px; }

/* line 575, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive { stroke: #2ca02c; }

/* line 579, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative { stroke: #d62728; }

/* line 583, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-historicalStockChart .nv-axis .nv-axislabel { font-weight: bold; }

/* line 587, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3.nv-historicalStockChart .nv-dragTarget { fill-opacity: 0; stroke: none; cursor: move; }

/* line 593, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-brush .extent { fill-opacity: 0 !important; }

/* line 597, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-brushBackground rect { stroke: #000; stroke-width: .4; fill: #fff; fill-opacity: .7; }

/********** Parallel Coordinates */
/* line 609, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .background path { fill: none; stroke: #EEE; stroke-opacity: .4; shape-rendering: crispEdges; }

/* line 616, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .foreground path { fill: none; stroke-opacity: .7; }

/* line 621, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .brush .extent { fill-opacity: .3; stroke: #fff; shape-rendering: crispEdges; }

/* line 627, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .axis line, .axis path { fill: none; stroke: #000; shape-rendering: crispEdges; }

/* line 633, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .axis text { text-shadow: 0 1px 0 #fff; }

/****
Interactive Layer
*/
/* line 640, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 .nv-interactiveGuideLine { pointer-events: none; }

/* line 643, vendor/bundle/ruby/3.3.0/bundler/gems/nvd3-community-rails-34afaba76846/vendor/assets/stylesheets/nv.d3.css */ .nvd3 line.nv-guideline { stroke: #ccc; }

/* line 10, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ html { background: #f7f9fb; }

/* line 13, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ body.active_admin { background: #f7f9fb; }

/* line 18, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper div.tabs > ul > li > a { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; margin-bottom: 11px; border: none; background-color: #5ea3d3; color: #ffffff; margin-right: 5px; padding: 10px 20px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; }

/* line 45, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper div.tabs ul > li.ui-state-active > a { background-color: #ffffff; border: 1px solid #e6e9ee; border-bottom: 0; color: #5ea3d3; }

/* line 51, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper div.tabs div.tab-content { background-color: #ffffff; border: 1px solid #e6e9ee; border-bottom: 2px solid #e6e9ee; border-radius: 4px; }

/* line 58, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header { background-color: #23282f; border-bottom: 1px solid #444d5b !important; padding-bottom: 9px; border: none; text-shadow: none; background-image: none; }

/* line 65, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header h1.site_title { color: #5ea3d3; font-size: 16px; }

/* line 69, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header a, #wrapper #header a:link { color: #ffffff; }

/* line 72, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header ul.tabs > li > a { color: #ffffff; border-radius: 4px; padding: 6px 10px 6px 10px; }

/* line 77, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header ul.tabs > li.current > a, #wrapper #header ul.tabs > li:hover > a { background-color: #5ea3d3; }

/* line 82, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header ul.tabs li.has_nested a { padding-right: 20px; }

/* line 85, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header ul.tabs li.has_nested ul { background-color: #5ea3d3; border-radius: 4px; }

/* line 88, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header ul.tabs li.has_nested ul li > a { padding-left: 15px; }

/* line 91, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header ul.tabs li.has_nested ul li.current > a::before, #wrapper #header ul.tabs li.has_nested ul li:hover > a::before { content: ''; display: block; width: 7px; height: 4px; position: absolute; top: 12px; left: 4px; background: transparent url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat 0 0; transform: rotate(-90deg); }

/* line 105, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #header ul.tabs li.has_nested:hover a { border-bottom: 7px solid #5ea3d3; }

/* line 111, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar { background-image: none; border: none; box-shadow: none; background-color: #343c46; border: none; border-bottom: 3px solid #5ea3d3; }

/* line 119, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_left span.breadcrumb { font-size: 12px; text-shadow: none; margin-bottom: 8px; }

/* line 123, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_left span.breadcrumb a, #wrapper #title_bar #titlebar_left span.breadcrumb span { color: #647387 !important; }

/* line 127, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_left h2 { color: #ffffff; text-shadow: none; }

/* line 133, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_right .action_item a { background-image: none; border: none; box-shadow: none; text-shadow: none; border-radius: 4px; background-color: #5ea3d3; border: none; color: #ffffff; font-weight: 600; }

/* line 143, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_right .action_item a:hover { background-color: #72aed8 !important; }

/* line 148, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper { background-color: #23282f; border: none; background-image: none; border: none; box-shadow: none; }

/* line 154, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple, #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:after, #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:before { border-color: #23282f transparent; }

/* line 157, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list { box-shadow: none; }

/* line 160, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a { background-color: #ffffff; color: #23282f; border-radius: 0; }

/* line 164, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a:hover { background-color: #5ea3d3; color: #ffffff; }

/* line 174, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_right div.batch_actions_selector a { background-image: none; border: none; box-shadow: none; background-color: #5ea3d3; border-radius: 4px; border: none; padding: 10px 20px; color: #ffffff; }

/* line 183, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #title_bar #titlebar_right div.batch_actions_selector a:hover { background-color: #72aed8; }

/* line 191, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper .flashes .flash { color: #ffffff; background-image: none; text-shadow: none; }

/* line 197, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper .flashes .flash_notice { background-color: #669148; border-bottom: 2px solid #4C7331; }

/* line 201, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper .flashes .flash_warning { background-color: #BDBC45; border-bottom: 2px solid #8B8A3D; }

/* line 205, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper .flashes .flash_error { background-color: #CD3333; border-bottom: 2px solid #962F2F; }

/* line 211, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content span.blank_slate { border: 2px solid #d6e8f4; color: #8494a8; border-radius: 4px; }

/* line 216, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools { margin-bottom: 35px; }

/* line 219, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper { background-color: #23282f; border: none; background-image: none; border: none; box-shadow: none; }

/* line 225, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:after, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:before { border-color: #23282f transparent; }

/* line 228, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list { box-shadow: none; }

/* line 231, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a { background-color: #ffffff; color: #23282f; border-radius: 0; }

/* line 235, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a:hover { background-color: #5ea3d3; color: #ffffff; }

/* line 245, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.batch_actions_selector a { background-image: none; border: none; box-shadow: none; background-color: #5ea3d3; border-radius: 4px; border: none; padding: 10px 20px; color: #ffffff; }

/* line 254, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.batch_actions_selector a:hover { background-color: #72aed8; }

/* line 260, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper { background-color: #23282f; border: none; background-image: none; }

/* line 264, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:after, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:before { border-color: #23282f transparent; }

/* line 267, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list { box-shadow: none; }

/* line 270, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a { background-color: #ffffff; box-shadow: none; color: #23282f; border-radius: 0; text-shadow: none; }

/* line 276, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a:hover { background-color: #5ea3d3; color: #ffffff; }

/* line 286, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.batch_actions_selector a { background-image: none; background-color: #5ea3d3; border-radius: 4px; border: none; padding: 10px 20px; color: #ffffff; text-shadow: none; box-shadow: none; }

/* line 295, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools div.batch_actions_selector a:hover { background-color: #72aed8; box-shadow: none; }

/* line 303, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools ul.scopes li a, #wrapper #active_admin_content div.table_tools div.scopes > ul li a { background-image: none; border: none; box-shadow: none; background-color: #5ea3d3; padding: 10px 20px; color: #ffffff; text-shadow: none; border-right: 1px solid #ffffff; }

/* line 312, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools ul.scopes li a span, #wrapper #active_admin_content div.table_tools div.scopes > ul li a span { color: #ffffff; font-size: 11px; font-weight: bold; }

/* line 320, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools ul.scopes li:first-child a, #wrapper #active_admin_content div.table_tools div.scopes > ul li:first-child a { -webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }

/* line 330, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools ul.scopes li:last-child a, #wrapper #active_admin_content div.table_tools div.scopes > ul li:last-child a { -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

/* line 340, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper #active_admin_content div.table_tools ul.scopes li.selected a, #wrapper #active_admin_content div.table_tools div.scopes > ul li.selected a { background-color: #9ac5e3; }

/* line 347, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper table.index_table { background-color: #ffffff; border: 1px solid #e6e9ee; border-bottom: 2px solid #e6e9ee; border-radius: 4px; }

/* line 352, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper table.index_table th { background-image: none; border: none; box-shadow: none; text-shadow: none; font-size: 1.0em; font-weight: bold; background-color: #e6e9ee; padding: 10px 12px 10px 12px; border-bottom: 3px solid #d7dce4; border-right: 1px solid #d7dce4; }

/* line 363, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper table.index_table th a { font-size: 1.0em; font-weight: bold !important; }

/* line 368, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper table.index_table th.col-selectable { width: 12px; }

/* line 371, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper table.index_table th.sorted-desc { background-color: #e6e9ee; }

/* line 374, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper table.index_table td { padding: 10px 12px 10px 12px; }

/* line 378, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper .sidebar_section.panel { background-image: none; box-shadow: none; background-color: #ffffff; border: 1px solid #e6e9ee; border-bottom: 2px solid #e6e9ee; }

/* line 384, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper .sidebar_section.panel > h3 { background-image: none; box-shadow: none; text-shadow: none; background-color: #5ea3d3; color: #ffffff; border: none; padding: 8px 15px; font-weight: 400; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; }

/* line 402, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper .sidebar_section.panel .filter_form_field label { color: #8494a8; }

/* line 405, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper .sidebar_section.panel .filter_form_field input { border: 1px solid #e6e9ee; background-color: #fdfefe; }

/* line 409, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #wrapper .sidebar_section.panel .filter_form_field input:focus { border-color: #aed1e9; box-shadow: none; }

/* line 416, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset > ol > li fieldset.fragments ol { margin-left: 20%; }

/* line 419, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset ol > li.has_many_container h3 { color: #8494a8; }

/* line 422, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form input[type=submit], a.button, a.button:link, a.button:visited, fieldset.actions > ol > li.button_action > button { background-image: none; box-shadow: none; text-shadow: none; background-color: #5ea3d3; border-radius: 4px; border: none; padding: 10px 20px; color: #ffffff; }

/* line 431, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form input[type=submit]:hover, a.button:hover, a.button:link:hover, a.button:visited:hover, fieldset.actions > ol > li.button_action > button:hover { background-image: none !important; background-color: #72aed8 !important; }

/* line 436, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a, form.filter_form a.clear_filters_btn { background-image: none; box-shadow: none; text-shadow: none; background-color: #ffffff; border-radius: 4px; padding: 10px 20px; border-color: #E4E4E4; }

/* line 444, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset.buttons li.cancel a:hover, form fieldset.actions li.cancel a:hover, form.filter_form a.clear_filters_btn:hover { background-image: none !important; background-color: #F4F4F4 !important; }

/* line 449, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset.inputs { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; background-color: #ffffff; border: 1px solid #e6e9ee; border-bottom: 2px solid #e6e9ee; }

/* line 458, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset.inputs legend span { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; background-color: #5ea3d3; color: #ffffff; border: none; padding: 8px 15px; font-weight: 400; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; }

/* line 478, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset.inputs ol > li label { color: #8494a8; }

/* line 481, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset.inputs ol > li input, form fieldset.inputs ol > li textarea { border: 1px solid #e6e9ee; background-color: #fdfefe; }

/* line 485, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset.inputs ol > li input:focus, form fieldset.inputs ol > li textarea:focus { border-color: #aed1e9; box-shadow: none; }

/* line 491, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #ui-datepicker-div { background: none; background-color: none; box-shadow: none; text-shadow: none; box-shadow: none; }

/* line 497, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #ui-datepicker-div div.ui-datepicker-header { background-image: none; background-color: #5ea3d3; border-bottom: none; }

/* line 502, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #ui-datepicker-div div.ui-datepicker-header div.ui-datepicker-title span { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; }

/* line 510, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #ui-datepicker-div div.ui-datepicker-header:before { border-bottom: 10px solid #5ea3d3; }

/* line 513, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #ui-datepicker-div table.ui-datepicker-calendar { background-color: #ffffff; border-color: #5ea3d3; }

/* line 518, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #ui-datepicker-div table.ui-datepicker-calendar thead tr th { background-color: #aed1e9; }

/* line 526, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #ui-datepicker-div table.ui-datepicker-calendar tbody tr td a:hover { background-color: #5ea3d3; color: #ffffff; }

/* line 531, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ #ui-datepicker-div table.ui-datepicker-calendar tbody tr td.ui-datepicker-today > a { background-color: #5ea3d3; color: #ffffff; }

/* line 539, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .panel { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; background-color: #ffffff; border: 1px solid #e6e9ee; border-bottom: 2px solid #e6e9ee; }

/* line 547, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .panel > h3 { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; background-color: #5ea3d3; color: #ffffff; border: none; padding: 8px 15px; margin-top: 0; font-weight: 400; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; }

/* line 566, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .panel .panel_contents { font-weight: 400; }

/* line 570, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .attributes_table table th, .attributes_table table td { padding: 10px 0; }

/* line 573, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .attributes_table table th { color: #8494a8; }

/* line 576, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .comments form.active_admin_comment fieldset.inputs { border: none; }

/* line 580, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .pagination span > a { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; border: none; background-color: #e6e9ee; border-radius: 4px; padding: 5px 10px; }

/* line 589, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .pagination span > a:hover { background-image: none !important; background-color: #5ea3d3 !important; color: #ffffff; }

/* line 595, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .pagination span.page.current { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; background-color: #5ea3d3; border: none; padding: 5px 10px; border-radius: 4px; cursor: pointer; }

/* line 605, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .pagination span.page.current:hover { background-image: none !important; background-color: #5ea3d3 !important; }

/* line 611, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ body.logged_out #content_wrapper #active_admin_content { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; border-radius: 4px; background-color: #ffffff; border: 1px solid #e6e9ee; border-bottom: 2px solid #e6e9ee; }

/* line 622, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ body.logged_out #content_wrapper #active_admin_content #login h2 { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; background-color: #5ea3d3; color: #ffffff; border: none; padding: 8px 15px; font-weight: 400; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; }

/* line 642, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ body.logged_out #content_wrapper #active_admin_content #login form fieldset { border: none; }

/* line 646, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ body.logged_out #content_wrapper #active_admin_content #login form fieldset ol li label { color: #8494a8; }

/* line 655, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form input[type=text], form input[type=password], form input[type=email], form input[type=number], form input[type=url], form input[type=tel], form textarea { border: 1px solid #e6e9ee; background-color: #fdfefe; }

/* line 659, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset > ol > li fieldset ol li { clear: both; }

/* line 661, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form fieldset > ol > li fieldset ol li select { margin-top: 6px; }

/* line 665, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-dialog { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; background-color: #ffffff; border-bottom: 2px solid #e6e9ee; }

/* line 672, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-dialog .ui-dialog-titlebar { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; background-color: #5ea3d3; color: #ffffff; border: none; padding: 8px 15px; font-weight: 400; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; }

/* line 693, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-dialog form ul li label { display: block; margin-bottom: 5px; }

/* line 697, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-dialog form ul li input[type="text"], .ui-dialog form ul li input[type="datepicker"], .ui-dialog form ul li textarea { padding: 8px 10px 7px; border: 1px solid #e6e9ee; background-color: #fdfefe; outline: none; border-radius: 4px; width: 247px; }

/* line 704, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-dialog form ul li input[type="text"]:focus, .ui-dialog form ul li input[type="datepicker"]:focus, .ui-dialog form ul li textarea:focus { border-color: #aed1e9; box-shadow: none; }

/* line 714, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; border-radius: 4px; background-color: #5ea3d3; border: none; color: #ffffff; font-weight: 400; padding: 10px 20px; }

/* line 725, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:hover { background-image: none !important; background-color: #72aed8 !important; }

/* line 730, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child { background-image: none; box-shadow: none; text-shadow: none; box-shadow: none; background-color: #ffffff; border-radius: 4px; padding: 10px 20px; border-color: #E4E4E4; }

/* line 739, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover { background-image: none !important; background-color: #F4F4F4 !important; }

/* line 747, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .ui-widget-overlay { background: rgba(0, 0, 0, 0.7); }

/* line 752, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ form.filter_form .filter_form_field.filter_date_range .seperator { width: 10px; }

/* line 757, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .filter_form_field select { border-radius: 3px; }

/* line 763, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ input[type='radio']:before { content: ''; display: block; width: 50%; height: 50%; margin: 20% auto; border-radius: 50%; }

/* line 771, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ input[type='radio']:checked:before { background: #5ea3d3; }

/* line 776, vendor/bundle/ruby/3.3.0/gems/active_admin_theme-1.1.2/app/assets/stylesheets/wigu/active_admin_theme.scss */ .attributes_table table td .status_tag.empty { color: #ffffff; }

/* line 2, vendor/bundle/ruby/3.3.0/gems/active_admin_scoped_collection_actions-1.0.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */ .active_admin_dialog_mass_update_by_filter form { overflow-y: scroll; }

/* line 5, vendor/bundle/ruby/3.3.0/gems/active_admin_scoped_collection_actions-1.0.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */ .active_admin_dialog_mass_update_by_filter form li { display: block; margin: 10px 0 0 0; }

/* line 9, vendor/bundle/ruby/3.3.0/gems/active_admin_scoped_collection_actions-1.0.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */ .active_admin_dialog_mass_update_by_filter form input[type=text], .active_admin_dialog_mass_update_by_filter form input[type=datepicker], .active_admin_dialog_mass_update_by_filter form select { margin-top: 3px; display: block; }

/* line 13, vendor/bundle/ruby/3.3.0/gems/active_admin_scoped_collection_actions-1.0.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */ .active_admin_dialog_mass_update_by_filter form input[type=text], .active_admin_dialog_mass_update_by_filter form input[type=datepicker] { width: calc(100% - 20px); padding: 8px 10px 7px; }

/* line 17, vendor/bundle/ruby/3.3.0/gems/active_admin_scoped_collection_actions-1.0.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */ .active_admin_dialog_mass_update_by_filter form select { width: 100%; }

/* line 21, vendor/bundle/ruby/3.3.0/gems/active_admin_scoped_collection_actions-1.0.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */ .active_admin_dialog_mass_update_by_filter button { cursor: pointer; }

/* line 27, vendor/bundle/ruby/3.3.0/gems/active_admin_scoped_collection_actions-1.0.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */ .sidebar_section.panel .scoped_collection_action_button { cursor: pointer; margin: 10px 5px 0 0; }

/* line 30, vendor/bundle/ruby/3.3.0/gems/active_admin_scoped_collection_actions-1.0.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */ .sidebar_section.panel .scoped_collection_action_button:last-child { margin-right: 0; }

/* .icono-caret-left */
/* line 2, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar_pure_icons.scss */ .icono-caret-right, .icono-caret-left { height: 19px; width: 19px; }

/* line 7, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar_pure_icons.scss */ .icono-caret-right:before, .icono-caret-right:after, .icono-caret-left:before, .icono-caret-left:after { bottom: 1px; box-shadow: inset 0 0 0 32px; height: 2px; margin: auto 0; position: absolute; right: 6px; transform-origin: right; width: 8px; }

/* line 21, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar_pure_icons.scss */ .icono-caret-right:before, .icono-caret-left:before { top: 2px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/* line 30, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar_pure_icons.scss */ .icono-caret-right:after, .icono-caret-left:after { top: 0; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

/* line 39, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar_pure_icons.scss */ .icono-caret-left { -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

/* line 47, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar_pure_icons.scss */ [class*="icono-"] { direction: ltr; display: inline-block; font-style: normal; position: relative; text-align: left; text-indent: -9999px; vertical-align: middle; }

/* line 57, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar_pure_icons.scss */ [class*="icono-"]:before, [class*="icono-"]:after { content: ""; pointer-events: none; }

/* line 63, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar_pure_icons.scss */ [class*="icono-"], [class*="icono-"] * { box-sizing: border-box; }

/* line 5, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar #sidebar, body.active_admin #active_admin_content.collapsed_sidebar #sidebar { display: block; margin-left: 0; }

/* line 10, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar .paginated_collection_contents, body.active_admin #active_admin_content.collapsed_sidebar .paginated_collection_contents { clear: none; float: left; width: 100%; }

/* line 16, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar .blank_slate_container, body.active_admin #active_admin_content.collapsed_sidebar .blank_slate_container { clear: none; }

/* line 20, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar .columns, body.active_admin #active_admin_content.collapsed_sidebar .columns { clear: none; }

/* line 24, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar #main_content_wrapper, body.active_admin #active_admin_content.collapsed_sidebar #main_content_wrapper { float: inherit; margin-left: 298px; width: auto; }

/* line 28, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar #main_content_wrapper #main_content, body.active_admin #active_admin_content.collapsed_sidebar #main_content_wrapper #main_content { float: inherit; margin: 0; }

/* line 32, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar #main_content_wrapper #main_content .tabs .comments .active_admin_comment, body.active_admin #active_admin_content.collapsed_sidebar #main_content_wrapper #main_content .tabs .comments .active_admin_comment { clear: none; }

/* line 40, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar .table_tools:after, body.active_admin #active_admin_content.collapsed_sidebar .table_tools:after { clear: none; padding-bottom: 16px; }

/* line 45, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar .collapse_btn, body.active_admin #active_admin_content.left_sidebar .uncollapse_btn, body.active_admin #active_admin_content.collapsed_sidebar .collapse_btn, body.active_admin #active_admin_content.collapsed_sidebar .uncollapse_btn { background-color: #767270; border-radius: 5px; color: #ffffff; cursor: pointer; }

/* line 52, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar .collapse_btn, body.active_admin #active_admin_content.collapsed_sidebar .collapse_btn { clear: both; display: block; float: right; }

/* line 58, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.left_sidebar .uncollapse_btn, body.active_admin #active_admin_content.collapsed_sidebar .uncollapse_btn { display: none; margin-top: 5px; position: absolute; }

/* line 69, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.collapsed_sidebar #main_content_wrapper { margin-left: 30px; }

/* line 73, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.collapsed_sidebar #sidebar { display: none; }

/* line 77, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin #active_admin_content.collapsed_sidebar .uncollapse_btn { display: block; }

/* line 84, vendor/bundle/ruby/3.3.0/gems/active_admin_sidebar-1.1.0/app/assets/stylesheets/active_admin_sidebar.scss */ body.active_admin.index #active_admin_content.with_sidebar.collapsible_sidebar #main_content_wrapper #main_content { margin-right: 0; }

/* line 1, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker { box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506); background: #fff; border-bottom: 1px solid #bbb; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 1px solid #ccc; color: #333; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 8px; padding-left: 0; padding-top: 2px; position: absolute; z-index: 9999; -moz-box-sizing: border-box; box-sizing: border-box; display: none; }

/* line 19, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_rtl { padding: 8px 0 8px 8px; }

/* line 23, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker iframe { position: absolute; left: 0; top: 0; width: 75px; height: 210px; background: transparent; border: none; }

/*For IE8 or lower*/
/* line 34, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker button { border: none !important; }

/* line 38, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

/* line 48, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_noselect::selection { background: transparent; }

/* line 49, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_noselect::-moz-selection { background: transparent; }

/* line 51, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_inline { display: inline-block; position: static; box-shadow: none; }

/* line 57, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker * { -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }

/* line 64, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker { display: none; }

/* line 68, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active { display: block; }

/* line 72, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_datepicker { width: 224px; float: left; margin-left: 8px; }

/* line 77, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker { float: right; margin-right: 8px; margin-left: 0; }

/* line 83, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker { width: 256px; }

/* line 87, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_timepicker { width: 58px; float: left; text-align: center; margin-left: 8px; margin-top: 0; }

/* line 94, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker { float: right; margin-right: 8px; margin-left: 0; }

/* line 100, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker { margin-top: 8px; margin-bottom: 3px; }

/* line 105, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_monthpicker { position: relative; text-align: center; }

/* line 110, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

/* line 117, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label i { opacity: 0.5; background-position: -92px -19px; display: inline-block; width: 9px; height: 20px; vertical-align: middle; }

/* line 126, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_prev { float: left; background-position: -20px 0; }

/* line 130, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_today_button { float: left; background-position: -70px 0; margin-left: 5px; }

/* line 136, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_next { float: right; background-position: 0 0; }

/* line 141, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button { background-color: transparent; background-repeat: no-repeat; border: 0 none; cursor: pointer; display: block; height: 30px; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; outline: medium none; overflow: hidden; padding: 0; position: relative; text-indent: 100%; white-space: nowrap; width: 20px; min-width: 0; }

/* line 162, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next { float: none; background-position: -40px -15px; height: 15px; width: 30px; display: block; margin-left: 14px; margin-top: 7px; }

/* line 172, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next { float: none; margin-left: 0; margin-right: 14px; }

/* line 179, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev { background-position: -40px 0; margin-bottom: 7px; margin-top: 0; }

/* line 185, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box { height: 151px; overflow: hidden; border-bottom: 1px solid #ddd; }

/* line 191, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div { background: #f5f5f5; border-top: 1px solid #ddd; color: #666; font-size: 12px; text-align: center; border-collapse: collapse; cursor: pointer; border-bottom-width: 0; height: 25px; line-height: 25px; }

/* line 204, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child { border-top-width: 0; }

/* line 208, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* line 215, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label { display: inline; position: relative; z-index: 9999; margin: 0; padding: 5px 3px; font-size: 14px; line-height: 20px; font-weight: bold; background-color: #fff; float: left; width: 182px; text-align: center; cursor: pointer; }

/* line 231, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label:hover > span { text-decoration: underline; }

/* line 235, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label:hover i { opacity: 1.0; }

/* line 239, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select { border: 1px solid #ccc; position: absolute; right: 0; top: 30px; z-index: 101; display: none; background: #fff; max-height: 160px; overflow-y: hidden; }

/* line 251, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect { right: -7px; }

/* line 252, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect { right: 2px; }

/* line 253, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover { color: #fff; background: #ff8000; }

/* line 258, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option { padding: 2px 10px 2px 5px; text-decoration: none !important; }

/* line 263, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current { background: #33aaff; box-shadow: #178fe5 0 1px 3px 0 inset; color: #fff; font-weight: 700; }

/* line 270, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_month { width: 100px; text-align: right; }

/* line 275, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar { clear: both; }

/* line 279, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_year { width: 48px; margin-left: 5px; }

/* line 284, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar table { border-collapse: collapse; width: 100%; }

/* line 290, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td > div { padding-right: 5px; }

/* line 294, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar th { height: 25px; }

/* line 298, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th { width: 14.2857142%; background: #f5f5f5; border: 1px solid #ddd; color: #666; font-size: 12px; text-align: right; vertical-align: middle; padding: 0; border-collapse: collapse; cursor: pointer; height: 25px; }

/* line 311, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th { width: 12.5%; }

/* line 315, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar th { background: #f1f1f1; }

/* line 319, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today { color: #33aaff; }

/* line 323, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default { background: #ffe9d2; box-shadow: #ffb871 0 1px 4px 0 inset; color: #000; }

/* line 328, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint { background: #c1ffc9; box-shadow: #00dd1c 0 1px 4px 0 inset; color: #000; }

/* line 334, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { background: #33aaff; box-shadow: #178fe5 0 1px 3px 0 inset; color: #fff; font-weight: 700; }

/* line 343, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled { opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; cursor: default; }

/* line 351, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled { opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

/* line 356, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover { color: #fff !important; background: #ff8000 !important; box-shadow: none !important; }

/* line 363, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover { background: #33aaff !important; box-shadow: #178fe5 0 1px 3px 0 inset !important; color: #fff !important; }

/* line 370, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover { color: inherit	!important; background: inherit !important; box-shadow: inherit !important; }

/* line 377, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_calendar th { font-weight: 700; text-align: center; color: #999; cursor: default; }

/* line 384, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_copyright { color: #ccc !important; font-size: 10px; clear: both; float: none; margin-left: 8px; }

/* line 392, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important; }

/* line 393, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important; }

/* line 395, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_time_box { position: relative; border: 1px solid #ccc; }

/* line 399, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_scrollbar > .xdsoft_scroller { background: #ccc !important; height: 20px; border-radius: 3px; }

/* line 404, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_scrollbar { position: absolute; width: 7px; right: 0; top: 0; bottom: 0; cursor: pointer; }

/* line 412, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar { left: 0; right: auto; }

/* line 416, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_scroller_box { position: relative; }

/* line 420, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark { box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506); background: #000; border-bottom: 1px solid #444; border-left: 1px solid #333; border-right: 1px solid #333; border-top: 1px solid #333; color: #ccc; }

/* line 430, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box { border-bottom: 1px solid #222; }

/* line 433, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div { background: #0a0a0a; border-top: 1px solid #222; color: #999; }

/* line 439, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label { background-color: #000; }

/* line 442, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select { border: 1px solid #333; background: #000; }

/* line 447, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover { color: #000; background: #007fff; }

/* line 452, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current { background: #cc5500; box-shadow: #b03e00 0 1px 3px 0 inset; color: #000; }

/* line 458, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

/* line 465, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { background: #0a0a0a; border: 1px solid #222; color: #999; }

/* line 472, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { background: #0e0e0e; }

/* line 476, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today { color: #cc5500; }

/* line 480, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default { background: #ffe9d2; box-shadow: #ffb871 0 1px 4px 0 inset; color: #000; }

/* line 485, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint { background: #c1ffc9; box-shadow: #00dd1c 0 1px 4px 0 inset; color: #000; }

/* line 491, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { background: #cc5500; box-shadow: #b03e00 0 1px 3px 0 inset; color: #000; }

/* line 499, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover { color: #000 !important; background: #007fff !important; }

/* line 505, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th { color: #666; }

/* line 509, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important; }

/* line 510, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important; }

/* line 511, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important; }

/* line 513, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_dark .xdsoft_time_box { border: 1px solid #333; }

/* line 517, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller { background: #333 !important; }

/* line 520, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .xdsoft_save_selected { display: block; border: 1px solid #dddddd !important; margin-top: 5px; width: 100%; color: #454551; font-size: 13px; }

/* line 528, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .blue-gradient-button { font-family: "museo-sans", "Book Antiqua", sans-serif; font-size: 12px; font-weight: 300; color: #82878c; height: 28px; position: relative; padding: 4px 17px 4px 33px; border: 1px solid #d7d8da; background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%); /* IE10+ */ background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 ); /* IE6-9 */ }

/* line 552, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */ .xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span { color: #454551; background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%); /* IE10+ */ background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 ); /* IE6-9 */ }

/* line 6, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */ form.filter_form .filter_form_field.filter_date_time_range .seperator { display: inline-block; text-align: center; width: 12px; }

/* line 12, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */ form.filter_form .filter_form_field.filter_date_time_range input[type=text] { width: 86px; }

/* line 21, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */ div.xdsoft_datetimepicker .xdsoft_label i:hover, div.xdsoft_datetimepicker .xdsoft_today_button:hover, div.xdsoft_datetimepicker .xdsoft_next:hover, div.xdsoft_datetimepicker .xdsoft_prev:hover { background-color: #666; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

/* line 28, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */ div.xdsoft_datetimepicker .xdsoft_label i:hover { background-position: -92px -19px; }

/* line 31, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */ div.xdsoft_datetimepicker .xdsoft_today_button:hover { background-position: -70px 0; }

/* line 34, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */ div.xdsoft_datetimepicker .xdsoft_next:hover { background-position: 0 0; }

/* line 37, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */ div.xdsoft_datetimepicker .xdsoft_prev:hover { background-position: -20px 0; }

/* line 40, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */ div.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover { background-position: -40px -15px; }

/* line 43, vendor/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */ div.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover { background-position: -40px 0; }

/* line 1, vendor/bundle/ruby/3.3.0/bundler/gems/active_admin_date_range_preset-1bfb64ceb963/vendor/assets/stylesheets/active_admin_date_range_preset.scss */ form label.datetime_preset_filter_label .btn_timerange { float: right; margin: -2px 8px 0 0; text-decoration: none; border-bottom: 1px dashed; line-height: 1.4em; }

/* line 7, vendor/bundle/ruby/3.3.0/bundler/gems/active_admin_date_range_preset-1bfb64ceb963/vendor/assets/stylesheets/active_admin_date_range_preset.scss */ form label.datetime_preset_filter_label .btn_timerange:hover { border-bottom: 0 none; }

/* line 12, vendor/bundle/ruby/3.3.0/bundler/gems/active_admin_date_range_preset-1bfb64ceb963/vendor/assets/stylesheets/active_admin_date_range_preset.scss */ .block_timerange { position: absolute; display: block; border: 1px solid #000; padding: 5px 10px 5px 10px; text-align: center; background-color: #f4f4f4; }

/* line 19, vendor/bundle/ruby/3.3.0/bundler/gems/active_admin_date_range_preset-1bfb64ceb963/vendor/assets/stylesheets/active_admin_date_range_preset.scss */ .block_timerange > div { margin-top: 10px; }

/* line 21, vendor/bundle/ruby/3.3.0/bundler/gems/active_admin_date_range_preset-1bfb64ceb963/vendor/assets/stylesheets/active_admin_date_range_preset.scss */ .block_timerange > div:last-child { margin-bottom: 10px; }

/* line 24, vendor/bundle/ruby/3.3.0/bundler/gems/active_admin_date_range_preset-1bfb64ceb963/vendor/assets/stylesheets/active_admin_date_range_preset.scss */ .block_timerange > div span { color: #2e86cc; cursor: pointer; text-decoration: none; font-size: 14px; border-bottom: 1px dashed; }

/* line 30, vendor/bundle/ruby/3.3.0/bundler/gems/active_admin_date_range_preset-1bfb64ceb963/vendor/assets/stylesheets/active_admin_date_range_preset.scss */ .block_timerange > div span:hover { border-bottom: 0 none; }

/*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot); src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg"); font-weight: normal; font-style: normal; }

/* line 19, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; }

/* line 33, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-2x { font-size: 2em; }

/* line 36, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-3x { font-size: 3em; }

/* line 39, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-4x { font-size: 4em; }

/* line 42, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-5x { font-size: 5em; }

/* line 45, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fw { width: 1.28571429em; text-align: center; }

/* line 49, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }

/* line 54, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ul > li { position: relative; }

/* line 57, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; }

/* line 64, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-li.fa-lg { left: -1.85714286em; }

/* line 67, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; }

/* line 72, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pull-left { float: left; }

/* line 75, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pull-right { float: right; }

/* line 78, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa.fa-pull-left { margin-right: .3em; }

/* line 81, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa.fa-pull-right { margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .pull-right { float: right; }

/* line 88, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .pull-left { float: left; }

/* line 91, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa.pull-left { margin-right: .3em; }

/* line 94, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa.pull-right { margin-left: .3em; }

/* line 97, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

/* line 101, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 125, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

/* line 131, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

/* line 137, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

/* line 143, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

/* line 149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

/* line 155, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }

/* line 162, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

/* line 170, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

/* line 177, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-1x { line-height: inherit; }

/* line 180, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-2x { font-size: 2em; }

/* line 183, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-inverse { color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-glass:before { content: "\f000"; }

/* line 191, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-music:before { content: "\f001"; }

/* line 194, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-search:before { content: "\f002"; }

/* line 197, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope-o:before { content: "\f003"; }

/* line 200, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-heart:before { content: "\f004"; }

/* line 203, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-star:before { content: "\f005"; }

/* line 206, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-star-o:before { content: "\f006"; }

/* line 209, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-user:before { content: "\f007"; }

/* line 212, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-film:before { content: "\f008"; }

/* line 215, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-th-large:before { content: "\f009"; }

/* line 218, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-th:before { content: "\f00a"; }

/* line 221, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-th-list:before { content: "\f00b"; }

/* line 224, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-check:before { content: "\f00c"; }

/* line 227, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; }

/* line 232, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-search-plus:before { content: "\f00e"; }

/* line 235, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-search-minus:before { content: "\f010"; }

/* line 238, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-power-off:before { content: "\f011"; }

/* line 241, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-signal:before { content: "\f012"; }

/* line 244, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-gear:before, .fa-cog:before { content: "\f013"; }

/* line 248, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-trash-o:before { content: "\f014"; }

/* line 251, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-home:before { content: "\f015"; }

/* line 254, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-o:before { content: "\f016"; }

/* line 257, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-clock-o:before { content: "\f017"; }

/* line 260, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-road:before { content: "\f018"; }

/* line 263, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-download:before { content: "\f019"; }

/* line 266, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-o-down:before { content: "\f01a"; }

/* line 269, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-o-up:before { content: "\f01b"; }

/* line 272, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-inbox:before { content: "\f01c"; }

/* line 275, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-play-circle-o:before { content: "\f01d"; }

/* line 278, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }

/* line 282, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-refresh:before { content: "\f021"; }

/* line 285, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-list-alt:before { content: "\f022"; }

/* line 288, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-lock:before { content: "\f023"; }

/* line 291, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-flag:before { content: "\f024"; }

/* line 294, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-headphones:before { content: "\f025"; }

/* line 297, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-volume-off:before { content: "\f026"; }

/* line 300, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-volume-down:before { content: "\f027"; }

/* line 303, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-volume-up:before { content: "\f028"; }

/* line 306, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-qrcode:before { content: "\f029"; }

/* line 309, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-barcode:before { content: "\f02a"; }

/* line 312, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tag:before { content: "\f02b"; }

/* line 315, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tags:before { content: "\f02c"; }

/* line 318, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-book:before { content: "\f02d"; }

/* line 321, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bookmark:before { content: "\f02e"; }

/* line 324, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-print:before { content: "\f02f"; }

/* line 327, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-camera:before { content: "\f030"; }

/* line 330, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-font:before { content: "\f031"; }

/* line 333, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bold:before { content: "\f032"; }

/* line 336, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-italic:before { content: "\f033"; }

/* line 339, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-text-height:before { content: "\f034"; }

/* line 342, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-text-width:before { content: "\f035"; }

/* line 345, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-align-left:before { content: "\f036"; }

/* line 348, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-align-center:before { content: "\f037"; }

/* line 351, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-align-right:before { content: "\f038"; }

/* line 354, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-align-justify:before { content: "\f039"; }

/* line 357, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-list:before { content: "\f03a"; }

/* line 360, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-dedent:before, .fa-outdent:before { content: "\f03b"; }

/* line 364, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-indent:before { content: "\f03c"; }

/* line 367, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-video-camera:before { content: "\f03d"; }

/* line 370, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }

/* line 375, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pencil:before { content: "\f040"; }

/* line 378, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-map-marker:before { content: "\f041"; }

/* line 381, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-adjust:before { content: "\f042"; }

/* line 384, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tint:before { content: "\f043"; }

/* line 387, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }

/* line 391, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-share-square-o:before { content: "\f045"; }

/* line 394, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-check-square-o:before { content: "\f046"; }

/* line 397, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrows:before { content: "\f047"; }

/* line 400, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-step-backward:before { content: "\f048"; }

/* line 403, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fast-backward:before { content: "\f049"; }

/* line 406, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-backward:before { content: "\f04a"; }

/* line 409, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-play:before { content: "\f04b"; }

/* line 412, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pause:before { content: "\f04c"; }

/* line 415, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stop:before { content: "\f04d"; }

/* line 418, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-forward:before { content: "\f04e"; }

/* line 421, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fast-forward:before { content: "\f050"; }

/* line 424, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-step-forward:before { content: "\f051"; }

/* line 427, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-eject:before { content: "\f052"; }

/* line 430, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-left:before { content: "\f053"; }

/* line 433, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-right:before { content: "\f054"; }

/* line 436, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-plus-circle:before { content: "\f055"; }

/* line 439, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-minus-circle:before { content: "\f056"; }

/* line 442, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-times-circle:before { content: "\f057"; }

/* line 445, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-check-circle:before { content: "\f058"; }

/* line 448, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-question-circle:before { content: "\f059"; }

/* line 451, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-info-circle:before { content: "\f05a"; }

/* line 454, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-crosshairs:before { content: "\f05b"; }

/* line 457, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-times-circle-o:before { content: "\f05c"; }

/* line 460, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-check-circle-o:before { content: "\f05d"; }

/* line 463, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ban:before { content: "\f05e"; }

/* line 466, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-left:before { content: "\f060"; }

/* line 469, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-right:before { content: "\f061"; }

/* line 472, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-up:before { content: "\f062"; }

/* line 475, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-down:before { content: "\f063"; }

/* line 478, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mail-forward:before, .fa-share:before { content: "\f064"; }

/* line 482, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-expand:before { content: "\f065"; }

/* line 485, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-compress:before { content: "\f066"; }

/* line 488, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-plus:before { content: "\f067"; }

/* line 491, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-minus:before { content: "\f068"; }

/* line 494, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-asterisk:before { content: "\f069"; }

/* line 497, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-exclamation-circle:before { content: "\f06a"; }

/* line 500, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-gift:before { content: "\f06b"; }

/* line 503, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-leaf:before { content: "\f06c"; }

/* line 506, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fire:before { content: "\f06d"; }

/* line 509, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-eye:before { content: "\f06e"; }

/* line 512, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-eye-slash:before { content: "\f070"; }

/* line 515, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }

/* line 519, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-plane:before { content: "\f072"; }

/* line 522, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar:before { content: "\f073"; }

/* line 525, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-random:before { content: "\f074"; }

/* line 528, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-comment:before { content: "\f075"; }

/* line 531, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-magnet:before { content: "\f076"; }

/* line 534, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-up:before { content: "\f077"; }

/* line 537, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-down:before { content: "\f078"; }

/* line 540, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-retweet:before { content: "\f079"; }

/* line 543, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-shopping-cart:before { content: "\f07a"; }

/* line 546, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-folder:before { content: "\f07b"; }

/* line 549, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-folder-open:before { content: "\f07c"; }

/* line 552, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrows-v:before { content: "\f07d"; }

/* line 555, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrows-h:before { content: "\f07e"; }

/* line 558, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; }

/* line 562, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-twitter-square:before { content: "\f081"; }

/* line 565, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-facebook-square:before { content: "\f082"; }

/* line 568, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-camera-retro:before { content: "\f083"; }

/* line 571, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-key:before { content: "\f084"; }

/* line 574, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-gears:before, .fa-cogs:before { content: "\f085"; }

/* line 578, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-comments:before { content: "\f086"; }

/* line 581, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumbs-o-up:before { content: "\f087"; }

/* line 584, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumbs-o-down:before { content: "\f088"; }

/* line 587, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-star-half:before { content: "\f089"; }

/* line 590, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-heart-o:before { content: "\f08a"; }

/* line 593, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sign-out:before { content: "\f08b"; }

/* line 596, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-linkedin-square:before { content: "\f08c"; }

/* line 599, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumb-tack:before { content: "\f08d"; }

/* line 602, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-external-link:before { content: "\f08e"; }

/* line 605, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sign-in:before { content: "\f090"; }

/* line 608, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-trophy:before { content: "\f091"; }

/* line 611, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-github-square:before { content: "\f092"; }

/* line 614, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-upload:before { content: "\f093"; }

/* line 617, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-lemon-o:before { content: "\f094"; }

/* line 620, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-phone:before { content: "\f095"; }

/* line 623, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-square-o:before { content: "\f096"; }

/* line 626, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bookmark-o:before { content: "\f097"; }

/* line 629, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-phone-square:before { content: "\f098"; }

/* line 632, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-twitter:before { content: "\f099"; }

/* line 635, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; }

/* line 639, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-github:before { content: "\f09b"; }

/* line 642, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-unlock:before { content: "\f09c"; }

/* line 645, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-credit-card:before { content: "\f09d"; }

/* line 648, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-feed:before, .fa-rss:before { content: "\f09e"; }

/* line 652, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hdd-o:before { content: "\f0a0"; }

/* line 655, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bullhorn:before { content: "\f0a1"; }

/* line 658, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bell:before { content: "\f0f3"; }

/* line 661, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-certificate:before { content: "\f0a3"; }

/* line 664, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-o-right:before { content: "\f0a4"; }

/* line 667, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-o-left:before { content: "\f0a5"; }

/* line 670, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-o-up:before { content: "\f0a6"; }

/* line 673, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-o-down:before { content: "\f0a7"; }

/* line 676, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-left:before { content: "\f0a8"; }

/* line 679, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-right:before { content: "\f0a9"; }

/* line 682, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-up:before { content: "\f0aa"; }

/* line 685, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-down:before { content: "\f0ab"; }

/* line 688, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-globe:before { content: "\f0ac"; }

/* line 691, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wrench:before { content: "\f0ad"; }

/* line 694, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tasks:before { content: "\f0ae"; }

/* line 697, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-filter:before { content: "\f0b0"; }

/* line 700, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-briefcase:before { content: "\f0b1"; }

/* line 703, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrows-alt:before { content: "\f0b2"; }

/* line 706, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-group:before, .fa-users:before { content: "\f0c0"; }

/* line 710, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chain:before, .fa-link:before { content: "\f0c1"; }

/* line 714, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cloud:before { content: "\f0c2"; }

/* line 717, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-flask:before { content: "\f0c3"; }

/* line 720, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cut:before, .fa-scissors:before { content: "\f0c4"; }

/* line 724, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-copy:before, .fa-files-o:before { content: "\f0c5"; }

/* line 728, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-paperclip:before { content: "\f0c6"; }

/* line 731, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }

/* line 735, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-square:before { content: "\f0c8"; }

/* line 738, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }

/* line 743, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-list-ul:before { content: "\f0ca"; }

/* line 746, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-list-ol:before { content: "\f0cb"; }

/* line 749, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-strikethrough:before { content: "\f0cc"; }

/* line 752, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-underline:before { content: "\f0cd"; }

/* line 755, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-table:before { content: "\f0ce"; }

/* line 758, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-magic:before { content: "\f0d0"; }

/* line 761, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-truck:before { content: "\f0d1"; }

/* line 764, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pinterest:before { content: "\f0d2"; }

/* line 767, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pinterest-square:before { content: "\f0d3"; }

/* line 770, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-google-plus-square:before { content: "\f0d4"; }

/* line 773, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-google-plus:before { content: "\f0d5"; }

/* line 776, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-money:before { content: "\f0d6"; }

/* line 779, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-caret-down:before { content: "\f0d7"; }

/* line 782, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-caret-up:before { content: "\f0d8"; }

/* line 785, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-caret-left:before { content: "\f0d9"; }

/* line 788, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-caret-right:before { content: "\f0da"; }

/* line 791, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-columns:before { content: "\f0db"; }

/* line 794, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }

/* line 798, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }

/* line 802, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; }

/* line 806, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope:before { content: "\f0e0"; }

/* line 809, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-linkedin:before { content: "\f0e1"; }

/* line 812, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }

/* line 816, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-legal:before, .fa-gavel:before { content: "\f0e3"; }

/* line 820, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }

/* line 824, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-comment-o:before { content: "\f0e5"; }

/* line 827, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-comments-o:before { content: "\f0e6"; }

/* line 830, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-flash:before, .fa-bolt:before { content: "\f0e7"; }

/* line 834, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sitemap:before { content: "\f0e8"; }

/* line 837, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-umbrella:before { content: "\f0e9"; }

/* line 840, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }

/* line 844, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-lightbulb-o:before { content: "\f0eb"; }

/* line 847, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-exchange:before { content: "\f0ec"; }

/* line 850, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cloud-download:before { content: "\f0ed"; }

/* line 853, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cloud-upload:before { content: "\f0ee"; }

/* line 856, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-md:before { content: "\f0f0"; }

/* line 859, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stethoscope:before { content: "\f0f1"; }

/* line 862, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-suitcase:before { content: "\f0f2"; }

/* line 865, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bell-o:before { content: "\f0a2"; }

/* line 868, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-coffee:before { content: "\f0f4"; }

/* line 871, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cutlery:before { content: "\f0f5"; }

/* line 874, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-text-o:before { content: "\f0f6"; }

/* line 877, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-building-o:before { content: "\f0f7"; }

/* line 880, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hospital-o:before { content: "\f0f8"; }

/* line 883, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ambulance:before { content: "\f0f9"; }

/* line 886, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-medkit:before { content: "\f0fa"; }

/* line 889, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fighter-jet:before { content: "\f0fb"; }

/* line 892, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-beer:before { content: "\f0fc"; }

/* line 895, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-h-square:before { content: "\f0fd"; }

/* line 898, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-plus-square:before { content: "\f0fe"; }

/* line 901, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-double-left:before { content: "\f100"; }

/* line 904, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-double-right:before { content: "\f101"; }

/* line 907, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-double-up:before { content: "\f102"; }

/* line 910, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-double-down:before { content: "\f103"; }

/* line 913, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-left:before { content: "\f104"; }

/* line 916, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-right:before { content: "\f105"; }

/* line 919, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-up:before { content: "\f106"; }

/* line 922, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-down:before { content: "\f107"; }

/* line 925, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-desktop:before { content: "\f108"; }

/* line 928, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-laptop:before { content: "\f109"; }

/* line 931, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tablet:before { content: "\f10a"; }

/* line 934, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }

/* line 938, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-circle-o:before { content: "\f10c"; }

/* line 941, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-quote-left:before { content: "\f10d"; }

/* line 944, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-quote-right:before { content: "\f10e"; }

/* line 947, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-spinner:before { content: "\f110"; }

/* line 950, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-circle:before { content: "\f111"; }

/* line 953, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mail-reply:before, .fa-reply:before { content: "\f112"; }

/* line 957, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-github-alt:before { content: "\f113"; }

/* line 960, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-folder-o:before { content: "\f114"; }

/* line 963, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-folder-open-o:before { content: "\f115"; }

/* line 966, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-smile-o:before { content: "\f118"; }

/* line 969, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-frown-o:before { content: "\f119"; }

/* line 972, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-meh-o:before { content: "\f11a"; }

/* line 975, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-gamepad:before { content: "\f11b"; }

/* line 978, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-keyboard-o:before { content: "\f11c"; }

/* line 981, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-flag-o:before { content: "\f11d"; }

/* line 984, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-flag-checkered:before { content: "\f11e"; }

/* line 987, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-terminal:before { content: "\f120"; }

/* line 990, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-code:before { content: "\f121"; }

/* line 993, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; }

/* line 997, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }

/* line 1002, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-location-arrow:before { content: "\f124"; }

/* line 1005, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-crop:before { content: "\f125"; }

/* line 1008, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-code-fork:before { content: "\f126"; }

/* line 1011, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }

/* line 1015, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-question:before { content: "\f128"; }

/* line 1018, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-info:before { content: "\f129"; }

/* line 1021, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-exclamation:before { content: "\f12a"; }

/* line 1024, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-superscript:before { content: "\f12b"; }

/* line 1027, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-subscript:before { content: "\f12c"; }

/* line 1030, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-eraser:before { content: "\f12d"; }

/* line 1033, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-puzzle-piece:before { content: "\f12e"; }

/* line 1036, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-microphone:before { content: "\f130"; }

/* line 1039, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-microphone-slash:before { content: "\f131"; }

/* line 1042, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-shield:before { content: "\f132"; }

/* line 1045, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-o:before { content: "\f133"; }

/* line 1048, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fire-extinguisher:before { content: "\f134"; }

/* line 1051, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-rocket:before { content: "\f135"; }

/* line 1054, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-maxcdn:before { content: "\f136"; }

/* line 1057, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-circle-left:before { content: "\f137"; }

/* line 1060, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-circle-right:before { content: "\f138"; }

/* line 1063, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-circle-up:before { content: "\f139"; }

/* line 1066, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-circle-down:before { content: "\f13a"; }

/* line 1069, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-html5:before { content: "\f13b"; }

/* line 1072, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-css3:before { content: "\f13c"; }

/* line 1075, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-anchor:before { content: "\f13d"; }

/* line 1078, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-unlock-alt:before { content: "\f13e"; }

/* line 1081, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bullseye:before { content: "\f140"; }

/* line 1084, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ellipsis-h:before { content: "\f141"; }

/* line 1087, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ellipsis-v:before { content: "\f142"; }

/* line 1090, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-rss-square:before { content: "\f143"; }

/* line 1093, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-play-circle:before { content: "\f144"; }

/* line 1096, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ticket:before { content: "\f145"; }

/* line 1099, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-minus-square:before { content: "\f146"; }

/* line 1102, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-minus-square-o:before { content: "\f147"; }

/* line 1105, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-level-up:before { content: "\f148"; }

/* line 1108, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-level-down:before { content: "\f149"; }

/* line 1111, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-check-square:before { content: "\f14a"; }

/* line 1114, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pencil-square:before { content: "\f14b"; }

/* line 1117, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-external-link-square:before { content: "\f14c"; }

/* line 1120, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-share-square:before { content: "\f14d"; }

/* line 1123, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-compass:before { content: "\f14e"; }

/* line 1126, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }

/* line 1130, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }

/* line 1134, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }

/* line 1138, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-euro:before, .fa-eur:before { content: "\f153"; }

/* line 1142, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-gbp:before { content: "\f154"; }

/* line 1145, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-dollar:before, .fa-usd:before { content: "\f155"; }

/* line 1149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-rupee:before, .fa-inr:before { content: "\f156"; }

/* line 1153, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }

/* line 1159, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }

/* line 1164, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-won:before, .fa-krw:before { content: "\f159"; }

/* line 1168, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }

/* line 1172, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file:before { content: "\f15b"; }

/* line 1175, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-text:before { content: "\f15c"; }

/* line 1178, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-alpha-asc:before { content: "\f15d"; }

/* line 1181, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-alpha-desc:before { content: "\f15e"; }

/* line 1184, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-amount-asc:before { content: "\f160"; }

/* line 1187, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-amount-desc:before { content: "\f161"; }

/* line 1190, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-numeric-asc:before { content: "\f162"; }

/* line 1193, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-numeric-desc:before { content: "\f163"; }

/* line 1196, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumbs-up:before { content: "\f164"; }

/* line 1199, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumbs-down:before { content: "\f165"; }

/* line 1202, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-youtube-square:before { content: "\f166"; }

/* line 1205, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-youtube:before { content: "\f167"; }

/* line 1208, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-xing:before { content: "\f168"; }

/* line 1211, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-xing-square:before { content: "\f169"; }

/* line 1214, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-youtube-play:before { content: "\f16a"; }

/* line 1217, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-dropbox:before { content: "\f16b"; }

/* line 1220, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-overflow:before { content: "\f16c"; }

/* line 1223, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-instagram:before { content: "\f16d"; }

/* line 1226, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-flickr:before { content: "\f16e"; }

/* line 1229, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-adn:before { content: "\f170"; }

/* line 1232, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bitbucket:before { content: "\f171"; }

/* line 1235, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bitbucket-square:before { content: "\f172"; }

/* line 1238, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tumblr:before { content: "\f173"; }

/* line 1241, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tumblr-square:before { content: "\f174"; }

/* line 1244, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-long-arrow-down:before { content: "\f175"; }

/* line 1247, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-long-arrow-up:before { content: "\f176"; }

/* line 1250, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-long-arrow-left:before { content: "\f177"; }

/* line 1253, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-long-arrow-right:before { content: "\f178"; }

/* line 1256, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-apple:before { content: "\f179"; }

/* line 1259, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-windows:before { content: "\f17a"; }

/* line 1262, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-android:before { content: "\f17b"; }

/* line 1265, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-linux:before { content: "\f17c"; }

/* line 1268, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-dribbble:before { content: "\f17d"; }

/* line 1271, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-skype:before { content: "\f17e"; }

/* line 1274, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-foursquare:before { content: "\f180"; }

/* line 1277, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-trello:before { content: "\f181"; }

/* line 1280, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-female:before { content: "\f182"; }

/* line 1283, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-male:before { content: "\f183"; }

/* line 1286, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-gittip:before, .fa-gratipay:before { content: "\f184"; }

/* line 1290, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sun-o:before { content: "\f185"; }

/* line 1293, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-moon-o:before { content: "\f186"; }

/* line 1296, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-archive:before { content: "\f187"; }

/* line 1299, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bug:before { content: "\f188"; }

/* line 1302, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-vk:before { content: "\f189"; }

/* line 1305, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-weibo:before { content: "\f18a"; }

/* line 1308, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-renren:before { content: "\f18b"; }

/* line 1311, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pagelines:before { content: "\f18c"; }

/* line 1314, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-exchange:before { content: "\f18d"; }

/* line 1317, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-o-right:before { content: "\f18e"; }

/* line 1320, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-o-left:before { content: "\f190"; }

/* line 1323, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }

/* line 1327, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-dot-circle-o:before { content: "\f192"; }

/* line 1330, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wheelchair:before { content: "\f193"; }

/* line 1333, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-vimeo-square:before { content: "\f194"; }

/* line 1336, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-turkish-lira:before, .fa-try:before { content: "\f195"; }

/* line 1340, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-plus-square-o:before { content: "\f196"; }

/* line 1343, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-space-shuttle:before { content: "\f197"; }

/* line 1346, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-slack:before { content: "\f198"; }

/* line 1349, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope-square:before { content: "\f199"; }

/* line 1352, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wordpress:before { content: "\f19a"; }

/* line 1355, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-openid:before { content: "\f19b"; }

/* line 1358, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; }

/* line 1363, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; }

/* line 1367, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-yahoo:before { content: "\f19e"; }

/* line 1370, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-google:before { content: "\f1a0"; }

/* line 1373, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-reddit:before { content: "\f1a1"; }

/* line 1376, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-reddit-square:before { content: "\f1a2"; }

/* line 1379, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stumbleupon-circle:before { content: "\f1a3"; }

/* line 1382, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stumbleupon:before { content: "\f1a4"; }

/* line 1385, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-delicious:before { content: "\f1a5"; }

/* line 1388, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-digg:before { content: "\f1a6"; }

/* line 1391, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pied-piper-pp:before { content: "\f1a7"; }

/* line 1394, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pied-piper-alt:before { content: "\f1a8"; }

/* line 1397, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-drupal:before { content: "\f1a9"; }

/* line 1400, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-joomla:before { content: "\f1aa"; }

/* line 1403, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-language:before { content: "\f1ab"; }

/* line 1406, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fax:before { content: "\f1ac"; }

/* line 1409, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-building:before { content: "\f1ad"; }

/* line 1412, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-child:before { content: "\f1ae"; }

/* line 1415, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-paw:before { content: "\f1b0"; }

/* line 1418, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-spoon:before { content: "\f1b1"; }

/* line 1421, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cube:before { content: "\f1b2"; }

/* line 1424, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cubes:before { content: "\f1b3"; }

/* line 1427, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-behance:before { content: "\f1b4"; }

/* line 1430, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-behance-square:before { content: "\f1b5"; }

/* line 1433, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-steam:before { content: "\f1b6"; }

/* line 1436, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-steam-square:before { content: "\f1b7"; }

/* line 1439, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-recycle:before { content: "\f1b8"; }

/* line 1442, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-automobile:before, .fa-car:before { content: "\f1b9"; }

/* line 1446, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cab:before, .fa-taxi:before { content: "\f1ba"; }

/* line 1450, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tree:before { content: "\f1bb"; }

/* line 1453, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-spotify:before { content: "\f1bc"; }

/* line 1456, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-deviantart:before { content: "\f1bd"; }

/* line 1459, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-soundcloud:before { content: "\f1be"; }

/* line 1462, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-database:before { content: "\f1c0"; }

/* line 1465, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-pdf-o:before { content: "\f1c1"; }

/* line 1468, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-word-o:before { content: "\f1c2"; }

/* line 1471, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-excel-o:before { content: "\f1c3"; }

/* line 1474, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-powerpoint-o:before { content: "\f1c4"; }

/* line 1477, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; }

/* line 1482, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; }

/* line 1486, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; }

/* line 1490, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; }

/* line 1494, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-code-o:before { content: "\f1c9"; }

/* line 1497, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-vine:before { content: "\f1ca"; }

/* line 1500, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-codepen:before { content: "\f1cb"; }

/* line 1503, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-jsfiddle:before { content: "\f1cc"; }

/* line 1506, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; }

/* line 1513, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-circle-o-notch:before { content: "\f1ce"; }

/* line 1516, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; }

/* line 1521, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ge:before, .fa-empire:before { content: "\f1d1"; }

/* line 1525, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-git-square:before { content: "\f1d2"; }

/* line 1528, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-git:before { content: "\f1d3"; }

/* line 1531, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; }

/* line 1536, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tencent-weibo:before { content: "\f1d5"; }

/* line 1539, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-qq:before { content: "\f1d6"; }

/* line 1542, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; }

/* line 1546, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }

/* line 1550, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }

/* line 1554, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-history:before { content: "\f1da"; }

/* line 1557, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-circle-thin:before { content: "\f1db"; }

/* line 1560, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-header:before { content: "\f1dc"; }

/* line 1563, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-paragraph:before { content: "\f1dd"; }

/* line 1566, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sliders:before { content: "\f1de"; }

/* line 1569, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-share-alt:before { content: "\f1e0"; }

/* line 1572, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-share-alt-square:before { content: "\f1e1"; }

/* line 1575, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bomb:before { content: "\f1e2"; }

/* line 1578, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; }

/* line 1582, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tty:before { content: "\f1e4"; }

/* line 1585, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-binoculars:before { content: "\f1e5"; }

/* line 1588, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-plug:before { content: "\f1e6"; }

/* line 1591, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-slideshare:before { content: "\f1e7"; }

/* line 1594, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-twitch:before { content: "\f1e8"; }

/* line 1597, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-yelp:before { content: "\f1e9"; }

/* line 1600, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-newspaper-o:before { content: "\f1ea"; }

/* line 1603, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wifi:before { content: "\f1eb"; }

/* line 1606, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-calculator:before { content: "\f1ec"; }

/* line 1609, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-paypal:before { content: "\f1ed"; }

/* line 1612, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-google-wallet:before { content: "\f1ee"; }

/* line 1615, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-visa:before { content: "\f1f0"; }

/* line 1618, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-mastercard:before { content: "\f1f1"; }

/* line 1621, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-discover:before { content: "\f1f2"; }

/* line 1624, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-amex:before { content: "\f1f3"; }

/* line 1627, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-paypal:before { content: "\f1f4"; }

/* line 1630, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-stripe:before { content: "\f1f5"; }

/* line 1633, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bell-slash:before { content: "\f1f6"; }

/* line 1636, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bell-slash-o:before { content: "\f1f7"; }

/* line 1639, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-trash:before { content: "\f1f8"; }

/* line 1642, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-copyright:before { content: "\f1f9"; }

/* line 1645, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-at:before { content: "\f1fa"; }

/* line 1648, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-eyedropper:before { content: "\f1fb"; }

/* line 1651, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-paint-brush:before { content: "\f1fc"; }

/* line 1654, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-birthday-cake:before { content: "\f1fd"; }

/* line 1657, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-area-chart:before { content: "\f1fe"; }

/* line 1660, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pie-chart:before { content: "\f200"; }

/* line 1663, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-line-chart:before { content: "\f201"; }

/* line 1666, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-lastfm:before { content: "\f202"; }

/* line 1669, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-lastfm-square:before { content: "\f203"; }

/* line 1672, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-off:before { content: "\f204"; }

/* line 1675, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-on:before { content: "\f205"; }

/* line 1678, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bicycle:before { content: "\f206"; }

/* line 1681, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bus:before { content: "\f207"; }

/* line 1684, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ioxhost:before { content: "\f208"; }

/* line 1687, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-angellist:before { content: "\f209"; }

/* line 1690, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc:before { content: "\f20a"; }

/* line 1693, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; }

/* line 1698, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-meanpath:before { content: "\f20c"; }

/* line 1701, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-buysellads:before { content: "\f20d"; }

/* line 1704, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-connectdevelop:before { content: "\f20e"; }

/* line 1707, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-dashcube:before { content: "\f210"; }

/* line 1710, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-forumbee:before { content: "\f211"; }

/* line 1713, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-leanpub:before { content: "\f212"; }

/* line 1716, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sellsy:before { content: "\f213"; }

/* line 1719, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-shirtsinbulk:before { content: "\f214"; }

/* line 1722, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-simplybuilt:before { content: "\f215"; }

/* line 1725, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-skyatlas:before { content: "\f216"; }

/* line 1728, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cart-plus:before { content: "\f217"; }

/* line 1731, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cart-arrow-down:before { content: "\f218"; }

/* line 1734, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-diamond:before { content: "\f219"; }

/* line 1737, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ship:before { content: "\f21a"; }

/* line 1740, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-secret:before { content: "\f21b"; }

/* line 1743, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-motorcycle:before { content: "\f21c"; }

/* line 1746, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-street-view:before { content: "\f21d"; }

/* line 1749, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-heartbeat:before { content: "\f21e"; }

/* line 1752, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-venus:before { content: "\f221"; }

/* line 1755, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars:before { content: "\f222"; }

/* line 1758, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mercury:before { content: "\f223"; }

/* line 1761, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-intersex:before, .fa-transgender:before { content: "\f224"; }

/* line 1765, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-transgender-alt:before { content: "\f225"; }

/* line 1768, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-venus-double:before { content: "\f226"; }

/* line 1771, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars-double:before { content: "\f227"; }

/* line 1774, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-venus-mars:before { content: "\f228"; }

/* line 1777, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars-stroke:before { content: "\f229"; }

/* line 1780, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars-stroke-v:before { content: "\f22a"; }

/* line 1783, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars-stroke-h:before { content: "\f22b"; }

/* line 1786, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-neuter:before { content: "\f22c"; }

/* line 1789, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-genderless:before { content: "\f22d"; }

/* line 1792, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-facebook-official:before { content: "\f230"; }

/* line 1795, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pinterest-p:before { content: "\f231"; }

/* line 1798, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-whatsapp:before { content: "\f232"; }

/* line 1801, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-server:before { content: "\f233"; }

/* line 1804, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-plus:before { content: "\f234"; }

/* line 1807, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-times:before { content: "\f235"; }

/* line 1810, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hotel:before, .fa-bed:before { content: "\f236"; }

/* line 1814, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-viacoin:before { content: "\f237"; }

/* line 1817, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-train:before { content: "\f238"; }

/* line 1820, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-subway:before { content: "\f239"; }

/* line 1823, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-medium:before { content: "\f23a"; }

/* line 1826, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; }

/* line 1830, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-optin-monster:before { content: "\f23c"; }

/* line 1833, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-opencart:before { content: "\f23d"; }

/* line 1836, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-expeditedssl:before { content: "\f23e"; }

/* line 1839, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; }

/* line 1844, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; }

/* line 1848, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; }

/* line 1852, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; }

/* line 1856, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; }

/* line 1860, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mouse-pointer:before { content: "\f245"; }

/* line 1863, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-i-cursor:before { content: "\f246"; }

/* line 1866, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-object-group:before { content: "\f247"; }

/* line 1869, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-object-ungroup:before { content: "\f248"; }

/* line 1872, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sticky-note:before { content: "\f249"; }

/* line 1875, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-sticky-note-o:before { content: "\f24a"; }

/* line 1878, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-jcb:before { content: "\f24b"; }

/* line 1881, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-diners-club:before { content: "\f24c"; }

/* line 1884, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-clone:before { content: "\f24d"; }

/* line 1887, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-balance-scale:before { content: "\f24e"; }

/* line 1890, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass-o:before { content: "\f250"; }

/* line 1893, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; }

/* line 1897, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; }

/* line 1901, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; }

/* line 1905, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass:before { content: "\f254"; }

/* line 1908, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; }

/* line 1912, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; }

/* line 1916, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-scissors-o:before { content: "\f257"; }

/* line 1919, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-lizard-o:before { content: "\f258"; }

/* line 1922, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-spock-o:before { content: "\f259"; }

/* line 1925, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-pointer-o:before { content: "\f25a"; }

/* line 1928, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-peace-o:before { content: "\f25b"; }

/* line 1931, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-trademark:before { content: "\f25c"; }

/* line 1934, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-registered:before { content: "\f25d"; }

/* line 1937, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-creative-commons:before { content: "\f25e"; }

/* line 1940, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-gg:before { content: "\f260"; }

/* line 1943, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-gg-circle:before { content: "\f261"; }

/* line 1946, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tripadvisor:before { content: "\f262"; }

/* line 1949, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-odnoklassniki:before { content: "\f263"; }

/* line 1952, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-odnoklassniki-square:before { content: "\f264"; }

/* line 1955, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-get-pocket:before { content: "\f265"; }

/* line 1958, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wikipedia-w:before { content: "\f266"; }

/* line 1961, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-safari:before { content: "\f267"; }

/* line 1964, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-chrome:before { content: "\f268"; }

/* line 1967, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-firefox:before { content: "\f269"; }

/* line 1970, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-opera:before { content: "\f26a"; }

/* line 1973, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-internet-explorer:before { content: "\f26b"; }

/* line 1976, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-tv:before, .fa-television:before { content: "\f26c"; }

/* line 1980, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-contao:before { content: "\f26d"; }

/* line 1983, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-500px:before { content: "\f26e"; }

/* line 1986, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-amazon:before { content: "\f270"; }

/* line 1989, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-plus-o:before { content: "\f271"; }

/* line 1992, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-minus-o:before { content: "\f272"; }

/* line 1995, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-times-o:before { content: "\f273"; }

/* line 1998, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-check-o:before { content: "\f274"; }

/* line 2001, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-industry:before { content: "\f275"; }

/* line 2004, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-map-pin:before { content: "\f276"; }

/* line 2007, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-map-signs:before { content: "\f277"; }

/* line 2010, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-map-o:before { content: "\f278"; }

/* line 2013, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-map:before { content: "\f279"; }

/* line 2016, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-commenting:before { content: "\f27a"; }

/* line 2019, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-commenting-o:before { content: "\f27b"; }

/* line 2022, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-houzz:before { content: "\f27c"; }

/* line 2025, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-vimeo:before { content: "\f27d"; }

/* line 2028, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-black-tie:before { content: "\f27e"; }

/* line 2031, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fonticons:before { content: "\f280"; }

/* line 2034, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-reddit-alien:before { content: "\f281"; }

/* line 2037, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-edge:before { content: "\f282"; }

/* line 2040, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-credit-card-alt:before { content: "\f283"; }

/* line 2043, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-codiepie:before { content: "\f284"; }

/* line 2046, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-modx:before { content: "\f285"; }

/* line 2049, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fort-awesome:before { content: "\f286"; }

/* line 2052, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-usb:before { content: "\f287"; }

/* line 2055, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-product-hunt:before { content: "\f288"; }

/* line 2058, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-mixcloud:before { content: "\f289"; }

/* line 2061, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-scribd:before { content: "\f28a"; }

/* line 2064, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pause-circle:before { content: "\f28b"; }

/* line 2067, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pause-circle-o:before { content: "\f28c"; }

/* line 2070, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stop-circle:before { content: "\f28d"; }

/* line 2073, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-stop-circle-o:before { content: "\f28e"; }

/* line 2076, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-shopping-bag:before { content: "\f290"; }

/* line 2079, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-shopping-basket:before { content: "\f291"; }

/* line 2082, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-hashtag:before { content: "\f292"; }

/* line 2085, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bluetooth:before { content: "\f293"; }

/* line 2088, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bluetooth-b:before { content: "\f294"; }

/* line 2091, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-percent:before { content: "\f295"; }

/* line 2094, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-gitlab:before { content: "\f296"; }

/* line 2097, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wpbeginner:before { content: "\f297"; }

/* line 2100, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wpforms:before { content: "\f298"; }

/* line 2103, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-envira:before { content: "\f299"; }

/* line 2106, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-universal-access:before { content: "\f29a"; }

/* line 2109, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wheelchair-alt:before { content: "\f29b"; }

/* line 2112, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-question-circle-o:before { content: "\f29c"; }

/* line 2115, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-blind:before { content: "\f29d"; }

/* line 2118, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-audio-description:before { content: "\f29e"; }

/* line 2121, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-volume-control-phone:before { content: "\f2a0"; }

/* line 2124, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-braille:before { content: "\f2a1"; }

/* line 2127, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-assistive-listening-systems:before { content: "\f2a2"; }

/* line 2130, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; }

/* line 2134, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; }

/* line 2139, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-glide:before { content: "\f2a5"; }

/* line 2142, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-glide-g:before { content: "\f2a6"; }

/* line 2145, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; }

/* line 2149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-low-vision:before { content: "\f2a8"; }

/* line 2152, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-viadeo:before { content: "\f2a9"; }

/* line 2155, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-viadeo-square:before { content: "\f2aa"; }

/* line 2158, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-snapchat:before { content: "\f2ab"; }

/* line 2161, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-snapchat-ghost:before { content: "\f2ac"; }

/* line 2164, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-snapchat-square:before { content: "\f2ad"; }

/* line 2167, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-pied-piper:before { content: "\f2ae"; }

/* line 2170, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-first-order:before { content: "\f2b0"; }

/* line 2173, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-yoast:before { content: "\f2b1"; }

/* line 2176, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-themeisle:before { content: "\f2b2"; }

/* line 2179, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; }

/* line 2183, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; }

/* line 2187, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-handshake-o:before { content: "\f2b5"; }

/* line 2190, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope-open:before { content: "\f2b6"; }

/* line 2193, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope-open-o:before { content: "\f2b7"; }

/* line 2196, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-linode:before { content: "\f2b8"; }

/* line 2199, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-address-book:before { content: "\f2b9"; }

/* line 2202, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-address-book-o:before { content: "\f2ba"; }

/* line 2205, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; }

/* line 2209, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; }

/* line 2213, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-circle:before { content: "\f2bd"; }

/* line 2216, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-circle-o:before { content: "\f2be"; }

/* line 2219, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-o:before { content: "\f2c0"; }

/* line 2222, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-id-badge:before { content: "\f2c1"; }

/* line 2225, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; }

/* line 2229, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; }

/* line 2233, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-quora:before { content: "\f2c4"; }

/* line 2236, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-free-code-camp:before { content: "\f2c5"; }

/* line 2239, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-telegram:before { content: "\f2c6"; }

/* line 2242, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; }

/* line 2247, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; }

/* line 2251, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; }

/* line 2255, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; }

/* line 2259, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; }

/* line 2263, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-shower:before { content: "\f2cc"; }

/* line 2266, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; }

/* line 2271, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-podcast:before { content: "\f2ce"; }

/* line 2274, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-window-maximize:before { content: "\f2d0"; }

/* line 2277, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-window-minimize:before { content: "\f2d1"; }

/* line 2280, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-window-restore:before { content: "\f2d2"; }

/* line 2283, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; }

/* line 2287, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; }

/* line 2291, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-bandcamp:before { content: "\f2d5"; }

/* line 2294, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-grav:before { content: "\f2d6"; }

/* line 2297, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-etsy:before { content: "\f2d7"; }

/* line 2300, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-imdb:before { content: "\f2d8"; }

/* line 2303, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-ravelry:before { content: "\f2d9"; }

/* line 2306, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-eercast:before { content: "\f2da"; }

/* line 2309, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-microchip:before { content: "\f2db"; }

/* line 2312, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-snowflake-o:before { content: "\f2dc"; }

/* line 2315, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-superpowers:before { content: "\f2dd"; }

/* line 2318, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-wpexplorer:before { content: "\f2de"; }

/* line 2321, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .fa-meetup:before { content: "\f2e0"; }

/* line 2324, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

/* line 2334, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */ .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

/* line 1, app/assets/stylesheets/active_admin/components/active_admin_scoped_collection_actions.scss */ .ui-dialog.active_admin_dialog_mass_update_by_filter { width: auto !important; }

/* line 3, app/assets/stylesheets/active_admin/components/active_admin_scoped_collection_actions.scss */ .ui-dialog.active_admin_dialog_mass_update_by_filter form ul li { line-height: 30px; }

/* line 6, app/assets/stylesheets/active_admin/components/active_admin_scoped_collection_actions.scss */ .ui-dialog.active_admin_dialog_mass_update_by_filter form ul li label, .ui-dialog.active_admin_dialog_mass_update_by_filter form ul li select, .ui-dialog.active_admin_dialog_mass_update_by_filter form ul li input { display: inline-block; }

/* line 9, app/assets/stylesheets/active_admin/components/active_admin_scoped_collection_actions.scss */ .ui-dialog.active_admin_dialog_mass_update_by_filter form ul li select, .ui-dialog.active_admin_dialog_mass_update_by_filter form ul li input:not([type='checkbox']) { float: right; width: 235px; }

/* line 13, app/assets/stylesheets/active_admin/components/active_admin_scoped_collection_actions.scss */ .ui-dialog.active_admin_dialog_mass_update_by_filter form ul li select { width: 255px; }

/* line 20, app/assets/stylesheets/active_admin/components/active_admin_scoped_collection_actions.scss */ .active_admin_dialog_mass_update_by_filter form ul li input[type='datepicker'] { height: 30px; }

/* line 24, app/assets/stylesheets/active_admin/components/active_admin_scoped_collection_actions.scss */ button.scoped_collection_action_button { background-image: none; border: none; box-shadow: none; text-shadow: none; border-radius: 4px; background-color: #5ea3d3; border: none; color: #ffffff; font-weight: 600; }

/* line 34, app/assets/stylesheets/active_admin/components/active_admin_scoped_collection_actions.scss */ button.scoped_collection_action_button:hover { background-color: #72aed8 !important; background-image: none; }

/* line 2, app/assets/stylesheets/active_admin/components/status_tags.scss */ .status_tag.ok, .status_tag.published, .status_tag.complete, .status_tag.completed, .status_tag.green, .status_tag.yes { background: #8daa92; }

/* line 3, app/assets/stylesheets/active_admin/components/status_tags.scss */ .status_tag.notice, .status_tag.blue { background: #6090DB; }

/* line 4, app/assets/stylesheets/active_admin/components/status_tags.scss */ .status_tag.warn, .status_tag.warning, .status_tag.orange { background: #e29b20; }

/* line 5, app/assets/stylesheets/active_admin/components/status_tags.scss */ .status_tag.error, .status_tag.errored, .status_tag.red { background: #d45f53; }

/* line 6, app/assets/stylesheets/active_admin/components/status_tags.scss */ .status_tag.empty, .status_tag.unknown, .status_tag.none { background: unset; color: #bbbbbb; font-weight: bold; font-size: 0.8em; }

/* line 1, app/assets/stylesheets/vendor/highlightjs/default.css */ pre code.hljs { display: block; overflow-x: auto; padding: 1em; }

/* line 6, app/assets/stylesheets/vendor/highlightjs/default.css */ code.hljs { padding: 3px 5px; }

/*! Theme: Default Description: Original highlight.js style Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org> Maintainer: @highlightjs/core-team Website: https://highlightjs.org/ License: see project LICENSE Touched: 2021 */
/*
This is left on purpose making default.css the single file that can be lifted
as-is from the repository directly without the need for a build step

Typically this "required" baseline CSS is added by `makestuff.js` during build.
*/
/* line 24, app/assets/stylesheets/vendor/highlightjs/default.css */ pre code.hljs { display: block; overflow-x: auto; padding: 1em; }

/* line 29, app/assets/stylesheets/vendor/highlightjs/default.css */ code.hljs { padding: 3px 5px; }

/* end baseline CSS */
/* line 33, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs { background: #F3F3F3; color: #444; }

/* Base color: saturation 0; */
/* line 38, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-subst { /* default */ }

/* purposely ignored */
/* line 49, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-comment { color: #697070; }

/* line 52, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-tag, .hljs-punctuation { color: #444a; }

/* line 56, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-tag .hljs-name, .hljs-tag .hljs-attr { color: #444; }

/* line 60, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta .hljs-keyword, .hljs-doctag, .hljs-name { font-weight: bold; }

/* User color: hue: 0 */
/* line 69, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion { color: #880000; }

/* line 79, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-title, .hljs-section { color: #880000; font-weight: bold; }

/* line 84, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-operator, .hljs-selector-pseudo { color: #ab5656; }

/* Language color: hue: 90; */
/* line 95, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-literal { color: #695; }

/* line 98, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition { color: #397300; }

/* Meta color: hue: 200 */
/* line 105, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-meta { color: #1f7199; }

/* line 108, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-meta .hljs-string { color: #38a; }

/* Misc effects */
/* line 112, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-emphasis { font-style: italic; }

/* line 115, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-strong { font-weight: bold; }

/* line 118, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-number { color: #1f7199; }

/* line 121, app/assets/stylesheets/vendor/highlightjs/default.css */ .hljs-attr { color: #000000; }

/* line 27, app/assets/stylesheets/active_admin.css.scss */ fieldset.inputs input.date-time-picker { width: 286px; }

/* line 33, app/assets/stylesheets/active_admin.css.scss */ .panel > h3 { margin-top: 0; }

/* line 46, app/assets/stylesheets/active_admin.css.scss */ .ui-helper-hidden-accessible { display: none; }

/* line 50, app/assets/stylesheets/active_admin.css.scss */ .attributes_table table th, .attributes_table table td { padding: 5px 0; }

/* line 54, app/assets/stylesheets/active_admin.css.scss */ .attributes_table table th { width: 200px; }

/* line 58, app/assets/stylesheets/active_admin.css.scss */ form fieldset ol > li { padding: 5px 10px; }

/* line 65, app/assets/stylesheets/active_admin.css.scss */ form.filter_form .filter_form_field.select_and_search input.search_filter_string[type=text] { margin-left: 0px; width: 218px; }

/* line 70, app/assets/stylesheets/active_admin.css.scss */ #wrapper .sidebar_section.panel .filter_form_field input { border: 1px solid #A1A7B2; background-color: #fdfefe; }

/* line 75, app/assets/stylesheets/active_admin.css.scss */ .sidebar_section { margin-bottom: 14px; }

/* line 80, app/assets/stylesheets/active_admin.css.scss */ #wrapper .flashes .flash_ok_message { background-color: #4676c1; border-bottom: 2px solid #243c63; }

/* line 85, app/assets/stylesheets/active_admin.css.scss */ #wrapper .flashes .flash_notice_message { background-color: #669148; border-bottom: 2px solid #496834; }

/* line 90, app/assets/stylesheets/active_admin.css.scss */ #wrapper .flashes .flash_warning_message { background-color: #BDBC45; border-bottom: 2px solid #6f6e29; }

/* line 95, app/assets/stylesheets/active_admin.css.scss */ #wrapper .flashes .flash_error_message { background-color: #CD3333; border-bottom: 2px solid #731c1c; }

/* line 100, app/assets/stylesheets/active_admin.css.scss */ #wrapper .flashes .flash_alert { background-color: #d87543; }

/* line 104, app/assets/stylesheets/active_admin.css.scss */ #wrapper .flashes .flash_authorize_error { background-color: #CD3333; border-bottom: 2px solid #731c1c; }

/* line 109, app/assets/stylesheets/active_admin.css.scss */ #wrapper .flashes .flash { white-space: pre-wrap; }

/* line 113, app/assets/stylesheets/active_admin.css.scss */ #toggle_block_available_columns { display: inline-block; margin: 0 0 10px 0; }

/* line 118, app/assets/stylesheets/active_admin.css.scss */ #block_available_columns { margin: 7px 15px 0 15px; }

/* line 120, app/assets/stylesheets/active_admin.css.scss */ #block_available_columns select { width: 100%; }

/* line 126, app/assets/stylesheets/active_admin.css.scss */ body.active_admin.index #active_admin_content .collapse_btn, body.active_admin.index #active_admin_content .uncollapse_btn { background-color: #3B76A4; }

/* line 131, app/assets/stylesheets/active_admin.css.scss */ #active_admin_content { margin: 0; padding: 15px; }

/* line 136, app/assets/stylesheets/active_admin.css.scss */ #footer { padding: 0px 15px 0px; font-size: 0.8em; clear: both; }

/* line 142, app/assets/stylesheets/active_admin.css.scss */ #main_content_wrapper { float: inherit; width: auto; }

/* line 147, app/assets/stylesheets/active_admin.css.scss */ #wrapper table.index_table { background-color: #ffffff; border: 1px solid #e6e9ee; border-bottom: 1px solid #e6e9ee; border-radius: 4px; }

/* line 154, app/assets/stylesheets/active_admin.css.scss */ #wrapper table.index_table th { background-image: none; border: none; box-shadow: none; text-shadow: none; font-size: 1.0em; font-weight: bold; background-color: #e6e9ee; padding: 10px 12px 10px 12px; border-bottom: 1px solid #d7dce4; border-right: 1px solid #d7dce4; }

/* line 167, app/assets/stylesheets/active_admin.css.scss */ #header h1 img { max-height: 60px; }

/* line 172, app/assets/stylesheets/active_admin.css.scss */ .ul-list-comma-separated { display: inline; list-style: none; margin: 0; padding-left: 0; }

/* line 178, app/assets/stylesheets/active_admin.css.scss */ .ul-list-comma-separated li { display: inline; }

/* line 182, app/assets/stylesheets/active_admin.css.scss */ .ul-list-comma-separated li::after { content: ", "; }

/* line 186, app/assets/stylesheets/active_admin.css.scss */ .ul-list-comma-separated li:last-child:after { content: ""; }

/* line 192, app/assets/stylesheets/active_admin.css.scss */ form fieldset > ol > li.boolean label { width: 100%; }

/* line 196, app/assets/stylesheets/active_admin.css.scss */ form.filter_form .filter_form_field.filter_date_time_range input[type=text] { width: 110px; }
