/*!
 *  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;
}
.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 */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.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);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.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);
}
.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);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.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 */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
/* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social.btn-lg {
  padding-left: 61px;
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social.btn-sm {
  padding-left: 38px;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social.btn-xs {
  padding-left: 30px;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 52, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

/* line 62, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 73, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon.btn-lg {
  padding-left: 61px;
}

/* line 75, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 81, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon.btn-sm {
  padding-left: 38px;
}

/* line 83, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 89, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon.btn-xs {
  padding-left: 30px;
}

/* line 91, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 97, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

/* line 102, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

/* line 108, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

/* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

/* line 121, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 125, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-adn:hover, .btn-adn:focus, .btn-adn:active, .btn-adn.active {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 134, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 140, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-adn:active, .btn-adn.active {
  background-image: none;
}

/* line 145, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}

/* line 149, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-adn.disabled, .btn-adn[disabled] {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 155, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-adn {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 160, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-adn.disabled:hover, .btn-adn[disabled]:hover {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 166, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-adn:hover {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 171, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-adn.disabled:focus, .btn-adn[disabled]:focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 177, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-adn:focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 182, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-adn.disabled:active, .btn-adn[disabled]:active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 188, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-adn:active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 193, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-adn.disabled.active, .btn-adn.active[disabled] {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 199, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 203, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

/* line 207, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 211, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket:active, .btn-bitbucket.active {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 220, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 226, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-bitbucket:active, .btn-bitbucket.active {
  background-image: none;
}

/* line 231, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

/* line 235, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-bitbucket.disabled, .btn-bitbucket[disabled] {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 241, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-bitbucket {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 246, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 252, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-bitbucket:hover {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 257, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 263, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-bitbucket:focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 268, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 274, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-bitbucket:active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 279, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-bitbucket.disabled.active, .btn-bitbucket.active[disabled] {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 285, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 289, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

/* line 293, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 297, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 306, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 312, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-dropbox:active, .btn-dropbox.active {
  background-image: none;
}

/* line 317, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}

/* line 321, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-dropbox.disabled, .btn-dropbox[disabled] {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 327, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-dropbox {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 332, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 338, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-dropbox:hover {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 343, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 349, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-dropbox:focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 354, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-dropbox.disabled:active, .btn-dropbox[disabled]:active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 360, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-dropbox:active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 365, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-dropbox.disabled.active, .btn-dropbox.active[disabled] {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 371, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 375, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

/* line 379, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 383, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 392, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 398, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-facebook:active, .btn-facebook.active {
  background-image: none;
}

/* line 403, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}

/* line 407, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-facebook.disabled, .btn-facebook[disabled] {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 413, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-facebook {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 418, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 424, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-facebook:hover {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 429, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-facebook.disabled:focus, .btn-facebook[disabled]:focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 435, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-facebook:focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 440, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-facebook.disabled:active, .btn-facebook[disabled]:active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 446, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-facebook:active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 451, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-facebook.disabled.active, .btn-facebook.active[disabled] {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 457, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 461, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

/* line 465, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 469, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 478, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 484, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-flickr:active, .btn-flickr.active {
  background-image: none;
}

/* line 489, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}

/* line 493, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-flickr.disabled, .btn-flickr[disabled] {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 499, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-flickr {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 504, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 510, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-flickr:hover {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 515, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-flickr.disabled:focus, .btn-flickr[disabled]:focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 521, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-flickr:focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 526, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-flickr.disabled:active, .btn-flickr[disabled]:active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 532, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-flickr:active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 537, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-flickr.disabled.active, .btn-flickr.active[disabled] {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 543, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 547, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

/* line 551, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 555, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active, .btn-foursquare.active {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 564, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 570, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-foursquare:active, .btn-foursquare.active {
  background-image: none;
}

/* line 575, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}

/* line 579, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-foursquare.disabled, .btn-foursquare[disabled] {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 585, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-foursquare {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 590, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 596, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-foursquare:hover {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 601, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 607, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-foursquare:focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 612, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-foursquare.disabled:active, .btn-foursquare[disabled]:active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 618, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-foursquare:active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 623, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-foursquare.disabled.active, .btn-foursquare.active[disabled] {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 629, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 633, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

/* line 637, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 641, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 650, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 656, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-github:active, .btn-github.active {
  background-image: none;
}

/* line 661, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-github {
  background-image: none;
}

/* line 665, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-github.disabled, .btn-github[disabled] {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 671, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-github {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 676, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-github.disabled:hover, .btn-github[disabled]:hover {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 682, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-github:hover {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 687, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-github.disabled:focus, .btn-github[disabled]:focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 693, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-github:focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 698, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-github.disabled:active, .btn-github[disabled]:active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 704, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-github:active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 709, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-github.disabled.active, .btn-github.active[disabled] {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 715, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 719, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-github .badge {
  color: #444;
  background-color: #fff;
}

/* line 723, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 727, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 736, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 742, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-google-plus:active, .btn-google-plus.active {
  background-image: none;
}

/* line 747, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-google-plus {
  background-image: none;
}

/* line 751, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-google-plus.disabled, .btn-google-plus[disabled] {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 757, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-google-plus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 762, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 768, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-google-plus:hover {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 773, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 779, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-google-plus:focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 784, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-google-plus.disabled:active, .btn-google-plus[disabled]:active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 790, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-google-plus:active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 795, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-google-plus.disabled.active, .btn-google-plus.active[disabled] {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 801, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 805, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: #fff;
}

/* line 809, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 813, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 822, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 828, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-instagram:active, .btn-instagram.active {
  background-image: none;
}

/* line 833, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}

/* line 837, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-instagram.disabled, .btn-instagram[disabled] {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 843, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-instagram {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 848, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 854, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-instagram:hover {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 859, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-instagram.disabled:focus, .btn-instagram[disabled]:focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 865, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-instagram:focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 870, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-instagram.disabled:active, .btn-instagram[disabled]:active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 876, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-instagram:active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 881, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-instagram.disabled.active, .btn-instagram.active[disabled] {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 887, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 891, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

/* line 895, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 899, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 908, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 914, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-linkedin:active, .btn-linkedin.active {
  background-image: none;
}

/* line 919, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

/* line 923, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-linkedin.disabled, .btn-linkedin[disabled] {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 929, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-linkedin {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 934, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 940, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-linkedin:hover {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 945, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 951, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-linkedin:focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 956, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-linkedin.disabled:active, .btn-linkedin[disabled]:active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 962, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-linkedin:active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 967, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-linkedin.disabled.active, .btn-linkedin.active[disabled] {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 973, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 977, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

/* line 981, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 985, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-microsoft:hover, .btn-microsoft:focus, .btn-microsoft:active, .btn-microsoft.active {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 994, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1000, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-microsoft:active, .btn-microsoft.active {
  background-image: none;
}

/* line 1005, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}

/* line 1009, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-microsoft.disabled, .btn-microsoft[disabled] {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1015, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-microsoft {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1020, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1026, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-microsoft:hover {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1031, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1037, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-microsoft:focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1042, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-microsoft.disabled:active, .btn-microsoft[disabled]:active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1048, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-microsoft:active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1053, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-microsoft.disabled.active, .btn-microsoft.active[disabled] {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1059, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1063, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

/* line 1067, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1071, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-openid:hover, .btn-openid:focus, .btn-openid:active, .btn-openid.active {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1080, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1086, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-openid:active, .btn-openid.active {
  background-image: none;
}

/* line 1091, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}

/* line 1095, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-openid.disabled, .btn-openid[disabled] {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1101, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-openid {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1106, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-openid.disabled:hover, .btn-openid[disabled]:hover {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1112, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-openid:hover {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1117, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-openid.disabled:focus, .btn-openid[disabled]:focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1123, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-openid:focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1128, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-openid.disabled:active, .btn-openid[disabled]:active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1134, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-openid:active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1139, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-openid.disabled.active, .btn-openid.active[disabled] {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1145, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1149, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

/* line 1153, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1157, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1166, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1172, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-pinterest:active, .btn-pinterest.active {
  background-image: none;
}

/* line 1177, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}

/* line 1181, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-pinterest.disabled, .btn-pinterest[disabled] {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1187, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-pinterest {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1192, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1198, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-pinterest:hover {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1203, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1209, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-pinterest:focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1214, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-pinterest.disabled:active, .btn-pinterest[disabled]:active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1220, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-pinterest:active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1225, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-pinterest.disabled.active, .btn-pinterest.active[disabled] {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1231, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1235, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

/* line 1239, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1243, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active, .btn-reddit.active {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1252, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1258, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-reddit:active, .btn-reddit.active {
  background-image: none;
}

/* line 1263, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}

/* line 1267, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-reddit.disabled, .btn-reddit[disabled] {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1273, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-reddit {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1278, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1284, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-reddit:hover {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1289, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-reddit.disabled:focus, .btn-reddit[disabled]:focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1295, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-reddit:focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1300, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-reddit.disabled:active, .btn-reddit[disabled]:active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1306, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-reddit:active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1311, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-reddit.disabled.active, .btn-reddit.active[disabled] {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1317, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1321, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

/* line 1325, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1329, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active, .btn-soundcloud.active {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1338, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1344, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-soundcloud:active, .btn-soundcloud.active {
  background-image: none;
}

/* line 1349, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}

/* line 1353, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-soundcloud.disabled, .btn-soundcloud[disabled] {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1359, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-soundcloud {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1364, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1370, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-soundcloud:hover {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1375, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1381, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-soundcloud:focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1386, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-soundcloud.disabled:active, .btn-soundcloud[disabled]:active {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1392, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-soundcloud:active {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1397, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-soundcloud.disabled.active, .btn-soundcloud.active[disabled] {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1403, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-soundcloud.active {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1407, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}

/* line 1411, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1415, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1424, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1430, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-tumblr:active, .btn-tumblr.active {
  background-image: none;
}

/* line 1435, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}

/* line 1439, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-tumblr.disabled, .btn-tumblr[disabled] {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1445, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-tumblr {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1450, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1456, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-tumblr:hover {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1461, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1467, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-tumblr:focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1472, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-tumblr.disabled:active, .btn-tumblr[disabled]:active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1478, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-tumblr:active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1483, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-tumblr.disabled.active, .btn-tumblr.active[disabled] {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1489, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1493, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

/* line 1497, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1501, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1510, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1516, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-twitter:active, .btn-twitter.active {
  background-image: none;
}

/* line 1521, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}

/* line 1525, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-twitter.disabled, .btn-twitter[disabled] {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1531, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-twitter {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1536, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1542, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-twitter:hover {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1547, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-twitter.disabled:focus, .btn-twitter[disabled]:focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1553, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-twitter:focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1558, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-twitter.disabled:active, .btn-twitter[disabled]:active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1564, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-twitter:active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1569, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-twitter.disabled.active, .btn-twitter.active[disabled] {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1575, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1579, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

/* line 1583, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1587, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo:active, .btn-vimeo.active {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1596, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1602, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vimeo:active, .btn-vimeo.active {
  background-image: none;
}

/* line 1607, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}

/* line 1611, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vimeo.disabled, .btn-vimeo[disabled] {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1617, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vimeo {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1622, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1628, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vimeo:hover {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1633, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1639, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vimeo:focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1644, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vimeo.disabled:active, .btn-vimeo[disabled]:active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1650, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vimeo:active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1655, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vimeo.disabled.active, .btn-vimeo.active[disabled] {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1661, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1665, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

/* line 1669, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1673, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1682, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1688, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vk:active, .btn-vk.active {
  background-image: none;
}

/* line 1693, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}

/* line 1697, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vk.disabled, .btn-vk[disabled] {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1703, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vk {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1708, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vk.disabled:hover, .btn-vk[disabled]:hover {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1714, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vk:hover {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1719, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vk.disabled:focus, .btn-vk[disabled]:focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1725, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vk:focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1730, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vk.disabled:active, .btn-vk[disabled]:active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1736, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vk:active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1741, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vk.disabled.active, .btn-vk.active[disabled] {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1747, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1751, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

/* line 1755, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1759, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo:active, .btn-yahoo.active {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1768, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1774, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-yahoo:active, .btn-yahoo.active {
  background-image: none;
}

/* line 1779, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}

/* line 1783, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-yahoo.disabled, .btn-yahoo[disabled] {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1789, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-yahoo {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1794, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1800, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-yahoo:hover {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1805, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1811, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-yahoo:focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1816, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-yahoo.disabled:active, .btn-yahoo[disabled]:active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1822, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-yahoo:active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1827, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-yahoo.disabled.active, .btn-yahoo.active[disabled] {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1833, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1837, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss */
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
body {
  margin: 0;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
[hidden], template {
  display: none;
}

/* line 36, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a {
  background-color: transparent;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a:active, a:hover {
  outline: 0;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
b, strong {
  font-weight: bold;
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 55, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 60, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
small {
  font-size: 80%;
}

/* line 69, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 76, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
}

/* line 84, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 88, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
img {
  border: 0;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 96, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 100, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 107, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
pre {
  overflow: auto;
}

/* line 111, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 116, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 122, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
button {
  overflow: visible;
  text-transform: none;
}

/* line 127, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
select {
  text-transform: none;
}

/* line 131, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 137, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 143, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 147, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 152, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input {
  line-height: normal;
}

/* line 153, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 158, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 165, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 169, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 174, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 186, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 191, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 195, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 199, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 204, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 210, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 216, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 224, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  a {
    text-decoration: underline;
  }
  /* line 226, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 229, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 233, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 237, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  /* line 241, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 245, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 248, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  tr {
    page-break-inside: avoid;
  }
  /* line 251, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  /* line 255, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 259, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 262, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar {
    display: none;
  }
  /* line 265, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 268, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 271, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 273, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 278, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

/* line 291, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 303, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 307, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 311, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac";
}

/* line 315, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 319, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 323, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 327, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 331, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 335, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 339, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 343, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 347, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 351, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 355, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 359, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 363, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 367, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 371, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 375, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 379, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 383, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 387, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 391, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 395, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 399, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 403, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 407, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 411, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 415, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 419, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 423, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 427, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 431, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 435, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 439, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 443, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 447, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 451, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 455, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 459, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 463, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 467, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 471, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 475, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 479, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 483, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 487, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 491, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 495, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 499, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 503, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 507, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 511, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 515, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 519, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 523, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 527, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 531, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 535, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 539, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 543, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 547, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 551, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 555, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 559, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 563, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 567, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 571, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 575, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 579, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 583, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 587, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 591, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 595, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 599, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 603, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 607, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 611, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 615, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 619, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 623, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 627, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 631, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 635, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 639, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 643, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 647, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 651, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 655, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 659, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 663, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 667, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 671, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 675, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 679, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 683, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 687, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 691, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 695, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 699, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 703, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 707, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 711, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 715, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 719, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 723, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 727, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 731, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 735, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 739, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 743, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 747, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 751, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 755, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 759, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 763, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 767, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 771, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 775, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 779, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 783, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 787, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 791, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 795, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 799, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 803, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 807, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 811, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 815, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 819, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 823, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 827, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 831, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 835, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 839, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 843, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 847, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 851, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 855, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 859, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 863, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 867, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 871, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 875, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 879, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 883, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 887, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 891, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 895, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 899, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 903, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 907, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 911, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 915, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 919, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 923, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 927, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 931, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 935, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 939, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 943, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 947, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 951, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 955, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 959, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 963, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 967, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 971, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 975, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 979, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 983, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 987, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 991, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 995, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 999, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 1003, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 1007, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 1011, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 1015, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 1019, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 1023, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 1027, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 1031, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 1035, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 1039, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 1043, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 1047, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 1051, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 1055, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 1059, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 1063, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 1067, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 1071, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 1075, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 1079, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 1083, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 1087, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 1091, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 1095, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 1099, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 1103, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 1107, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 1111, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 1115, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 1119, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 1123, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 1127, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 1131, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 1135, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 1139, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 1143, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 1147, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 1151, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 1155, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 1159, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 1163, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 1167, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 1171, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 1175, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 1179, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 1183, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 1187, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 1191, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 1195, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 1199, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
  content: "\e227";
}

/* line 1203, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-yen:before, .glyphicon-jpy:before {
  content: "\00a5";
}

/* line 1207, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-ruble:before, .glyphicon-rub:before {
  content: "\20bd";
}

/* line 1211, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 1215, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 1219, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 1223, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 1227, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 1231, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 1235, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 1239, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 1243, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1247, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1251, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1255, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1259, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1263, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1267, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1271, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1275, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1279, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1283, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1287, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1291, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1295, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1299, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1303, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1307, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1311, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1315, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1319, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1323, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1327, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1331, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1335, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1339, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1346, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1351, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1359, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1365, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1368, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* line 1372, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a:focus {
  color: #23527c;
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1380, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
figure {
  margin: 0;
}

/* line 1384, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 1388, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1395, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1403, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1410, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1414, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 1428, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1432, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1439, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1451, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1461, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1465, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1472, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1478, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1483, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

/* line 1487, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1492, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

/* line 1496, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 1500, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 1504, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 1508, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 1512, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 1516, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 1520, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 1524, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1532, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 1537, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
small, .small {
  font-size: 85%;
}

/* line 1541, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
mark, .mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1546, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 1550, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 1554, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 1558, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-justify {
  text-align: justify;
}

/* line 1562, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1566, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1570, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1574, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1578, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-muted {
  color: #777;
}

/* line 1582, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-primary {
  color: #337ab7;
}

/* line 1587, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

/* line 1592, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-success {
  color: #3c763d;
}

/* line 1597, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

/* line 1602, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-info {
  color: #31708f;
}

/* line 1607, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.text-info:hover, a.text-info:focus {
  color: #245269;
}

/* line 1612, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1617, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

/* line 1622, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-danger {
  color: #a94442;
}

/* line 1627, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

/* line 1632, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1638, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

/* line 1643, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1648, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1653, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1658, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1663, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1668, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1673, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1678, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1683, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1689, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1694, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* line 1698, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1703, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1707, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1714, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1719, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
dt, dd {
  line-height: 1.42857143;
}

/* line 1723, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 1727, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1733, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1742, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 1749, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1755, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1760, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1765, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1768, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1774, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1779, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1787, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}

/* line 1791, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1795, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1801, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1805, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1813, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1821, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1830, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1842, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1852, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1857, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1865, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1871, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1877, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .container {
    width: 1170px;
  }
}

/* line 1882, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1887, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 1894, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

/* line 1898, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-12 {
  float: left;
  width: 100%;
}

/* line 1903, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1907, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1911, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1915, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1919, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1923, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1927, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1931, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1935, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1939, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1943, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1947, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1951, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1955, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1959, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1963, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1967, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1971, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1975, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1979, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1983, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1987, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1991, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1995, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1999, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 2003, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 2007, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 2011, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 2015, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 2019, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 2023, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 2027, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 2031, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 2035, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 2039, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 2043, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 2047, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 2051, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 2055, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 2059, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 2063, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 2067, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 2071, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 2075, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 2079, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 2083, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 2087, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 2091, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 2095, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 2099, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 2104, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  /* line 2107, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  /* line 2111, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 2114, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 2117, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 2120, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 2123, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 2126, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 2129, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 2132, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 2135, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 2138, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 2141, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 2144, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 2147, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 2150, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 2153, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 2156, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 2159, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 2162, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 2165, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 2168, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 2171, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 2174, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 2177, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 2180, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 2183, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 2186, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 2189, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 2192, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 2195, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 2198, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 2201, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 2204, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 2207, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 2210, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 2213, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 2216, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 2219, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 2222, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 2225, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2228, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2231, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 2234, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2237, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2240, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 2243, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2246, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2249, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 2252, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2255, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2258, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 2264, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  /* line 2267, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-12 {
    float: left;
    width: 100%;
  }
  /* line 2271, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 2274, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 2277, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 2280, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 2283, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 2286, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 2289, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 2292, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 2295, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 2298, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 2301, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 2304, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 2307, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 2310, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 2313, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 2316, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 2319, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 2322, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 2325, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2328, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2331, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2334, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2337, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2340, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2343, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2346, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2349, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2352, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2355, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2358, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2361, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2364, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2367, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2370, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2373, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2376, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2379, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2382, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2385, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2388, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2391, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2394, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2397, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2400, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2403, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2406, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2409, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2412, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2415, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2418, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 2424, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  /* line 2427, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  /* line 2431, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2434, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2437, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2440, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2443, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2446, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2449, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2452, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2455, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2458, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2461, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2464, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2467, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2470, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2473, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2476, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2479, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2482, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2485, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2488, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2491, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2494, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2497, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2500, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2503, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2506, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2509, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2512, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2515, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2518, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2521, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2524, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2527, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2530, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2533, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2536, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2539, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2542, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2545, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2548, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2551, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2554, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2557, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2560, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2563, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2566, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2569, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2572, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2575, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2578, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 2583, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
table {
  background-color: transparent;
}

/* line 2587, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2594, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
th {
  text-align: left;
}

/* line 2598, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2603, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2609, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2613, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2616, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2620, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table .table {
  background-color: #fff;
}

/* line 2626, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 2631, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2634, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 2638, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2645, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2649, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2654, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2659, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2667, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 2674, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

/* line 2678, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 2684, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2691, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

/* line 2695, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 2701, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2708, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

/* line 2712, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 2718, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2725, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

/* line 2729, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 2735, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 2742, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

/* line 2746, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2751, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2757, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 2764, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2767, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 2772, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2775, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 2778, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 2781, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 2790, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2797, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2809, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2817, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2822, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2827, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 2830, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2837, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 2843, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2849, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2857, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2874, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 2880, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2884, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2887, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2891, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control[disabled], .form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

/* line 2897, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2902, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2906, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 2910, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2916, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  input.form-control[type="date"], input.form-control[type="time"], input.form-control[type="datetime-local"], input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 2919, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  input.input-sm[type="date"], input.input-sm[type="time"], input.input-sm[type="datetime-local"], input.input-sm[type="month"] {
    line-height: 30px;
  }
  /* line 2924, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 2929, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  input.input-lg[type="date"], input.input-lg[type="time"], input.input-lg[type="datetime-local"], input.input-lg[type="month"] {
    line-height: 46px;
  }
  /* line 2934, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 2940, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 2944, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2951, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2959, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 2965, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2969, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2979, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2985, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], input.disabled[type="radio"], input.disabled[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2991, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2996, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.radio-inline.disabled, .checkbox-inline.disabled {
  cursor: not-allowed;
}

/* line 3001, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 3006, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.radio.disabled label, .checkbox.disabled label {
  cursor: not-allowed;
}

/* line 3011, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 3016, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 3021, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 3027, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3035, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 3040, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
textarea.input-sm, select.input-sm[multiple] {
  height: auto;
}

/* line 3045, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3052, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 3056, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-group-sm textarea.form-control, .form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 3059, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 3068, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3076, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 3081, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
textarea.input-lg, select.input-lg[multiple] {
  height: auto;
}

/* line 3086, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3093, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 3097, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-group-lg textarea.form-control, .form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 3100, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 3109, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 3111, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 3116, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 3129, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 3135, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 3142, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 3145, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 3149, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 3155, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 3160, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 3166, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 3169, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 3173, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 3179, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 3184, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 3190, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 3193, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 3197, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 3203, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 3208, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 3214, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 3217, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 3222, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 3231, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3236, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 3241, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 3244, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 3247, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 3250, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 3254, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3258, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3264, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 3267, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 3271, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 3278, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3283, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 3286, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 3290, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 3296, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

@media (min-width: 768px) {
  /* line 3304, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 3311, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 3317, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3337, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3341, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3345, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3351, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3360, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3368, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3372, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3376, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3381, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default:hover, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3388, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3395, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default:active:hover, .btn-default.active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3402, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3409, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default:active:focus, .btn-default.active:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3416, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-default:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3423, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default.focus:active, .btn-default.active.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3430, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3437, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}

/* line 3442, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3447, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default.disabled:hover, .btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3453, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3459, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default.disabled:focus, .btn-default[disabled]:focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3465, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-default:focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3471, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default.disabled.focus, .btn-default.focus[disabled] {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3477, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3482, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3487, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3491, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3496, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3503, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3510, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary:active:hover, .btn-primary.active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3517, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3524, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary:active:focus, .btn-primary.active:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3531, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-primary:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3538, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary.focus:active, .btn-primary.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3545, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3552, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary:active, .btn-primary.active {
  background-image: none;
}

/* line 3557, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3562, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3568, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3574, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3580, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-primary:focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3586, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary.disabled.focus, .btn-primary.focus[disabled] {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3592, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3597, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3602, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3606, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3611, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success:hover, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3618, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3625, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success:active:hover, .btn-success.active:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3632, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3639, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success:active:focus, .btn-success.active:focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3646, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-success:focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3653, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success.focus:active, .btn-success.active.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3660, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3667, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success:active, .btn-success.active {
  background-image: none;
}

/* line 3672, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3677, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success.disabled:hover, .btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3683, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3689, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success.disabled:focus, .btn-success[disabled]:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3695, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-success:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3701, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success.disabled.focus, .btn-success.focus[disabled] {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3707, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3712, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3717, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3721, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3726, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info:hover, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3733, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3740, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info:active:hover, .btn-info.active:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3747, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3754, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info:active:focus, .btn-info.active:focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3761, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-info:focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3768, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info.focus:active, .btn-info.active.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3775, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3782, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info:active, .btn-info.active {
  background-image: none;
}

/* line 3787, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3792, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info.disabled:hover, .btn-info[disabled]:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3798, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3804, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info.disabled:focus, .btn-info[disabled]:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3810, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-info:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3816, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info.disabled.focus, .btn-info.focus[disabled] {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3822, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3827, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3832, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3836, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3841, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3848, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3855, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning:active:hover, .btn-warning.active:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3862, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3869, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning:active:focus, .btn-warning.active:focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3876, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-warning:focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3883, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning.focus:active, .btn-warning.active.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3890, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3897, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning:active, .btn-warning.active {
  background-image: none;
}

/* line 3902, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3907, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning.disabled:hover, .btn-warning[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3913, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3919, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning.disabled:focus, .btn-warning[disabled]:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3925, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-warning:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3931, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning.disabled.focus, .btn-warning.focus[disabled] {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3937, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3942, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3947, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3951, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 3956, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3963, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3970, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger:active:hover, .btn-danger.active:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3977, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3984, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger:active:focus, .btn-danger.active:focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3991, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-danger:focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3998, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger.focus:active, .btn-danger.active.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 4005, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 4012, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}

/* line 4017, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 4022, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger.disabled:hover, .btn-danger[disabled]:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4028, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4034, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger.disabled:focus, .btn-danger[disabled]:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4040, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-danger:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4046, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger.disabled.focus, .btn-danger.focus[disabled] {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4052, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4057, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 4062, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4069, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-link:active, .btn-link.active, .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4076, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4082, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-link {
  border-color: transparent;
}

/* line 4084, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 4087, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 4092, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-link[disabled]:hover {
  color: #777;
  text-decoration: none;
}

/* line 4098, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 4103, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 4110, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4117, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4124, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 4127, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 4133, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
  width: 100%;
}

/* line 4138, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 4143, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 4148, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.collapse {
  display: none;
}

/* line 4150, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 4155, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 4159, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 4163, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 4178, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 4190, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropup, .dropdown {
  position: relative;
}

/* line 4194, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 4198, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 4219, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4223, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4230, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 4238, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4244, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 4249, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 4256, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu > .disabled > a {
  color: #777;
}

/* line 4258, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 4261, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 4273, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 4276, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 4281, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 4286, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 4291, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 4300, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 4309, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 4314, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 4321, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 4329, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 4333, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* line 4340, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 4346, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 4351, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 4357, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group {
  margin-left: -1px;
}

/* line 4362, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 4368, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 4370, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 4374, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 4383, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 4386, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 4388, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4393, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4398, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4402, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 4404, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 4408, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4413, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4419, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group .dropdown-toggle:active {
  outline: 0;
}

/* line 4422, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group.open .dropdown-toggle {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 4426, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4432, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 4436, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 4443, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

/* line 4447, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 4452, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 4457, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 4463, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 4468, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  float: none;
}

/* line 4477, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 4483, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 4489, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 4492, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4498, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4506, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 4510, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4515, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4522, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 4528, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-justified > .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 4533, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 4537, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 4540, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 4548, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 4555, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 4559, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 4564, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 4570, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 4577, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 4587, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 4594, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 4600, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
select.input-group-lg[multiple] > .form-control, select.input-group-lg[multiple] > .input-group-addon, select.input-group-lg[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 4606, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4616, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 4623, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 4629, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
select.input-group-sm[multiple] > .form-control, select.input-group-sm[multiple] > .input-group-addon, select.input-group-sm[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 4634, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

/* line 4638, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 4642, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 4648, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 4658, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 4663, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 4669, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 4675, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group .form-control:first-child, .input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4682, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4688, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4695, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 4699, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group .form-control:last-child, .input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4706, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4712, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4719, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 4723, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 4727, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 4729, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 4732, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 4737, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 4742, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 4749, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4753, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 4756, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 4760, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4765, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 4767, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4775, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav .open > a {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 4778, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 4783, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4789, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4794, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4796, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4799, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4804, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4808, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4814, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4823, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4827, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4829, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4834, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

/* line 4838, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4842, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #ddd;
}

/* line 4844, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4853, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4856, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 4864, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4868, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
  }
  /* line 4870, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4877, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 4879, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4882, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4885, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-pills > li.active > a {
  color: #fff;
  background-color: #337ab7;
}

/* line 4888, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 4895, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4897, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4903, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 4906, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 4908, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4913, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4921, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4924, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4930, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4933, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4937, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs-justified > .active > a {
  border: 1px solid #ddd;
}

/* line 4939, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4948, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4952, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-tabs-justified > .active > a {
    border-bottom-color: #fff;
  }
  /* line 4954, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4962, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4965, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 4970, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4976, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4984, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 4990, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-header {
    float: left;
  }
}

/* line 4995, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 5003, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 5009, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 5014, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 5020, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 5024, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 5030, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 5035, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 5040, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 5046, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 5052, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 5058, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 5063, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 5071, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 5076, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 5081, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 5087, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 5093, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 5096, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 5103, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 5109, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5120, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 5123, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 5128, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 5135, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 5140, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 5142, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 5150, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 5159, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 5162, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 5164, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 5172, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 5175, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 5177, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 5185, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 5199, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5204, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 5209, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 5212, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 5215, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 5218, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 5222, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5226, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5232, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 5235, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 5239, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 5246, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 5248, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 5255, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 5267, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5273, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5281, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 5284, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5288, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 5294, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 5300, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 5308, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 5311, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 5314, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 5320, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 5323, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 5325, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 5330, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 5334, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 5336, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 5341, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-nav > .active > a {
  color: #555;
  background-color: #e7e7e7;
}

/* line 5344, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 5349, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a {
  color: #ccc;
  background-color: transparent;
}

/* line 5352, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 5358, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 5360, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 5363, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 5367, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 5370, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-nav > .open > a {
  color: #555;
  background-color: #e7e7e7;
}

/* line 5373, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 5378, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 5380, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 5384, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 5386, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 5389, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-default .btn-link[disabled]:hover {
  color: #ccc;
}

@media (max-width: 767px) {
  /* line 5397, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 5399, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 5404, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 5407, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 5412, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #ccc;
    background-color: transparent;
  }
  /* line 5415, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 5423, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 5427, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 5430, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 5432, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 5437, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 5441, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 5443, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 5448, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a {
  color: #fff;
  background-color: #080808;
}

/* line 5451, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 5456, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a {
  color: #444;
  background-color: transparent;
}

/* line 5459, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 5465, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 5467, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 5470, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 5474, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 5477, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a {
  color: #fff;
  background-color: #080808;
}

/* line 5480, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 5485, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 5487, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 5491, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 5493, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 5496, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-inverse .btn-link[disabled]:hover {
  color: #444;
}

@media (max-width: 767px) {
  /* line 5504, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 5507, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 5511, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 5513, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 5518, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff;
    background-color: #080808;
  }
  /* line 5521, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  /* line 5526, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444;
    background-color: transparent;
  }
  /* line 5529, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 5538, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 5542, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 5549, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 5551, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 5557, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 5563, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 5569, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 5572, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5585, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5592, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 5598, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 5607, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5616, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5621, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5628, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5633, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5646, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 5653, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 5659, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5668, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5675, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5681, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 5688, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 5693, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5696, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 5704, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 5712, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 5717, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 5722, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5726, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager .disabled > a:hover, .pager .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5732, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5740, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 5754, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5761, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label:empty {
  display: none;
}

/* line 5765, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 5770, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-default {
  background-color: #777;
}

/* line 5773, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 5779, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 5782, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 5788, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 5791, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 5797, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 5800, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 5806, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 5809, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 5815, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 5818, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 5824, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 5837, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 5842, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5847, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 5853, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5860, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5865, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 5867, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 5872, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 5876, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 5882, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

/* line 5885, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 5890, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 5895, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 5901, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 5906, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 5910, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 5915, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 5921, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 5932, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.thumbnail > img, .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5939, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5944, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5949, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5954, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5958, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5962, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 5965, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5971, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 5975, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5982, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5986, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5989, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5994, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5998, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 6001, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 6006, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 6010, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 6013, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 6018, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 6022, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 6025, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 6063, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 6073, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 6089, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 6097, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 6103, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 6107, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 6113, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 6117, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 6123, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 6127, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 6133, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 6137, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 6143, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media {
  margin-top: 15px;
  overflow: hidden;
  zoom: 1;
}

/* line 6145, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 6152, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-body {
  overflow: hidden;
  zoom: 1;
  width: 10000px;
}

/* line 6158, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-object {
  display: block;
}

/* line 6160, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 6165, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 6169, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 6173, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 6178, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 6182, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 6186, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 6191, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 6196, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 6201, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 6208, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 6212, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 6219, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item, button.list-group-item {
  color: #555;
}

/* line 6223, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 6227, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 6233, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 6234, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 6244, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 6248, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 6253, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 6256, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 6260, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 6265, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 6271, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 6274, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 6280, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 6285, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 6289, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 6293, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 6298, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 6304, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 6309, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 6313, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 6317, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 6322, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 6328, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 6333, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 6337, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 6341, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 6346, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 6352, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 6357, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 6361, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 6365, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 6370, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 6376, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 6381, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 6386, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 6395, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 6399, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6404, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 6409, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 6415, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

/* line 6421, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6430, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 6433, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 6437, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6442, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6447, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6453, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child, .list-group + .panel-footer {
  border-top-width: 0;
}

/* line 6458, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 6461, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 6465, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6469, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 6472, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 6475, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6479, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 6482, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 6486, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

/* line 6490, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 6494, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 6498, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 6501, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 6504, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 6507, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 6510, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 6511, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 6519, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 6521, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 6524, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 6528, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 6531, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 6536, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 6538, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 6544, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6547, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 6551, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 6554, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 6559, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 6565, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6568, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 6572, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 6575, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 6580, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 6586, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6589, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 6593, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 6596, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 6601, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 6607, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6610, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 6614, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 6617, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 6622, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 6628, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6631, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 6635, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 6638, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 6643, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 6649, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6652, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 6656, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 6659, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 6664, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 6670, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 6676, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6687, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 6691, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 6695, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 6704, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 6710, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 6715, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6720, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 6729, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6738, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 6746, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 6750, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 6761, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 6770, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 6778, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6783, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 6789, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 6802, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 6810, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 6814, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6820, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 6823, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 6828, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 6833, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 6838, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 6842, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 6846, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 6849, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 6854, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 6863, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 6867, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 6871, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6877, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 6882, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6904, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6908, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6912, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6916, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6920, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6926, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6935, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6944, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6951, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6958, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6965, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6972, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6979, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6986, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6993, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7002, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 7034, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 7037, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 7040, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 7043, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 7048, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 7057, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7062, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}

/* line 7069, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
}

/* line 7081, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 7088, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 7096, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 7103, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 7111, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 7118, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 7126, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 7133, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 7143, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel {
  position: relative;
}

/* line 7147, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 7152, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 7159, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

/* line 7164, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 7167, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 7170, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 7175, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 7178, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 7181, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 7185, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 7188, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 7196, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 7204, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 7209, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 7214, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 7222, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 7235, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 7243, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 7253, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 7260, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 7267, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 7271, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 7275, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 7281, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 7284, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 7289, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 7299, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 7311, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 7319, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 7330, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 7337, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 7343, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 7346, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 7350, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 7355, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 7361, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 7368, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 7375, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 7382, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 7389, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 7396, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 7403, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 7410, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 7417, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 7424, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 7431, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 7438, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 7445, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 7452, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 7459, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 7466, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 7472, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

/* line 7476, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 7482, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 7486, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 7490, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.hide {
  display: none !important;
}

/* line 7494, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.show {
  display: block !important;
}

/* line 7498, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 7502, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 7510, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 7514, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 7523, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7528, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 7531, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7534, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 7537, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 7543, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 7549, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 7555, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7561, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 7564, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7567, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 7570, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7576, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7582, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7588, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7594, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-md {
    display: block !important;
  }
  /* line 7597, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7600, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 7603, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7609, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7615, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7621, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7627, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 7630, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7633, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 7636, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 7642, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7648, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 7654, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 7660, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7666, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7672, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7678, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}

@media print {
  /* line 7684, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-print {
    display: block !important;
  }
  /* line 7687, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7690, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 7693, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

@media print {
  /* line 7699, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}

@media print {
  /* line 7705, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

@media print {
  /* line 7711, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 7717, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 3, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_filter {
  text-align: right;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
}

/* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  /* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
  div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate {
    text-align: center;
  }
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

/* line 50, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 61, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

/* line 68, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable thead .sorting {
  background: url(/assets/bootstrap/datatables/sort_both-96cffba6e8f38b2258ad73a3ad8a946836f52d22e8621ca552296fc292000fad.png) no-repeat center right;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc {
  background: url(/assets/bootstrap/datatables/sort_asc-a7da45de6f5c61cd2d96012bd18e2d50a2d0267ba6457e82b4a77f6ab57f9d10.png) no-repeat center right;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable thead .sorting_desc {
  background: url(/assets/bootstrap/datatables/sort_desc-a7403ccecc9ef7deb8a9c1b152782b7f1fccd2c7eac77b7220186c8c17181ec5.png) no-repeat center right;
}

/* line 77, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc_disabled {
  background: url(/assets/bootstrap/datatables/sort_asc_disabled-06dd868527bf4c66ebeb55ea1e1b0c3a5c48f4e7492339e66dac562399707e8c.png) no-repeat center right;
}

/* line 80, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable thead .sorting_desc_disabled {
  background: url(/assets/bootstrap/datatables/sort_desc_disabled-f94299adc4568faa8ea5dcabda808b551e6fb47082e84bcdb3bd880c3a238079.png) no-repeat center right;
}

/* line 83, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px;
}

/* line 88, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.dataTable th:active {
  outline: none;
}

/* Scrolling */
/* line 95, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 100, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 108, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

/* line 120, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
/* line 131, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}

/* line 135, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}

/* line 142, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}

/* line 148, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}

/* line 153, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/*
 * TableTools styles
 */
/* line 161, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #08c;
  color: white;
}

/* line 167, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important;
}

/* line 172, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white;
}

/* line 178, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}

/* line 183, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.DTTT_selectable tbody tr {
  cursor: pointer;
}

/* line 186, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTTT .btn:hover {
  text-decoration: none !important;
}

/* line 189, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

/* line 191, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}

/* line 195, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

/* line 197, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #08c;
  color: white !important;
}

/* line 204, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTTT_collection_background {
  z-index: 2002;
}

/* line 207, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

/* line 224, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

/* line 230, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/* line 235, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* line 255, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table {
  background-color: white;
  margin-bottom: 0;
}

/* TableTools information display */
/*
 * FixedColumns styles
 */
/* line 268, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}

/* line 273, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 282, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 289, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 295, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

/* line 301, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td {
  border-top: none;
}

/* line 307, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}

/* line 312, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
}

/* line 317, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}

/*
 * FixedHeader styles
 */
/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: "+";
  background-color: #31b131;
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dataTables_empty:first-child:before {
  display: none;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "-";
  background-color: #d33333;
}

/* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}

/* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

/* line 50, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}

/* line 63, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

/* line 68, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: "+";
  background-color: #31b131;
}

/* line 90, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

/* line 97, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 99, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 102, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 107, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 110, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}

/* line 113, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}

/* line 118, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/*
 * metismenu - v1.1.3
 * Easy menu jQuery plugin for Twitter Bootstrap 3
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
/* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.arrow {
  float: right;
  line-height: 1.42857;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.glyphicon.arrow:before {
  content: "\e079";
}

/* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.active > a > .glyphicon.arrow:before {
  content: "\e114";
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.fa.arrow:before {
  content: "\f104";
}

/* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.active > a > .fa.arrow:before {
  content: "\f107";
}

/* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.plus-times {
  float: right;
}

/* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.fa.plus-times:before {
  content: "\f067";
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.active > a > .fa.plus-times {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.plus-minus {
  float: right;
}

/* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.fa.plus-minus:before {
  content: "\f067";
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/metis_menu/metisMenu.scss */
.active > a > .fa.plus-minus:before {
  content: "\f068";
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/morris/morris.scss */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/morris/morris.scss */
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/morris/morris.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/morris/morris.scss */
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
body {
  background-color: #f8f8f8;
}

/* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
#wrapper {
  width: 100%;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #fff;
}

@media (min-width: 768px) {
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}

/* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links {
  margin-right: 0;
}

/* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links li {
  display: inline-block;
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links li:last-child {
  margin-right: 15px;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links .dropdown-menu li {
  display: block;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

/* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

/* line 50, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

/* line 56, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

/* line 59, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

/* line 62, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar .sidebar-nav.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

/* line 75, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar .sidebar-search {
  padding: 15px;
}

/* line 78, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}

/* line 80, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar ul li a.active {
  background-color: #eee;
}

/* line 84, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar .arrow {
  float: right;
}

/* line 87, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar .fa.arrow:before {
  content: "\f104";
}

/* line 90, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}

/* line 93, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important;
}

/* line 97, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar .nav-second-level li a {
  padding-left: 37px;
}

/* line 100, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.sidebar .nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 768px) {
  /* line 105, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
  }
  /* line 112, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
  .navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

/* line 119, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

/* line 124, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-primary.btn-outline {
  color: #428bca;
}

/* line 127, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-success.btn-outline {
  color: #5cb85c;
}

/* line 130, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-info.btn-outline {
  color: #5bc0de;
}

/* line 133, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-warning.btn-outline {
  color: #f0ad4e;
}

/* line 136, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-danger.btn-outline {
  color: #d9534f;
}

/* line 139, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

/* line 146, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 150, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
}

/* line 154, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.chat li.left .chat-body {
  margin-left: 60px;
}

/* line 157, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.chat li.right .chat-body {
  margin-right: 60px;
}

/* line 160, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.chat li .chat-body p {
  margin: 0;
}

/* line 165, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

/* line 169, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

/* line 173, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.login-panel {
  margin-top: 25%;
}

/* line 176, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.flot-chart {
  display: block;
  height: 400px;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* line 184, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
}

/* line 189, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: 0 0;
}

/* line 196, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

/* line 201, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

/* line 206, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

/* line 213, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

/* line 221, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 229, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/* line 238, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.show-grid {
  margin: 15px 0;
}

/* line 239, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

/* line 247, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.huge {
  font-size: 40px;
}

/* line 250, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-green {
  border-color: #5cb85c;
}

/* line 252, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

/* line 257, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-green a {
  color: #5cb85c;
}

/* line 259, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-green a:hover {
  color: #3d8b3d;
}

/* line 264, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-red {
  border-color: #d9534f;
}

/* line 266, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}

/* line 271, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-red a {
  color: #d9534f;
}

/* line 273, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-red a:hover {
  color: #b52b27;
}

/* line 278, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-yellow {
  border-color: #f0ad4e;
}

/* line 280, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}

/* line 285, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-yellow a {
  color: #f0ad4e;
}

/* line 287, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss */
.panel-yellow a:hover {
  color: #df8a13;
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline {
  position: relative;
  padding: 20px 0;
  list-style: none;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eee;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li:before {
  content: " ";
  display: table;
}

/* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li:before {
  content: " ";
  display: table;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

/* line 57, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

/* line 69, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 87, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

/* line 93, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

/* line 103, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

/* line 106, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline-badge.success {
  background-color: #3f903f !important;
}

/* line 109, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

/* line 112, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline-badge.danger {
  background-color: #d9534f !important;
}

/* line 115, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline-badge.info {
  background-color: #5bc0de !important;
}

/* line 119, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 124, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 128, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  /* line 134, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
  ul.timeline:before {
    left: 40px;
  }
  /* line 138, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  /* line 143, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  /* line 148, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  /* line 150, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  /* line 156, vendor/bundle/ruby/3.3.0/gems/bootstrap_sb_admin_base_v2-0.3.6/vendor/assets/stylesheets/timeline/timeline.scss */
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}
/* sidebar */
.clear{
  clear:both;
}

.coordinate {
  right: -10px;
}

label {
  font-weight: 1000;
}

.checkbox, .radio{
  margin-top: 2px !important;
}

.inline{
  display: inline-block !important;
  margin-right:20px;
}

.f_left{
  float:left;
}

.f_right{
  float:right;
}

.w5p{
  width:5% !important;
}

.nowrap{
  white-space:nowrap;
}

.align_c{
  text-align:center !important;;
}

.pd10{
  padding:10px;
}

.pdt10{
  padding-top:10px;
}

.mt5{
  margin-top:5px;
}

.ml5{
  margin-left:5px;
}

.ml15{
  margin-left:15px;
}

.mtlu15{
  margin-left:-15px;
}

h3{
  clear:both;
  border-bottom:solid 1px #ccc;
}

h4{
  clear:both;
  font-weight:bold;
  background:#ddd;
  border-radius:5px;
  padding:5px 10px;
}

#city_list_bg{
  position:fixed;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.6);
  z-index:1000;
  display:none;
}

#city_list_area{
  padding:5px 20px;
  background:#FFF;
  border-radius: 5px;
  position:fixed;
  top:20px;
  margin-left:-20px;
  margin-right:20px;
  z-index:1001;
  display:none;
}

#city_list_box{
  width:100%;
  max-height:70vh;
  overflow-y:scroll;
}
#city_list_box2{
  width:100%;
}

#city_all{
  cursor: pointer;
}

#city_all_off{
  cursor: pointer;
}

.close_btn{
  font-size:40px;
  position:fixed;
  top:15px;
  right:32px;
  cursor: pointer;
}

.footer_btn{
  margin-top:10px;
  width:100%;
  text-align:center;
}

.sub_ttl{
  clear:both;
  background:#f5f5f5;
  padding:3px 8px;
  border-left:solid 5px #ccc;
  margin-bottom:5px;
}

.msg{
  margin-bottom:10px;
}

.item{
  float:left;
  min-width:130px;
  margin-right:20px;
}

.disp_val{
  color:#666;
  border:solid 1px #DDD;
  padding:2px 4px;
}

.disp_val2{
  background:#eee;
  color:#666;
  border:solid 1px #DDD;
  padding: 6px 12px;
  border-radius: 4px;
}

.delivery_type_detail{
  background:#fff;
  padding:5px 10px;
  border:solid 1px #ccc;
  border-radius: 5px;
  display:none;
}
.delivery_type_detail2{
  padding-left:10px;
  display:none;
}

.logout-btn {
  display: block;
  text-align: right;
}

.nav li a.menu-sidebar {
  padding-left: 30px;
}

.navbar-right {
  margin-top: 15px;
  margin-right: 10px;
}

.navbar-right:hover {
  text-decoration: none;
}

.sidebar .nav-second-level li a {
  padding-left: 50px;
}

.sidebar .fa.arrow:before {
  content: "\f105";
}

.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}

iframe {
  border-radius: 10px;
  border: none;
  height: 150px;
  width: 100%;
}

.sidebar ul li a.active {
  background-color: #fff;
}

.table-col-20 {
  width: 20%;
}

.table-col-30 {
  width: 30%;
}

/* form */

#notice_info_top_disp_flag {
  margin-right: 5px;
}

#display_file_field {
  text-align: center;
  text-decoration: none;
  width: auto;
}

#display_file_field:hover {
  background-color: #eee;
  border-color: #ccc;
  color: #333;
}

#hidden_file_field {
  display: none
}

.undisplayable-btn {
  padding-left: 30px !important;
}

/* flash */

.flash-messages {
  left: inherit !important;
  position: fixed !important;
  right: 27px !important;
  top: 60px !important;
  width: 20%;
}
/*---------------------------------------------------------------------------
#  変更履歴
#  (1)  20210128  Sam.Okamine 個人日次データのCSV出力機能の追加
#---------------------------------------------------------------------------*/

.download-csvs-container .row .col-md-3 {
  border: none;
  margin-top: 15px;
}

.download-csvs-container .row .col-md-1 {
  border: none;
  margin-top: 18px;
  text-align: right;
}

.download-csvs-container .row .col-md-2 {
  border: none;
  margin-top: 15px;
}

.download-csvs-container .row .col-md-2 label{
  border: none;
  margin-top: 3px;
  text-align: right;
  width: 100%
}


.download-csvs-container .row .col-md-3 a {
  width: 100%;
}

.download-csvs-container .row .col-md-3 input[type="submit"] {
  width: 100%;
}
/* (1) Add S */
.download-csvs-container .row .col-md-3 button {
  width: 100%;
}
/* (1) Add E */
.txright{
  border: none;
  margin-top: 18px;
  text-align: right;
}
.cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white}
.cleditorMain,
.cleditorPopup,
.cleditorMain * {-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box}
.cleditorMain iframe {border:none; margin:0; padding:0}
.cleditorMain textarea {overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none}
.cleditorToolbar {background: url(/assets/toolbar-3ce12df0fdcdd86c30a54c02c73911d0ef76667532dbbd8fa2b4dcc9c55409d5.gif) repeat}
.cleditorGroup {float:left; height:26px}
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url(/assets/buttons-55e6c9c44fd2efc109cecb7808601e666c6a16280b232bcce453c6efa9ee2a8c.gif)}
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
.cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorList div {padding:2px 4px 2px 4px}
.cleditorList p,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList font {padding:0; margin:0; background-color:Transparent}
.cleditorColor {width:150px; padding:1px 0 0 1px}
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
.cleditorPrompt {background-color:#F6F7F9; padding:8px; font-size:8.5pt}
.cleditorPrompt label {padding-bottom:8px}
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}
.mission_reached_rates_table table thead tr th {
  text-align: center;
}

.mission_reached_rates_table table tbody tr td:not(:first-child) {
  width: 20%;
}
/*---------------------------------------------------------------------------
#  変更履歴
#  (0)  20210128  Sam.Okamine 個人日次データのCSV出力機能の追加
#  (1)  20230904  N.Fukushima 年齢、生年月検索項目追加(ダウンアップアイコンの非表示)
#---------------------------------------------------------------------------*/

#search_personal_masters_form {
  margin-bottom: 1em;
}

#search_personal_masters_form .col-md-10 .col-md-2 {
  margin-top: 0.5em;
}

#search_personal_masters_form .col-md-age{
  white-space: nowrap;
}

#search_personal_masters_form .right_lbl {
  padding-left:15px;
  padding-right:10px;
  display: inline;
}

#search_personal_masters_form .age {
  width: 4em;
  display: inline;
  margin: 0 5px;
}

@media (min-width: 768px) {
  #search_personal_masters_form .col-md-10 .right {
    text-align: right;
    margin-bottom: 1em;
  }
}

#search_personal_masters_form input[type=checkbox] {
  margin-left: 0.5em;
}

#search_personal_masters_form input[type=submit] {
  margin-bottom: 0.5em
}

@media (max-width: 768px) {
  #search_personal_masters_form input[type=submit] {
    margin-left: 1em;
    margin-right: 3em;
  }
}

#search_personal_masters_form .submit-btn {
  width: 100%
}

#search_personal_masters_form .uppercase {
  text-transform: uppercase;
}


/* (1)Add S- */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
/* (1)Add E- */
.qrcode {
/*  margin: 200px 10px;
  margin: 214px; */
  text-align: center;
  width:285px;
  margin:0 auto;
}

.qr-container h2 {
  text-align: center;
}

/* .qr-container {
  padding-bottom: 150px;
} */

.qrcode img {
  height: 200px;
  width: 200px;
}

.qrcode table {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
  height: auto;
  width: auto;
}

.qrcode td {
  border-left: solid 10px #000;
  height: 10px;
  margin: 0;
  padding: 0;
  width: 0px;
}

.qrcode_box{
  margin: 50px 0 20px 0;
}

.qrcode_box .qrcode{
  width:208px;
}

.qrcode_box .qrcode td{
  border-left: solid 7px #000;
  height: 7px;
}

.qrcode td.black { border-color: #000; }

.qrcode td.white { border-color: #fff; }

.qr_logo {
  width: 220px;
  float: right;
  margin-top: 50px;
  border-radius: 26px;
}

@media screen and (max-width: 640px) {
  .qrcode {
    margin: 22px;
  }
}

.qr_page_content_text h2{
  text-align: left;
  margin-bottom: 20px;
}

@media screen {
  .qr-container {
    padding-bottom: 30px;
  }
  .qr_page_frame{
    background-color:#1E81C7;
    padding: 3px;
    margin-top:30px
  }
  .qr_page_title_frame_1{
    padding: 8px;
    background-color:#fff;
  }
  .qr_page_title_frame_2{
    background-color:#1D95D4;
    padding: 12px 30px;
  }
  .qr_page_title {
    text-align: center;
    color: #132762;
    font-size: 25px;
    font-weight: 500;
  }
  .qr_page_content_area{
    background-color:#fff;
  }
  .qr_page_content_text{
    margin-left: 17.5px;
    text-align: left;
    color: #132762;
    font-size: 23px;
    line-height: 55px;
  }
  .qr_page_content_text_under{
    margin-right: 30px;
    margin-top: 10px;
    text-align: right;
    color: #132762;
    font-size: 25px;
    line-height: 55px;
  }
}
@media print {
  .qr_page_frame{
    background-color:#1E81C7 !important;
    -webkit-print-color-adjust: exact;
    padding: 3px;
    margin-top:30px
  }
  .qr_page_title_frame_1{
    padding: 8px;
    background-color:#fff !important;
    -webkit-print-color-adjust: exact;
  }
  .qr_page_title_frame_2{
    background-color:#1D95D4 !important;
    -webkit-print-color-adjust: exact;
    padding: 12px 30px;
  }
  .qr_page_title {
    text-align: center;
    color: #132762 !important;
    font-size: 25px;
    font-weight: 500;
  }
  .qr_page_content_area{
    background-color:#fff !important;
    -webkit-print-color-adjust: exact;
  }
  .qr_page_content_text{
    margin-left: 17.5px;
    text-align: left;
    color: #132762 !important;
    font-size: 22px;
    line-height: 55px;
  }
  .qr_page_content_text_under{
    margin-right: 30px;
    margin-top: 10px;
    text-align: right;
    color: #132762 !important;
    font-size: 25px;
    line-height: 55px;
  }
}
/* shop list */

.create_new_btn {
  margin-bottom: 10px;
  margin-top: -10px;
}

.shops_table tbody tr td:last-child {
  width: 20%;
}

/* shop comfirm */

#error_explanation {
  background-color: #ffd3d2;
  border: 2px solid red;
  margin-bottom: 20px;
  padding: 7px 7px 0;

  ul li {
    font-size: 12px;
    list-style: square;
  }
}

#notice {
  color: green;
}

#invalid {
  color: red;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .map-btn{ padding: 8px 30px 6px 30px } /* IE11 */
}

/* shop new and edit */
#map {
  height: 200px;
  width: 100%;
}
/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0 0;border:0;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:0 0;color:inherit;border:0;outline:0;border-bottom:solid 1px #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:':';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before{content:'.';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*!
 * [flash-messenger]{@link https://github.com/emn178/flash-messenger}
 *
 * @version 0.3.0
 * @author Chen, Yi-Cyuan [emn178@gmail.com]
 * @copyright Chen, Yi-Cyuan 2016-2019
 * @license MIT
 */
.flash-messages {
  position: absolute;
  z-index: 10000;
  left: 20px;
  right: 20px;
  top: 70px;
}

.flash-message {
  position: relative;
  padding: 15px 20px;
  margin-top: 10px;
  color: #fff;
  border-radius: 5px;
}

.flash-message.nonclosable .flash-message-close {
  display: none;
}

.flash-message-close {
  float: right;
  cursor: pointer;
}

.flash-message.success {
  background-color: #8cc040;
}

.flash-message.notice, .flash-message.info {
  background-color: #77C3E8;
}

.flash-message.error, .flash-message.danger {
  background-color: #dd5749;
}

.flash-message.warning, .flash-message.alert {
  background-color: #FF9800;
}
