/*!
 *  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;
}

/*

*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  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);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://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;
}

/*# sourceMappingURL=bootstrap-datepicker.css.map */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

html > body {
  background-color: #eff4f9;
}

.ars-none {
  display: none;
}

.ars-block {
  display: block;
}

.dormant {
  color: #dc3545;
}

.no-wrap {
  white-space: nowrap;
}

.pre-line {
  white-space: pre-line;
}

.vertical {
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  text-align: center;
}
.vertical .inner {
  background-color: #ecf4fa;
}

.modal-backdrop {
  opacity: 0.5;
}

#main input::-webkit-input-placeholder,
#login input::-webkit-input-placeholder {
  color: #bbb;
}
#main input:-ms-input-placeholder,
#login input:-ms-input-placeholder {
  color: #bbb;
}
#main input::-ms-input-placeholder,
#login input::-ms-input-placeholder {
  color: #bbb;
}
#main input::-moz-placeholder,
#login input::-moz-placeholder {
  color: #bbb;
}
#main input::placeholder,
#login input::placeholder {
  color: #bbb;
}

#main {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 240px;
  margin-bottom: 2rem;
  width: calc(100% - 240px);
}

#main .card,
#modal-agents .card {
  box-shadow: 0 0 0.75rem rgba(42, 67, 84, 0.1);
}
#main .card .card-body,
#modal-agents .card .card-body {
  padding: 0.75rem 1.25rem;
}
#main .button-area,
#modal-agents .button-area {
  position: relative;
}
#main .button-area .btn,
#modal-agents .button-area .btn {
  position: absolute;
  right: 0;
  top: 0;
}
#main .button-area .buttons,
#modal-agents .button-area .buttons {
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
}
#main .button-area .buttons .btn,
#modal-agents .button-area .buttons .btn {
  position: static;
}
#main .button-area .buttons .dropdown,
#modal-agents .button-area .buttons .dropdown {
  display: none;
}
#main .button-area .code,
#modal-agents .button-area .code {
  padding-top: 0.5rem;
  padding-right: 9.375rem;
  line-height: 1.1;
}
#main .button-area.fix,
#modal-agents .button-area.fix {
  position: fixed;
  width: calc(100% - 240px);
  z-index: 900;
  background: #eff4f9;
  margin-top: -0.75rem;
  margin-left: -1rem;
  min-height: 3rem;
  height: auto;
  padding-top: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
#main .button-area.fix .btn,
#modal-agents .button-area.fix .btn {
  margin-top: 0.5rem;
  right: 1rem;
}
#main .button-area.fix.index .btn,
#modal-agents .button-area.fix.index .btn {
  right: 2rem;
}
#main .list-button-area,
#modal-agents .list-button-area {
  padding: 0.75rem 0;
  text-align: right;
  position: relative;
}
#main .list-button-area .inline-text-bottom,
#modal-agents .list-button-area .inline-text-bottom {
  display: flex;
}
#main .list-button-area .inline-text-bottom .text-bottom,
#modal-agents .list-button-area .inline-text-bottom .text-bottom {
  margin-top: auto;
}
#main .form-rows,
#main .show-rows,
#modal-agents .form-rows,
#modal-agents .show-rows {
  border-bottom: solid 1px #DFE2E6;
  margin-top: 0.5rem;
  padding: 0px 5px;
}
#main .form-rows .form-group,
#main .show-rows .form-group,
#modal-agents .form-rows .form-group,
#modal-agents .show-rows .form-group {
  margin-bottom: 0.5rem;
}
#main .form-rows label,
#main .show-rows label,
#modal-agents .form-rows label,
#modal-agents .show-rows label {
  font-weight: bold;
}
#main .form-rows .form-group > label,
#main .form-rows .form-group > div,
#main .show-rows .form-group > label,
#main .show-rows .form-group > div,
#modal-agents .form-rows .form-group > label,
#modal-agents .form-rows .form-group > div,
#modal-agents .show-rows .form-group > label,
#modal-agents .show-rows .form-group > div {
  margin: auto 0px;
}
#main .form-rows .header-row,
#main .show-rows .header-row,
#modal-agents .form-rows .header-row,
#modal-agents .show-rows .header-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 2rem;
}
#main .form-rows .header-row label,
#main .show-rows .header-row label,
#modal-agents .form-rows .header-row label,
#modal-agents .show-rows .header-row label {
  padding-right: 15px;
  padding-left: 15px;
  margin: auto 0px;
}
#main .form-rows .header-row div,
#main .show-rows .header-row div,
#modal-agents .form-rows .header-row div,
#modal-agents .show-rows .header-row div {
  padding-right: 15px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px;
}
#main .form-rows .form-check-label,
#main .show-rows .form-check-label,
#modal-agents .form-rows .form-check-label,
#modal-agents .show-rows .form-check-label {
  font-weight: normal;
}
#main .form-rows .checkbox-col,
#main .show-rows .checkbox-col,
#modal-agents .form-rows .checkbox-col,
#modal-agents .show-rows .checkbox-col {
  display: flex;
}
#main .form-rows #initial-steps label,
#main .show-rows #initial-steps label,
#modal-agents .form-rows #initial-steps label,
#modal-agents .show-rows #initial-steps label {
  font-weight: normal;
}
#main .form-rows.borderless,
#modal-agents .form-rows.borderless {
  border-bottom: none;
}
#main .card-bottom-buttons,
#modal-agents .card-bottom-buttons {
  justify-content: flex-end;
}
#main .card-bottom-buttons div,
#modal-agents .card-bottom-buttons div {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
#main .form-group,
#modal-agents .form-group {
  margin-bottom: 0.75rem;
}
#main .name-row,
#modal-agents .name-row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
#main .name-row div:first-child,
#modal-agents .name-row div:first-child {
  padding-right: 2px;
}
#main .name-row div:last-child,
#modal-agents .name-row div:last-child {
  padding-left: 2px;
}
#main table.table,
#modal-agents table.table {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
#main table.table th.th-width,
#modal-agents table.table th.th-width {
  width: 50%;
}
#main table.table thead.thead-dark th,
#modal-agents table.table thead.thead-dark th {
  background-color: #82b4d5;
  border-color: #85bee5;
  border-bottom-width: 1px;
}
#main table.table thead.thead-dark th.sort-active,
#modal-agents table.table thead.thead-dark th.sort-active {
  background-color: #fff;
}
#main table.table thead.thead-dark th.th-width,
#modal-agents table.table thead.thead-dark th.th-width {
  width: 10%;
}
#main table.table tr.tr-area td p,
#modal-agents table.table tr.tr-area td p {
  margin: 0;
  padding: 0;
}
#main table.table th,
#modal-agents table.table th {
  background-color: #82b4d5;
  border-color: #85bee5;
  color: #fff;
  font-weight: 300;
  font-size: 0.75rem;
  height: 40px;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
#main table.table th a,
#modal-agents table.table th a {
  color: #fff;
}
#main table.table tr.payment th,
#modal-agents table.table tr.payment th {
  background-color: #529cce;
}
#main table.table th.sort-active a, #main table.table th.sort-active i,
#modal-agents table.table th.sort-active a,
#modal-agents table.table th.sort-active i {
  color: #82b4d5;
}
#main table.table th.sort-active a:hover,
#modal-agents table.table th.sort-active a:hover {
  color: #fff;
}
#main table.table th.sort-active a:hover i,
#modal-agents table.table th.sort-active a:hover i {
  color: #fff;
}
#main table.table th.remaining,
#modal-agents table.table th.remaining {
  background: #e5004a;
  color: #fff;
  border-color: #dd4476;
}
#main table.table tr.balance th, #main table.table tr.balance td,
#modal-agents table.table tr.balance th,
#modal-agents table.table tr.balance td {
  font-size: 1rem;
}
#main table.table tr.balance th,
#modal-agents table.table tr.balance th {
  background-color: #529cce;
}
#main table.table tr.balance td,
#modal-agents table.table tr.balance td {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.03);
}
#main table.table th, #main table.table td,
#modal-agents table.table th,
#modal-agents table.table td {
  vertical-align: middle;
}
#main table.table tr.price > td,
#main table.table tr.payment > td,
#modal-agents table.table tr.price > td,
#modal-agents table.table tr.payment > td {
  background-color: rgba(0, 0, 0, 0.03);
}
#main table.table .action-area,
#modal-agents table.table .action-area {
  width: 8.25rem;
}
#main table.table td.monospace,
#modal-agents table.table td.monospace {
  font-family: "Yu Gothic", monospace;
}
#main table.table tr.shortage td,
#modal-agents table.table tr.shortage td {
  background-color: #fff7e0;
}
#main table.table tr.highlight td,
#modal-agents table.table tr.highlight td {
  background-color: #f3d1d1;
}
#main table.table tr.withdrawn td,
#modal-agents table.table tr.withdrawn td {
  background-color: #f5f5f5;
}
#main table.table tr.selected td,
#modal-agents table.table tr.selected td {
  background-color: #ecf4fa;
  color: #649fdb;
}
#main table.table tr.promotion_alert td,
#modal-agents table.table tr.promotion_alert td {
  background-color: #e1f7e6;
}
#main table.table tr.order_step_alert td,
#modal-agents table.table tr.order_step_alert td {
  background-color: #d1ecf1;
}
#main table.table tr.mismatch_item td,
#modal-agents table.table tr.mismatch_item td {
  background-color: #f5f5f5;
}
#main table.table tr.mismatch_error td,
#modal-agents table.table tr.mismatch_error td {
  background-color: #f3d1d1;
}
#main table.table tr.current td,
#modal-agents table.table tr.current td {
  background-color: #ecf4fa;
}
#main table.table td#this_month,
#main table.table td#next_month,
#modal-agents table.table td#this_month,
#modal-agents table.table td#next_month {
  transition: 0.3s ease;
}
#main table.table td#this_month.active,
#main table.table td#next_month.active,
#modal-agents table.table td#this_month.active,
#modal-agents table.table td#next_month.active {
  background-color: #e7639e;
  color: white;
}
#main table.table.table-thead-sm thead th,
#modal-agents table.table.table-thead-sm thead th {
  height: auto;
}
#main #customer-result img.user-icon,
#main #customer-actions img.user-icon,
#main #customers-search-by-card-results img.user-icon,
#main #customer-shop-usages img.user-icon,
#main #customer-gold-requests img.user-icon,
#main #customer-gold-change-item-requests img.user-icon,
#main #receive-result img.user-icon,
#main #sales-result img.user-icon,
#main #customer-orders-result img.user-icon,
#main #introducers-table img.user-icon,
#main #customer-cochamama img.user-icon,
#main #organizations-result img.user-icon,
#main #agents-table img.user-icon,
#main #payment-result img.user-icon,
#main #analysis img.user-icon,
#main #bill-result img.user-icon,
#main #organizations-assessments img.user-icon,
#main #organizations-unit-results img.user-icon,
#main #organizations-total-results img.user-icon,
#main #counselor-requests img.user-icon,
#main #bulk-ratios img.user-icon,
#main #associates-list img.user-icon,
#main #membership-result img.user-icon,
#main #unlink-line-users-result img.user-icon,
#main #counselors-table img.user-icon,
#main #customer-candidate-result img.user-icon,
#main #target-members-table img.user-icon,
#main #target-members-result-table img.user-icon,
#main #customer-candidate-actions img.user-icon,
#main #target-sellers-result-table img.user-icon,
#main #sales-search-buyer-modal img.user-icon,
#main #organizations-search-by-card-results img.user-icon,
#main #customer-subscription-applies img.user-icon,
#modal-agents #customer-result img.user-icon,
#modal-agents #customer-actions img.user-icon,
#modal-agents #customers-search-by-card-results img.user-icon,
#modal-agents #customer-shop-usages img.user-icon,
#modal-agents #customer-gold-requests img.user-icon,
#modal-agents #customer-gold-change-item-requests img.user-icon,
#modal-agents #receive-result img.user-icon,
#modal-agents #sales-result img.user-icon,
#modal-agents #customer-orders-result img.user-icon,
#modal-agents #introducers-table img.user-icon,
#modal-agents #customer-cochamama img.user-icon,
#modal-agents #organizations-result img.user-icon,
#modal-agents #agents-table img.user-icon,
#modal-agents #payment-result img.user-icon,
#modal-agents #analysis img.user-icon,
#modal-agents #bill-result img.user-icon,
#modal-agents #organizations-assessments img.user-icon,
#modal-agents #organizations-unit-results img.user-icon,
#modal-agents #organizations-total-results img.user-icon,
#modal-agents #counselor-requests img.user-icon,
#modal-agents #bulk-ratios img.user-icon,
#modal-agents #associates-list img.user-icon,
#modal-agents #membership-result img.user-icon,
#modal-agents #unlink-line-users-result img.user-icon,
#modal-agents #counselors-table img.user-icon,
#modal-agents #customer-candidate-result img.user-icon,
#modal-agents #target-members-table img.user-icon,
#modal-agents #target-members-result-table img.user-icon,
#modal-agents #customer-candidate-actions img.user-icon,
#modal-agents #target-sellers-result-table img.user-icon,
#modal-agents #sales-search-buyer-modal img.user-icon,
#modal-agents #organizations-search-by-card-results img.user-icon,
#modal-agents #customer-subscription-applies img.user-icon {
  width: 30px;
  height: 30px;
}
#main table.table-search-result img.user-icon,
#modal-agents table.table-search-result img.user-icon {
  width: 30px;
  height: 30px;
}
#main .icon-area,
#modal-agents .icon-area {
  max-width: 12.5rem;
  max-height: 12.5rem;
}
#main table th.extension,
#modal-agents table th.extension {
  position: relative;
  padding: 0;
}
#main table th.extension a,
#modal-agents table th.extension a {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #82b4d5;
}
#main table th.extension a:hover,
#modal-agents table th.extension a:hover {
  background-color: #73a0ba;
}
#main table th.extension span.sort-position,
#modal-agents table th.extension span.sort-position {
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  line-height: 1;
}
#main table.ransack-result th.extension a,
#modal-agents table.ransack-result th.extension a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#main table.ransack-result th.extension a:hover,
#modal-agents table.ransack-result th.extension a:hover {
  text-decoration: none;
}

#customer-candidate-list .nav-link.active,
#customer-candidate-body .nav-link.active,
#customers-list .nav-link.active,
#customer-body .nav-link.active,
#organizations-list .nav-link.active,
#customer #search-head .nav-link.active,
#customer-candidates #search-head .nav-link.active {
  border-bottom: solid 2px #8DB3D2;
}

.custom-tabs .parent-tabs {
  background-color: #E1EEFA;
  border-bottom: solid 2px #8DB3D2;
}
.custom-tabs .parent-tabs .nav-link {
  color: #017BFE;
}
.custom-tabs .parent-tabs .nav-link:hover {
  background-color: #FFFFFF;
}
.custom-tabs .parent-tabs .nav-link.active {
  color: #FFFFFF;
  background-color: #8DB3D2;
  border-color: #8DB3D2;
  border-bottom: none;
}
.custom-tabs .child-tabs {
  background-color: #FFFFFF;
}
.custom-tabs .child-tabs .nav-tabs {
  border-bottom: none !important;
  margin-right: -1rem;
  margin-left: -1rem;
}
.custom-tabs .child-tabs .nav-tabs .nav-item:not(:last-child) {
  position: relative;
  display: inline-block;
}
.custom-tabs .child-tabs .nav-tabs .nav-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 21px;
  background-color: #D9D9D9;
  position: absolute;
  top: 7px;
  right: 0px;
}
.custom-tabs .child-tabs .nav-tabs .nav-link {
  color: #017BFE;
  border: solid 1px #FFFFFF;
  border-radius: 4px 6px;
  padding: 4px 6px;
  margin: 0px 8px;
}
.custom-tabs .child-tabs .nav-tabs .nav-link:hover {
  background-color: #E1EEFA;
}
.custom-tabs .child-tabs .nav-tabs .nav-link.active {
  color: #485056;
  border-bottom: none !important;
  background-color: #E1EEFA;
  border-color: #E1EEFA;
}

/* PC版でサイドバーを狭めたとき */
@media (min-width: 768px) {
  #sidebar.min + #main {
    margin-left: 50px;
    width: calc(100% - 50px);
  }
  #sidebar.min + #main .button-area.fix {
    width: calc(100% - 50px);
  }
}
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  padding: 1rem 1.15rem;
  line-height: 1;
  background-color: #e7639e;
  color: white;
  box-shadow: 0 0 0.5rem rgba(42, 67, 84, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  border-radius: 50%;
}
.scroll-to-top:hover {
  background-color: #b24c78;
  transform: translate(0, -0.25rem);
}

@media (max-width: 767px) {
  #main {
    margin-left: 0;
    width: 100%;
  }

  #main.fix {
    position: fixed;
  }

  #main .button-area.fix,
#modal-agents .button-area.fix {
    width: 100%;
  }
  #main table.table th, #main table.table td,
#modal-agents table.table th,
#modal-agents table.table td {
    font-size: 0.75rem;
  }
  #main table.table .code-area,
#modal-agents table.table .code-area {
    word-break: break-all;
  }
  #main table.table .action-area,
#modal-agents table.table .action-area {
    width: 4rem;
  }
  #main .card-header,
#modal-agents .card-header {
    font-size: 0.875rem;
  }
  #main .details-area,
#modal-agents .details-area {
    font-size: 0.875rem;
  }
  #main .details-area .form-control,
#modal-agents .details-area .form-control {
    font-size: 0.875rem;
  }
  #main .details-area .input-group-addon,
#modal-agents .details-area .input-group-addon {
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
  }
  #main .details-area .input-group-text,
#modal-agents .details-area .input-group-text {
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
  }
  #main .input-group-text,
#modal-agents .input-group-text {
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
  }
  #main #customer-result img.user-icon,
#main #receive-result img.user-icon,
#main #sales-result img.user-icon,
#main #introducers-table img.user-icon,
#main #organizations-result img.user-icon,
#main #agents-table img.user-icon,
#main #membership-result img.user-icon,
#modal-agents #customer-result img.user-icon,
#modal-agents #receive-result img.user-icon,
#modal-agents #sales-result img.user-icon,
#modal-agents #introducers-table img.user-icon,
#modal-agents #organizations-result img.user-icon,
#modal-agents #agents-table img.user-icon,
#modal-agents #membership-result img.user-icon {
    width: 20px;
    height: 20px;
  }
  #main .nav-link,
#modal-agents .nav-link {
    padding: 0.5rem;
  }
  #main .button-area .buttons > .btn,
#modal-agents .button-area .buttons > .btn {
    display: none;
  }
  #main .button-area .buttons .dropdown,
#modal-agents .button-area .buttons .dropdown {
    display: block;
  }
  #main .button-area .buttons#customer-index-buttons .btn,
#main .button-area .buttons#customer-candidate-index-buttons .btn,
#main .button-area .buttons#customer-candidate-show-buttons .btn,
#main .button-area .buttons#customer-alternative-search-methods-buttons .btn,
#main .button-area .buttons#customer-index-by-cards-buttons .btn,
#main .button-area .buttons#customer-index-by-tags-buttons .btn,
#main .button-area .buttons#organization-show-buttons .btn,
#modal-agents .button-area .buttons#customer-index-buttons .btn,
#modal-agents .button-area .buttons#customer-candidate-index-buttons .btn,
#modal-agents .button-area .buttons#customer-candidate-show-buttons .btn,
#modal-agents .button-area .buttons#customer-alternative-search-methods-buttons .btn,
#modal-agents .button-area .buttons#customer-index-by-cards-buttons .btn,
#modal-agents .button-area .buttons#customer-index-by-tags-buttons .btn,
#modal-agents .button-area .buttons#organization-show-buttons .btn {
    display: block;
  }
  #main .button-area .buttons#customer-index-buttons .mobile-hide-button,
#main .button-area .buttons#customer-candidate-index-buttons .mobile-hide-button,
#main .button-area .buttons#customer-candidate-show-buttons .mobile-hide-button,
#main .button-area .buttons#customer-alternative-search-methods-buttons .mobile-hide-button,
#main .button-area .buttons#customer-index-by-cards-buttons .mobile-hide-button,
#main .button-area .buttons#customer-index-by-tags-buttons .mobile-hide-button,
#main .button-area .buttons#organization-show-buttons .mobile-hide-button,
#modal-agents .button-area .buttons#customer-index-buttons .mobile-hide-button,
#modal-agents .button-area .buttons#customer-candidate-index-buttons .mobile-hide-button,
#modal-agents .button-area .buttons#customer-candidate-show-buttons .mobile-hide-button,
#modal-agents .button-area .buttons#customer-alternative-search-methods-buttons .mobile-hide-button,
#modal-agents .button-area .buttons#customer-index-by-cards-buttons .mobile-hide-button,
#modal-agents .button-area .buttons#customer-index-by-tags-buttons .mobile-hide-button,
#modal-agents .button-area .buttons#organization-show-buttons .mobile-hide-button {
    display: none;
  }
  #main .button-area .buttons:has(#sale-btn):has(:not(#qr-btn)) .btn,
#modal-agents .button-area .buttons:has(#sale-btn):has(:not(#qr-btn)) .btn {
    display: block;
  }
  #main .button-area .buttons:has(#sale-btn):has(#qr-btn) #qr-btn,
#modal-agents .button-area .buttons:has(#sale-btn):has(#qr-btn) #qr-btn {
    display: none;
  }
  #main .button-area .buttons:has(#sale-btn):has(#qr-btn) .btn,
#modal-agents .button-area .buttons:has(#sale-btn):has(#qr-btn) .btn {
    display: block;
  }
  #main .form-rows,
#modal-agents .form-rows {
    border-bottom: none;
  }
  #main .show-rows .header-row,
#modal-agents .show-rows .header-row {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }

  #input-number-modal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
  }

  .datepicker.form-control[readonly] {
    background-color: #fff;
  }
}
@media (max-width: 575px) {
  #main .payment-class {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #main #receive-result img.user-icon,
#main #sales-result img.user-icon,
#main #introducers-table img.user-icon,
#main #organizations-result img.user-icon,
#main #agents-table img.user-icon,
#main #membership-result img.user-icon,
#modal-agents #receive-result img.user-icon,
#modal-agents #sales-result img.user-icon,
#modal-agents #introducers-table img.user-icon,
#modal-agents #organizations-result img.user-icon,
#modal-agents #agents-table img.user-icon,
#modal-agents #membership-result img.user-icon {
    display: block;
  }
  #main .button-area.fix .code,
#modal-agents .button-area.fix .code {
    font-size: 0.875rem;
  }
}
@media (max-width: 400px) {
  #initial-steps {
    font-size: 0;
    display: inline-block;
  }
  #initial-steps span.btn {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
}
#header {
  position: fixed;
  left: 240px;
  top: 0;
  width: calc(100% - 240px);
  height: 81px;
  z-index: 1000;
  background-color: #82b4d5;
  border: none;
}
#header .page-type {
  background-color: #eff4f9;
  color: #7c8ba9;
  width: 100%;
  position: absolute;
  top: 61px;
  text-align: left;
  line-height: 1.25rem;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}
#header .logo {
  display: none;
  text-align: center;
  font-weight: 300;
  padding: 0.5rem 0 0;
}
#header .logo img {
  max-height: 44px;
}
#header + section {
  margin-top: 5.875rem;
  padding-bottom: 4rem;
}
#header .countdown-box {
  display: none;
  height: 30px;
}
#header .countdown-box .countdown {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#header .countdown-box .countdown .cd-text {
  font-weight: bold;
  color: #82b4d5;
}
#header .countdown-box .countdown .cd-digit {
  margin: 0 1px;
  padding: 0 3px;
  background-color: #6280A6;
  color: #fff;
  font-weight: bold;
}
#header .available-item {
  color: #82b4d5;
  white-space: nowrap;
  line-height: 1.1;
  padding: 0.25rem 2rem;
}
#header .available-item .available-title {
  font-size: 1rem;
}
#header .available-item .available-time {
  font-size: 0.9rem;
}
#header .tel {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.1;
  margin: 0.4rem 0 0 1rem;
}
#header .tel .title {
  font-size: 1rem;
}
#header .tel .tel-form-area {
  display: flex;
}
#header .tel .tel-area {
  width: 420px;
}
#header .tel .form-area {
  width: 420px;
}
#header .tel i {
  font-size: 2.2rem;
}
#header .tel small, #header .tel .small {
  display: block;
  font-size: 0.75rem;
  text-align: left;
  margin-top: 0.1rem;
}
#header .tel a {
  color: #fff;
  text-decoration: underline;
}
#header .dropdown-menu {
  overflow-y: scroll;
  max-height: 80vh;
}
#header .dropdown-menu .tel {
  font-size: 1.25rem;
  position: relative;
  left: auto;
  top: auto;
  padding: 0 1rem;
  color: #82b4d5;
}
#header .dropdown-menu .tel .dropdown-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
#header .dropdown-menu .tel .dropdown-tel-area {
  margin-bottom: 5px;
}
#header .dropdown-menu .tel .tel-link {
  font-size: 1.25rem;
}
#header .dropdown-menu .tel .form-link {
  font-size: 1rem;
}
#header .dropdown-menu .tel i {
  font-size: 1.25rem;
}
#header .dropdown-menu .tel a {
  color: #82b4d5;
  text-decoration: underline;
}
#header .dropdown-menu .dropdown-item[aria-expanded=true]:hover {
  background-color: #ecf4fa;
  color: #2b7cce;
}
#header .dropdown-menu .dropdown-item[aria-expanded=true] {
  background-color: #ecf4fa;
  color: #2b7cce;
}
#header .dropdown-item:hover {
  background-color: #82b4d5;
  color: #fff;
}
#header .info-scroll {
  max-height: 500px;
  overflow-y: auto;
}
#header #user-dropdown {
  position: absolute;
  right: 1rem;
  top: 0.2rem;
}
#header #user-dropdown button.btn {
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
#header #user-dropdown button.btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#header #user-dropdown button.btn:active {
  background-color: rgba(0, 0, 0, 0.1);
}
#header #user-dropdown img.user-icon {
  width: 40px;
  height: 40px;
}
#header #user-dropdown .dropdown-menu {
  min-width: 15rem;
}
#header #user-dropdown .dropdown-menu .user-name {
  padding: 0 1rem;
  font-size: 0.875rem;
  color: #666;
}
#header #menu-toggle {
  display: none;
  position: absolute;
  font-size: 1.5rem;
  left: 1rem;
  top: 0.625rem;
  color: #fff;
}
#header .dropdown-submenu {
  position: relative;
  background-color: #ecf4fa;
  padding-left: 15px;
}
#header .dropdown-submenu > .dropdown-menu {
  top: -1rem;
  left: -100%;
  margin-top: -6px;
  margin-left: -20px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#header .dropdown-submenu > .dropdown-menu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #999;
  margin-top: 5px;
  margin-right: -10px;
}
#header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#header .dropdown-submenu:hover > a:after {
  border-left-color: #ddd;
}
#header .dropdown-submenu.pull-left {
  float: none;
}
#header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#header .show-header-infos {
  position: absolute;
  right: 6.5rem;
  top: 0.6rem;
}
#header .show-header-infos #show-header-infos-dropdown {
  cursor: pointer;
}
#header .show-header-infos #information-badge {
  position: relative;
  top: -13px;
  right: -20px;
}
#header .show-header-infos .dropdown-menu {
  padding: 0;
  border-radius: 0.3rem;
}
#header .show-header-infos .show-header-infos-box {
  color: rgba(0, 0, 30, 0.03);
}
#header .show-header-infos .show-header-infos-box:hover {
  color: rgba(0, 0, 0, 0.1);
}
#header .show-header-infos .show-header-infos-box:active {
  color: rgba(0, 0, 0, 0.1);
}
#header .show-header-infos .category-name {
  padding: 13px;
  background-color: #f9c270;
  color: #fff;
  font-size: 1rem;
}
#header .show-header-infos .spinner-row {
  margin: 0px 15px;
  width: 400px;
}
#header .show-header-infos .alert-info {
  margin: 0px 15px;
  width: 400px;
}
#header .show-header-infos .info-col {
  margin: 0px 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
#header .show-header-infos .info-col .info-header {
  padding: 5px;
  border-bottom: 1px solid #e9ecef;
  background: #82b4d5;
  color: #fff;
}
#header .show-header-infos .info-col .info-header a {
  color: #fff !important;
}
#header .show-header-infos .info-contents {
  width: 400px;
  padding: 0.1rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #e9ecef;
}
#header .show-header-infos .info-contents .title {
  padding: 0.25rem 0 0.25rem;
  color: #5aa9e5;
}
#header .show-header-infos .info-contents .date {
  text-align: right;
  padding: 0.5rem 0 0 0;
}
#header .show-header-infos .info-col .info-contents:last-child {
  border-bottom: none;
}
#header .show-header-infos-count {
  width: 1.3em;
  right: 0rem;
  top: -0.7rem;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  z-index: 20;
}
#header .info-circle {
  width: 0.8em;
  height: 0.8em;
  top: 0rem;
  right: -0.3rem;
  position: absolute;
  border-radius: 50%;
  background: #dc3545;
  z-index: 10;
}
#header .show-header-infos-over-99 {
  width: 1.2em;
  height: 1.1em;
  top: -1rem;
  left: 0.8rem;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  z-index: 20;
}

#header.agent {
  background-color: #faa6b3;
}

#header.u-agent {
  background-color: #E09DBA;
}

#header.u-base {
  background-color: #607ea5;
}

#header.d-agent {
  background-color: #E86A64;
}

#header.d-base {
  background-color: #60A689;
}

/* PC版でサイドバーを狭めたとき */
@media (min-width: 768px) {
  #sidebar.min + #main #header {
    left: 50px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  #header {
    left: 0px;
    width: 100%;
    background-color: #fff;
  }
  #header #menu-toggle {
    display: block;
  }
  #header .logo {
    display: block;
  }
  #header .countdown-box {
    display: block;
  }
  #header .countdown-box ~ .page-type {
    top: 81px;
  }
  #header .tel {
    display: none;
  }
  #header .dropdown-menu .tel {
    display: block;
  }
  #header #user-dropdown {
    right: 0.375rem;
  }
  #header #user-dropdown .btn {
    font-size: 0.875rem;
    padding: 0.3rem;
  }
  #header #menu-toggle {
    color: #7c8ba9;
  }
  #header .show-header-infos {
    right: 4.5rem;
  }
  #header .show-header-infos .dropdown-menu {
    max-width: 20rem;
  }
  #header .show-header-infos .show-header-infos-box {
    color: #cee1f5;
  }
  #header .show-header-infos .spinner-row {
    max-width: 18rem;
  }
  #header .show-header-infos .alert-info {
    max-width: 18rem;
  }
  #header .show-header-infos .info-contents {
    max-width: 18rem;
  }
  #header .show-header-infos .show-header-infos-count {
    color: #fff;
  }

  #header.mt-countdown + section {
    margin-top: 7.1rem;
  }
}
@media screen and (max-width: 480px) {
  #header .show-header-infos-count {
    color: #cee1f5;
  }
  #header .info-circle {
    right: 0rem;
  }
  #header .show-header-infos-over-99 {
    color: #cee1f5;
    left: 0.8rem;
    top: -0.4rem;
  }
}
@media (max-width: 400px) {
  #header #user-dropdown {
    top: 0.5rem;
  }
  #header #user-dropdown img.user-icon {
    width: 35px;
    height: 35px;
  }
  #header #user-dropdown .btn {
    padding: 0.2rem;
    font-size: 0.7rem;
  }
  #header .show-header-infos {
    top: 0.8rem;
    right: 3.8rem;
  }
  #header .show-header-infos .show-header-infos-box {
    font-size: 1.1rem;
  }
  #header .show-header-infos .show-header-infos-count {
    color: #fff;
    top: -0.6rem;
  }
  #header .show-header-infos .dropdown-menu {
    max-width: 17rem;
  }
  #header .show-header-infos .dropdown-menu .spinner-row {
    max-width: 15rem;
  }
  #header .show-header-infos .dropdown-menu .alert-info {
    max-width: 15rem;
  }
  #header .show-header-infos .dropdown-menu .info-contents {
    max-width: 15rem;
  }
  #header .info-circle {
    width: 1.1em;
    height: 1em;
    right: -0.2rem;
    top: -0.1rem;
  }
}
#sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  overflow: hidden;
  font-weight: 400;
  background-color: #fff;
  z-index: 1001;
  font-size: 1rem;
  border-right: 1px solid #b5bcc7;
  transition-duration: 300ms;
}
#sidebar i.fa {
  text-align: center;
  min-width: 1rem;
}
#sidebar .inner {
  overflow-x: hidden;
  height: 100%;
}
#sidebar .logo-area {
  position: relative;
  min-height: 50px;
}
#sidebar .logo-area .logo {
  padding: 1.35rem 0;
  text-align: center;
}
#sidebar .logo-area .logo .report_only {
  width: 140px;
}
#sidebar .logo-area .logo.hide {
  display: none;
}
#sidebar .logo-area .countdown-section {
  position: relative;
  margin-bottom: 33px;
}
#sidebar .logo-area .countdown-section .countdown-box {
  position: absolute;
  transform: translate(0, -1.35rem);
  width: 100%;
  text-align: center;
}
#sidebar .logo-area .countdown-section .countdown-box .countdown {
  display: inline-flex;
  border-top: 1px solid #82b4d5;
  border-bottom: 1px solid #82b4d5;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#sidebar .logo-area .countdown-section .countdown-box .countdown .cd-text {
  font-weight: bold;
  color: #82b4d5;
}
#sidebar .logo-area .countdown-section .countdown-box .countdown .cd-digit {
  margin: 0 1px;
  padding: 0 3px;
  background-color: #6280A6;
  color: #fff;
  font-weight: bold;
}
#sidebar .logo-area .countdown-section + div.arrow {
  transform: translate(0px, 44px);
}
#sidebar .logo-area .arrow {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 50px;
  text-align: right;
}
#sidebar .logo-area .arrow a {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0.75rem 1.25rem;
  color: #4c5258;
}
#sidebar .logo-area .arrow a i {
  margin-right: 0;
}
#sidebar .logo-area .arrow a:hover {
  color: #2b7cce;
}
#sidebar .scroll-area {
  overflow-y: scroll;
  height: calc(100% - 135px);
}
#sidebar .list-group {
  font-weight: 400;
  border-radius: 0;
}
#sidebar .list-group .list-group-item[aria-expanded=true]:hover {
  background-color: #ecf4fa;
  color: #2b7cce;
}
#sidebar .list-group .list-group-item[aria-expanded=true] {
  background-color: #ecf4fa;
  color: #2b7cce;
}
#sidebar .list-group-item {
  border-radius: 0;
  color: #4c5258;
  border-left: 0;
  border-right: 0;
  border-color: #b5bcc7;
  white-space: nowrap;
}
#sidebar .list-group-item.active {
  background-color: #ecf4fa;
  color: #2b7cce;
}
#sidebar .list-group-item:hover,
#sidebar .collapse.show .list-group-item:hover {
  background-color: #82b4d5;
  color: #fff;
}
#sidebar .list-group-item.active:hover,
#sidebar .collapse.show .list-group-item.active:hover {
  background-color: #ecf4fa;
  color: #649fdb;
}
#sidebar .disabled.list-group-item:hover,
#sidebar .collapse.show .disabled.list-group-item:hover {
  background-color: #82b4d5;
  color: #fff;
}
#sidebar i {
  margin-right: 6px;
}
#sidebar .disabled.list-group-item {
  cursor: default;
}
#sidebar .sub-menu .list-group-item {
  background-color: #ecf4fa;
  text-align: left;
}
#sidebar .sub-menu .list-group-item:hover {
  opacity: 1;
  background-color: #82b4d5;
  color: #fff;
}
#sidebar .sub-menu .list-group-item.active {
  background-color: #ecf4fa;
}
#sidebar .sub-menu .list-group-item.active:hover {
  color: #fff;
  background-color: #ecf4fa;
}
#sidebar .sub-menu .list-group-item:last-child {
  border-bottom: 0;
}
#sidebar .banner {
  display: block;
  margin: 1rem;
}
#sidebar .banner img {
  display: block;
  width: 100%;
}
#sidebar .mocopa-banner {
  padding: 0.5rem;
  border: 1px solid #e7639e;
}
#sidebar .mocopa-banner:hover {
  border: 1px solid #b24c78;
}
#sidebar .banner-min {
  display: none;
  text-align: center;
  padding: 13px 0;
  border-bottom: 1px solid #b5bcc7;
}
#sidebar .banner-min:hover {
  background-color: #EBF5FA;
}
#sidebar .banner-min img {
  width: 22px;
  height: 22px;
  vertical-align: top;
}

/* PC版でサイドバーを狭めたとき */
@media (min-width: 768px) {
  #sidebar.min {
    width: 50px;
  }
  #sidebar.min .list-group-item {
    width: 50px;
    height: 50px;
    padding: 1rem 1.25rem;
  }
  #sidebar.min .logo {
    display: none;
  }
  #sidebar.min .countdown-section {
    display: none;
  }
  #sidebar.min .countdown-section + div.arrow {
    transform: translate(0px, 0px);
  }
  #sidebar.min .arrow a {
    padding: 1rem 1.25rem;
  }
  #sidebar.min .arrow .fa-arrow-left:before {
    content: "\f061";
  }
  #sidebar.min .list-group-item span {
    display: none;
  }
  #sidebar.min .banner {
    display: none;
  }
  #sidebar.min .banner-min {
    display: block;
  }
}
/* スマホ版 */
@media (max-width: 767px) {
  #sidebar {
    left: -240px;
    width: 240px;
    z-index: 1100;
    max-height: 100%;
  }
  #sidebar .logo {
    display: none;
  }
  #sidebar .countdown-section {
    display: none;
  }
  #sidebar .countdown-section + div.arrow {
    transform: translate(0px, 0px) !important;
  }
  #sidebar .scroll-area {
    height: calc(100% - 50px);
  }
  #sidebar .list-group > .list-group-item {
    text-align: left;
  }

  #sidebar.show {
    left: 0;
  }

  #sidebar::-webkit-scrollbar {
    width: 0px;
  }
}
.btn {
  white-space: nowrap;
}

#main .btn:not(:disabled),
#login .btn:not(:disabled),
#modal-agents .btn:not(:disabled),
div[id*=___BV_modal_outer] .btn:not(:disabled) {
  cursor: pointer;
}
#main .btn.btn-primary,
#login .btn.btn-primary,
#modal-agents .btn.btn-primary,
div[id*=___BV_modal_outer] .btn.btn-primary {
  background: linear-gradient(0deg, #426abd, #64a1d6);
  border-color: #426abd;
}
#main .btn.btn-primary:hover,
#login .btn.btn-primary:hover,
#modal-agents .btn.btn-primary:hover,
div[id*=___BV_modal_outer] .btn.btn-primary:hover {
  background: linear-gradient(0deg, #395ca3, #578dba);
  border-color: #2f4c87;
}
#main .btn.btn-secondary,
#login .btn.btn-secondary,
#modal-agents .btn.btn-secondary,
div[id*=___BV_modal_outer] .btn.btn-secondary {
  background: linear-gradient(0deg, #81969a, #b6c4c6);
  border-color: #81969a;
}
#main .btn.btn-secondary:hover:not(:disabled),
#login .btn.btn-secondary:hover:not(:disabled),
#modal-agents .btn.btn-secondary:hover:not(:disabled),
div[id*=___BV_modal_outer] .btn.btn-secondary:hover:not(:disabled) {
  background: linear-gradient(0deg, #6b7c7f, #9da9aa);
  border-color: #546163;
}
#main .btn.btn-success,
#login .btn.btn-success,
#modal-agents .btn.btn-success,
div[id*=___BV_modal_outer] .btn.btn-success {
  background: linear-gradient(0deg, #39ac99, #59cdc2);
  border-color: #39ac99;
}
#main .btn.btn-success:hover:not(:disabled),
#login .btn.btn-success:hover:not(:disabled),
#modal-agents .btn.btn-success:hover:not(:disabled),
div[id*=___BV_modal_outer] .btn.btn-success:hover:not(:disabled) {
  background: linear-gradient(0deg, #319181, #4eb2a8);
  border-color: #277568;
}
#main .btn.btn-success-disabled,
#login .btn.btn-success-disabled,
#modal-agents .btn.btn-success-disabled,
div[id*=___BV_modal_outer] .btn.btn-success-disabled {
  background: linear-gradient(0deg, #9ac5bd, #9acdc8);
  border-color: #96b1ac;
  cursor: auto !important;
}
#main .btn.btn-info,
#login .btn.btn-info,
#modal-agents .btn.btn-info,
div[id*=___BV_modal_outer] .btn.btn-info {
  background: linear-gradient(0deg, #46bad3, #77dae7);
  border-color: #46bad3;
}
#main .btn.btn-info:hover,
#login .btn.btn-info:hover,
#modal-agents .btn.btn-info:hover,
div[id*=___BV_modal_outer] .btn.btn-info:hover {
  background: linear-gradient(0deg, #3ea3b7, #6ac2cc);
  border-color: #348c9b;
}
#main a.btn-info.disabled,
#login a.btn-info.disabled,
#modal-agents a.btn-info.disabled,
div[id*=___BV_modal_outer] a.btn-info.disabled {
  color: #fff;
}
#main .btn.btn-warning,
#login .btn.btn-warning,
#modal-agents .btn.btn-warning,
div[id*=___BV_modal_outer] .btn.btn-warning {
  background: linear-gradient(0deg, #f29645, #f7c475);
  border-color: #f29645;
  color: #fff;
}
#main .btn.btn-warning:hover,
#login .btn.btn-warning:hover,
#modal-agents .btn.btn-warning:hover,
div[id*=___BV_modal_outer] .btn.btn-warning:hover {
  background: linear-gradient(0deg, #d6853e, #dbad69);
  border-color: #ba7335;
}
#main .btn.btn-danger,
#login .btn.btn-danger,
#modal-agents .btn.btn-danger,
div[id*=___BV_modal_outer] .btn.btn-danger {
  background: linear-gradient(0deg, #e1534a, #ee8d80);
  border-color: #e1534a;
}
#main .btn.btn-danger:hover:not(:disabled),
#login .btn.btn-danger:hover:not(:disabled),
#modal-agents .btn.btn-danger:hover:not(:disabled),
div[id*=___BV_modal_outer] .btn.btn-danger:hover:not(:disabled) {
  background: linear-gradient(0deg, #c64841, #d37d72);
  border-color: #aa3e38;
}
#main #submit-sale.btn.btn-success:disabled:hover,
#main #submit-order.btn.btn-success:disabled:hover,
#login #submit-sale.btn.btn-success:disabled:hover,
#login #submit-order.btn.btn-success:disabled:hover,
#modal-agents #submit-sale.btn.btn-success:disabled:hover,
#modal-agents #submit-order.btn.btn-success:disabled:hover,
div[id*=___BV_modal_outer] #submit-sale.btn.btn-success:disabled:hover,
div[id*=___BV_modal_outer] #submit-order.btn.btn-success:disabled:hover {
  background: linear-gradient(0deg, #39ac99, #59cdc2);
  border-color: #39ac99;
  cursor: wait;
}
#main #temp-submit-order.btn.btn-warning:disabled:hover,
#login #temp-submit-order.btn.btn-warning:disabled:hover,
#modal-agents #temp-submit-order.btn.btn-warning:disabled:hover,
div[id*=___BV_modal_outer] #temp-submit-order.btn.btn-warning:disabled:hover {
  background: linear-gradient(0deg, #f29645, #f7c475);
  border-color: #f29645;
  cursor: wait;
}

form .field_with_errors {
  display: flex;
  width: 100%;
}
form .field_with_errors .form-control {
  border-color: #dc3545;
}

.form-control.form-control-inline {
  width: auto;
  display: inline-block;
}

.input-group > .field_with_errors {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  z-index: 2;
}
.input-group > .field_with_errors:focus-within {
  z-index: 3;
}
.input-group > .field_with_errors > .form-control {
  border-radius: 0;
}
.input-group > .field_with_errors:first-child > .form-control {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group > .field_with_errors:last-child > .form-control {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group > .field_with_errors + .field_with_errors,
.input-group > .field_with_errors + .input-group-addon,
.input-group > .field_with_errors + .form-control,
.input-group > .form-control + .field_with_errors {
  margin-left: -1px;
}

.form-inline > .field_with_errors {
  display: block;
  width: auto;
}

.form-check-inline-container {
  padding-top: 5px;
}

.loading {
  background: url(data:image/gif;base64,R0lGODlhHgAeAPf2AP7+/v39/fDw8O/v7/z8/PHx8e7u7vv7++Xl5fr6+vn5+ebm5gAAAPX19fT09Pb29vPz8/f39/j4+Ofn5/Ly8tTU1O3t7dXV1cnJyezs7Ojo6Orq6uTk5OPj476+vuvr69nZ2cjIyNbW1unp6crKytjY2MvLy9zc3LOzs7KyssfHx+Hh4b+/v9/f3+Li4tPT097e3sDAwNfX193d3dra2sHBwYmJidvb2+Dg4L29vby8vM/Pz7e3t9LS0sTExNDQ0LS0tIiIiLW1tcbGxszMzLi4uLq6uoyMjHBwcMPDw8XFxVhYWLGxsXFxccLCws7Ozra2trCwsG9vb42Njbm5uc3NzXNzc4qKilpaWtHR0bu7u3JycpKSkjs7O3Z2dq+vr66urj09PVlZWaioqKSkpISEhIKCgpqaml5eXnR0dJGRkSIiIltbW2lpaaWlpYaGhouLi1NTUz4+PqmpqXh4eI6OjpWVlZCQkJSUlJ6enpiYmJycnKqqqmpqakNDQ4eHh6Kiop+fn6ysrCUlJW5ubklJSa2trVRUVIODg4WFhUBAQCAgIKGhoV9fX0FBQYGBgaamppaWlmxsbFxcXGBgYFdXV5OTk5mZmTY2NiQkJB8fH21tbXl5eVBQUDw8PHt7ez8/P11dXX9/fzU1NSgoKJubm2dnZzQ0NDMzM52dnVFRUWtra5eXlyoqKk5OTiMjI1VVVQoKCmRkZE1NTaurq0ZGRjk5OTc3N35+fo+Pj0VFRX19fSEhISkpKURERBsbGywsLCcnJ6enpxgYGB4eHmJiYlJSUhoaGk9PT3V1dWFhYR0dHUdHRwUFBQcHBzg4OICAgCsrK6CgoFZWVi4uLmNjY3x8fGhoaGZmZkJCQkhISBYWFmVlZTo6OkxMTBISEnp6eqOjoxUVFS0tLQsLCxwcHBcXFzIyMhkZGRERERMTEzExMQ8PDw4ODiYmJgICAnd3d0pKSgQEBDAwMA0NDf///////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgD2ACwAAAAAHgAeAAAI/wDrCRxIsKDBgwgRNoCQsGHCO1YcNgwgZMBAAJjMPRgY4AEAiQOnxbFYD0EsBkQEBihgIABIgTbETWJYgwEDQPVWDijwUuCQYJoe1Rtj8009BwIENOhZT4GqYK+o8GnHDhGAnQIIOIxxhcoIgXuGUbNDYcGEDA0MCGBYLwGFDAIMtuiESZUZDBZ2lTCoYECCBxkWIOgQ4SAMLF1AdZnTsECHBZCXIpzgpYu2vQklIEAwobBDMmokZjDwMaGDFSVOsG2YwAEFBwoKQmAxRUq1SZNgSJQgosIFGTA2xK6nIQiaSkvELKEhMcKFCxWi01hdb4ISQXkCLZCYYIILBBk8JsTMUEMiAp4OA9T4hOREQwgYSOA4kDCAMEJW+uhpCGKIiRAXJHCQBIC0IQU0goygAg4GDQBCAzg8gYEKFdBXUAicXFJDXB0EcYQQFFhgAAQgxKDFdgpMIIMJLhj0wEYDfXFFEEMskAITN0zgQQwmuCTQAQI2NAAXNrgRQAcopABCPT14wIIFTFWRCB4f1LNAku41oIQOS/YExhQtCCQAFChMIFABSWBQGkgxIDDQAR7wAONRJWjFFEE/DHGnQwVAueefBgUEACH5BAUKAPYALAEAAQAcABwAAAj/AO0JHEhwoAEDBRMqXFjHxsKHAgHUeDCQQC0/CQY6+BIA4kBJdCQIvDEOWAmBB1zJqedRYKlzIe1pGZQJij0FnRjQaSnwSbYud+y54bWIkb0tDBjE4GnvARZffmaQyTQo3JOkpDIuBKKGxwKBbjAxgwLhBowHWsoxCCJQgQMBDgh2KBZH1hQaFB7RSCgA2ogDAgYIMCCSIAhJbBLzgAjBQIECAyIotGCmEqUTEBMYCKxVYYAidloKgNBRoQB7J2Yg9HigQYQICQAIdOCBi7VkVja94MlhAYIFGgYQsKdmixQkSNr8aCmh9wLfCyT3rMEDSIeWBwwMKAChcEIDPoZDt8wgfWE9JQ2vP0xQ4sIClgkjgLEx5Q0tiBxeyLgAI2ECYWXYYAkLEvSwQUIQtEAAAiJc8MIJ4glkgh6GmACBPQukIMQFhUngAgkqHGjPCC2UoAFBCsgWUQxCoDABBzro4MIHIZBQAXz2ABChQlAA4UQ9HHjggQv2vEACCRQwRUMUVJymAQsefOXAEyqo15IKPKxmTwwsDCAQBCZcgCNEO5w2kBI+dAbBCSp6VNpAFfTAVEsUXNhSQAAh+QQFCgD2ACwBAAEAHAAcAAAI/wDtCRxIcKAACgUTKlzIhcvChwIPJEkwUMGSaREGPrB3AOJAL4gcDNTlC4RAC4dmeRx4plMZBfaGOAJVw96DJdtWDjTBZokbezrkhBFi79GiVyl02ouwBU0oGEEVFXGyppUcAQ9j6GHBQWAOWGi+FDjRAsKYLsP2CBTB5ZAagiM+9fHCyh6AOzISZvhTwEmhZgzUzSjY4RGSLU2iQBTEoPGyCgozsJLSZAdECKcYFMLxsJ6TPCt53KmnEMCADjBaDFhZr14CCQoCCISQRJqaI3De0Fh5wIIAAQMOHhghbIqN42VKrExgocDvAQZg2jMAosqQJBtWBnDgoMED6QkbXLAgfbkBRAIVgKAYcR4BBwuyEypQkgJKiiEAHn7gMAGBho4FJRFFCkWAcMAFHyR0wAa9IeCgBgXRoAMGJ5i3QQ4e5HWQAhuAUEEBAgnwwQIGEASgQAGQEEMOHHygggoaFPCCCDTkN1B8ClnAAgtP2LMBBhhAeIIIFyhlDwg6+GBeBkBmJ0EJFSCgFAZOYGVPASRgMJADFwymXQkICaQAEVWA90AHSpE3kAh5GQmRSDoFBAAh+QQFCgD2ACwBAAEAHAAcAAAI/wDtCRxIcOAGDQUTKlyYh9XChwLrhaAwkMAWSRIGFkhRD+JAO38aCORACQ0MgRGwtfE4kEebSAfsPWGDRYW9AHRORWIpcIYVQl/sxRAjpoi9PZ4UmXgIgGA9NVaagHACa0mOHaD8YGs6MABBDGRiuPC6gxASewJudGgA5dAoowlUBLF3hKADPWXgBHqh4FKFhBQCZTDkzd0vTB0KCthzZUoQPl4XchnWapAcGgodgLERxObDAYqWhVoAUQSkCB7HAHr4IAOCDzwJ1ChCZENHew1ExOABBAWY2LwYMIi1TtQCCiao9PZ9g2WAV8IZfJvUQuABCy5O4LDAMkEpO4Z6SLa4XXBAj5gQG0R+KMODjhUeLQwQQGAhEQ9OcmCAOGAABQEGJEQACTp4kMQNEoAggIAGKADBfAUMUNAMSfTAgQL2GBACBjAcIMEBBxSAQAcQ2EOAAwAWQFB9A9VTgQkhjCBABSJkAAECEyDUFVcKFYABBiUIVMFf9mywAAIi8eSCCj8kkOGQGZg4AQLc8XSBCQ8I1MAFFVBkTwII6OhRPSs4UFEJMqBnjwIZkMfTQDic9CZLXnoUEAAh+QQFCgD2ACwBAAEAHAAcAAAI/wDtCRxIcKCBEQUTKlw4JtXChwIB7HAwMEGZXQ8GPjBCAOJAPqwyCPzAKc2KkV5weRyoAtEeCPZmpGnywt6DXZ3IrBQ4oU4QJvZ6NEESwl6gSqFqLgxAMACjIzZo/OjTRkUJNo2aSHh4woeIDQeC/rGRQgORLAbAyDokxN6BC2S20CKoIMcXIDluBACzIyxBDW4cCJGla1ScDQUheEghJEUIvwrn3PITZtIMhRGIoEjRwiMWW2ZEPvxgAvLCIloWJihgb8ICATuFGPLQY8DAF0pisPBgBMZKCrc0DWplq4+IBll81Njde2WDbsQGRbNVLIvABBQ2cOgA2yMAFJCoVLrorhAEU4hKgEBUcAJDiA8e5TBoJLpghCwYTIQQUe8hDwYAjuMbQQn8MAQJP7hwAAIUJUQBBWfMA+AiCA00QQ8tGNBRBi/IsIA9EWxFgQEGNCCQCWYwg0dT/UVEgwgvCACBCy4I8MAABQxwnj317JiQAyJcAAMAECCAAGsFCCBABDu19kIJWzVgJEUHGCAABU3OIEODCiywAJP2KEAiACsBsIACAwXgWgIDEQCBj03as4EGcXokwVYrBQQAIfkEBQoA9gAsAQABABwAHAAACP8A7QkcSHCghQ0FEypcyGPOwocDQTQYeOCMJYINWByAODAEDwMDc02ZIDDDmyMcB9KIYmTiiiNXZNhrMOUak5QCBwhBEcLeiSs2qtgbQ8gKCJwCYwhJsYBGGURP7DVJ8ycBwY0DOWA4arVDCiAkPvzokeFLsj4s7CkYKurmwAQhtLBQMuPAkxUECAJYMeeBjjRoVCERUPABCQ81PJjI+zAOGjFpOChMIMNDDhcQR7RZEonwwwwVAnA0smOhAgoWBBZIKaEIFB8XPD+QUYUEBgxKJHM0EK+LIj/IvNx4cGOHCdtKSHIsMCuMn0KVzKwQSKDBgA0jHKQMoKLGDxcPFkK0QFCPYwpAHHG8EDHxoYNCx6q1WAjigogKHSAyOUZqTZfSBZXwwgUgaBDABhIoNIYGkMwSDTqjYDaQBicsQIFoBXCAQAYEKJBAPTncwkAQ9hywAx6hqKEXQQFMMAECBTyQgQUEGMEAA4skiFMECCyAUAQFCKDdFjd6gNQAHCxglQQCCDDRA3IwsAVSGiAQwUADCLCWPRnYgkp5HNUjgFXUZcmYPREEQiZSAxUwAJscHbAlRwEBACH5BAUKAPYALAIAAQAbABwAAAj/AO0JHEhQIAQDBRMqVPhDycKH9urNIBggB48IAyP4gDiwipMCAgtAQaHBYKpLADjaO6Fjo70FKFBMlMCojBCVAlmwIGJvRUwR9qDYsCFjYT2CAEzE8DACARgwNEYcqaNHAcGjAhf0aDEg5YQcHp4YODFRy5s/GCJ24GGpCMEsKjBkmWBvx40EBA/8gGSvh6U0fUR9IJjgAgYTIbIceAhokxUpUwQkJHADQ4iSD1ekkZLKwUMDNLA+pJJFIQEHBjQYkKDSgQcjQ2Y8ELiixIUKFXqA5KiBzRIsaFbdaVH7doUXDVQOaPQbjSRLOASiHmGBNccESWDDwJiwgQWVOYw8sCTwAQEH6wslUHoGTnJBAhoWTEAwAmIUTNnCyBo88MACBAhMUEACBlhVEARwLJBEE7qMEkcHAw0wgQXJ2dPAABZAoABrCnjgiDl4RHSDNEgEMpBo9gAwQAECBDDHMprk8sQawHiym0AoFrTiAPWMwQADiAi0xhpR4ERBAQjZw8KPe9hTgDfHNIHTAKsJhEMzDCQh0ATMgBKAShRQFAw5Nw5wxGw4EZSGK2lyhAAIOAUEACH5BAUKAPYALAEAAQAcABwAAAj/AO0JHEhwYAIIBRMqXAjDxMKHAzs4GAiASIwHAw+AUABxoAgSAwRGSOJhgsAHTowQ6CiQgwoiEwew8CCQgJIvKlgKhECCRA8AG1iwAGHvRQoUNx4GAEDwI4YOI7RoEWEACJQiEQiuHLihxAoDB+wJCBGiAoUOHQxcYMKkxMAYjLQwFXjgxIsLJTQQgIEg7EACC0JIKOHmSCI1CwoegFFBRoUTcxWieHPExpkNCgOsqHBBAEQYcIK4CfkQggaWSSo8fEBBwIAELCE4qUGkRQOBCT4sQIBgAQeMHREgkYLECq5AHQ5kmMAbQYesHTU0kdIkjRkyHAQGiAChwAC/EBWYxRiyYwVHhREKsGQRo6NrC+cXUpACC5fJhAcGFKAwgPRCKktMggUSMxREgAGuDeAAAJCoV1ADl12ACCVxUELUQA8YoN5KGDDQChn2FFAABENgcUoeAs0giBmAEARAZPWowgADb/iAySiJZAGKL3FYQFAAD4HQDAO+2KMDL5pYYw8gnoTBh0724MGAJh3YY0Iva9xhTwCfoMIJlJ0Q84JAI9yyiBACUWCFMfE9BMAZKwxUjxi9VIlbFBNBSRArbOjZkQUt6BQQACH5BAUKAPYALAEAAQAcABwAAAj/AO0JHEiQYIOCCBMqXJAFgMKHAjkQrCcihIOBBFpAJIijggCBCqqE0CBQAhEnBzYK/FBBhEAKJDBoBLBDRxWVAh9cEAGCgAASJG7YO+HBwwmIAQbWa3GhggYDQ1TQsMeihpODCiEg+FAggb0GO3FEsPBBwAwdOUDYA8CyBhGCBEYgmGsgwQgKDgcGGPHkwQQnQKIIyVCQwAYEE+ZC/MFECBAjFhRmQNDh4sMMUJjEoACxgQGVMiQqlNAAAoWUKkmY6LECYwEDAwQIMCBB5YQgQWzAwWPIHgEKA4LPVqByhI0gV6boSTFhoIIHDQLUUxmhwg8ZC2onLEJLpQ4WSLcwshA3AqIGcJLgIEgYAQuD9/AgapGypYmoowQhKHoPLI+FPDAglIEeBsxwiRerNFECQUXIkUYOxO3AyylcPPDBBoSZYowbEelghyAESUdQG4MQY0YFhdRyxQqUNMJNeQPlldAJ1GQyiwQXOOLJFfagIIYYYOBkDxm/nOJSC4WEcYY99ViiCiJC9gEMBgI1sEQXRggUQR3XRIDTHmoNxIkj6wkEgA4QCFkQCpvIqGZCDoi2UUAAIfkEBQoA9gAsAQABABwAHAAACP8A7QkcSJBggYIIEyq0UKKewocCBzwgiONFg4EAXESAOPBDh4v2AoCokEGgSBUbOdorgADBRQkiLiCwVw9EiCwAVNpTgGACggMPLlzAYW9FCAwtHtbLOXDDggUfIlyogMABCSIkIBBkKvCBBQEODth7wIHDiAQPHkjgECLEQAM0TPzYKqCAAAMUCGRo4HBgPQhZHBiowsKDBwsFAwyoK+ADxBM6YsSo4TihXQsTHwqI4QGDAIj1HKi84UJhgBtALtUpyfEBjBswRqSEYG3NOwYMnJXmCCFFChQoePhY4AAaKXm4dauEgMI3iiJDMLYokurMZ5UrTuConPAFI5VJTEC1TPAnWC8RHHMFYTRBIbdF0dCZgqgiyJEjd2YUBFBt25ouXFAwBggIaWDHBBPwccQfV+wmEBW1WCHIAPaAIIc2dTTAwQoaYGCFJIAINIEPwjDBlVgEJaKIJ1ds0MgSpRjgxYwL7KdQBq44IkYDGiiDRSn25EAIEkDoZA8Vz7hSgj0DmCLGHAKNsQocRsKhywUmeTGNDwLVAwkSFHJUTwonEBTJEgTV44QBRhaEwSd9tfmQfioFBAAh+QQFCgD2ACwBAAEAHAAcAAAI/wDtCRxIcGCABgUTKlzooEOAhRAFOohA8AOHghoiEqRggeCEBQYGrqigQKPABwIGPLCXYMGCDQI7vLjx0GQCAxRCSkAwYYS9DRUurIAYoB5BAQUKUHjggsMECTJkVChQEMDAEF0IUVmpwIDXAxEkKBhQokILe/UacBBRgmA9NAwYZPqD4AHFggc6RBBQwkQIFT7dtonLAIvRhRxUkFgcOKEZZ+QqRHxQJcSOkBBl5DHpAkfNgglcYEDx5YNJBS43FJAgkMKUQudIvSoXwqQDDzk81PBRRfWjbqQyrfmlxDZuDyxqYFggEMILI+H2XNSooIOLBRYaWE2ogc92iDRwRLUEQAtZmNoQKRhhUqNjwnpcuvh5pixBZiZAgPBg7vYIqjBxqDGBD08kNAETH2zggxBMoDABQTuw8QgPHVlgChZHFDBDeDvYkEgKAhkgQhIqfJbAZ/aQIcYSkYxgxSZ4ZMDFFHXgBZEDhLCxygAW0NHEJfZ0aAMVJgn0wxLK/GBPAbtIQYZAUJQhzXcRzXHIEAPBsYoRAhEQxRQQFMkDEQTN0UZbXYYwQJEJVZCIfWxG1AAMRQYEACH5BAUKAPYALAEAAQAcABwAAAj/AO0JHEiQoISCCBMqfJDhgMKHAmv8IFhgQISB9QoogDiwVCwfAwUIcCAQgAUXFznae8IgHQZ7BAQUKCDQAoIJBFTakzCIATUH9WQKsAcBwYIPDwkAINiGAYNN9QwMMKBgwQQEJBVWgSWqCEkaseiZCUAgwYEGHG4GsBdhA44TCQg2+pbJTyQFZ0wk1ABBAQ4RFXogJTgA26Jev/pAhCDigowLGhISSLRGUw6IAU68uDAAYg46DzhuWHAQYUYQIZxwUHngwwcLEHLaS0CF06FajlB9UamARAgMJn7cEBDBjjFFYcKgEqRSAobnGEjs2CBQQo8oqdQQ0dmixQq+axFSxIhCgSOOFrIT1gthKg7IhxKU6DCRtSAAQ6HQVEqWMuEKLTXEkMQICLmBTCXFcDGACu8R1IAKBYxAggc5eGABQQjQUQYfqxWAixR2ZNBBCxp0wEMU2wUwwgUk/LDUQA4NlIIUSJxRwB1v8KEAFVCgcOFA6SFEwBVNfJLBA3hcYYg9N6SAggg62bOAF0iQwJYeQUBhDwAkRFFDeBwpcQ0LA+XxhgoCHaBCCvVBVIVeAzFRxgkEvTBUlARdkEubeCIUAZQqBQQAOw==) no-repeat center;
  margin: 8px 0 0;
  height: 40px;
}

.upload-button {
  position: relative;
}
.upload-button input[type=file] {
  opacity: 0;
  width: 100%;
  height: 31px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.upload-button input[type=file]::file-selector-button {
  cursor: pointer;
}

#tag-setting .group-name {
  font-size: 1.5rem;
}
#tag-setting .pointer {
  cursor: pointer;
}

.tag-setting-edit-tag-title {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.tag-setting-edit-tag-title .title-item:not(:first-child) {
  padding-left: 0.5rem;
}
.tag-setting-edit-tag-title .title-item:not(:first-child)::before {
  padding-right: 0.5rem;
  content: ">";
}

#tag-show .pointer {
  cursor: pointer;
}

#tag-edit .modal-body {
  padding-bottom: 0;
}
#tag-edit .link-font {
  font-size: 0.8rem;
}
#tag-edit .link-button {
  font-size: 0.8rem;
  cursor: pointer;
}
#tag-edit .alert.alert-warning {
  padding-bottom: 0;
}
#tag-edit .warning-message {
  font-size: 14px;
}
#tag-edit .loading {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s linear;
}

#tag-search-form .col-form-tag-input {
  padding-top: calc(0.375rem + 1px);
}
#tag-search-form .tag-row {
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 2px solid;
}
#tag-search-form .tag-row .group-name {
  margin-right: 10px;
  margin-bottom: 0;
  padding: 10px 0;
  width: 15%;
}
#tag-search-form .tag-row .tags {
  width: 85%;
  padding: 5px 10px;
}
#tag-search-form .tag-row .tags input[type=checkbox] {
  display: none;
}
#tag-search-form .tag-row .tags label {
  margin-bottom: 0;
}
#tag-search-form .tag-row:last-child {
  margin-bottom: 16px;
  border-bottom: 2px solid;
}
#tag-search-form .tag-form-buttons {
  margin-bottom: 12px;
  text-align: right;
}

.tags-for-search-form .col-form-tag-input {
  padding-top: calc(0.375rem + 1px);
}
.tags-for-search-form .tag-row {
  display: flex;
}
.tags-for-search-form .tag-row .tags input[type=checkbox] {
  display: none;
}
.tags-for-search-form .tag-row .tags label {
  margin-bottom: 0;
}

.tag-list-area {
  display: inline-block;
  text-align: center;
}

ul.tag-list {
  margin-bottom: 0;
  padding-inline-start: 0;
  list-style: none;
}
ul.tag-list li {
  display: inline-block;
  margin: 5px 0;
  padding-right: 5px;
}
ul.tag-list li.icon-button {
  position: relative;
}
ul.tag-list li.icon-button i {
  position: absolute;
  top: -9px;
  font-size: 18px;
  color: #9CAFC9;
}

.help-text-area {
  position: relative;
  margin: 0 20px;
  text-align: right;
}
.help-text-area .help-icon {
  font-size: 18px;
  color: #9CAFC9;
}
.help-text-area .help-icon:hover ~ .help-tooltip {
  display: block;
  opacity: 1;
}
.help-text-area .help-tooltip {
  display: none;
  position: absolute;
  z-index: 1070;
  bottom: 30px;
  right: -45px;
  opacity: 0;
  text-align: left;
}
.help-text-area .help-tooltip .help-tooltip-arrow {
  position: absolute;
  transform: rotate(45deg) skew(10deg, 10deg);
  right: 46px;
  bottom: -4px;
  border-bottom: 2px solid #b1bbc9;
  border-right: 2px solid #b1bbc9;
  height: 8px;
  width: 8px;
  background-color: #FFFFFF;
}
.help-text-area .help-tooltip .help-tooltip-inner {
  border: 2px solid #b1bbc9;
  border-radius: 3px;
  padding: 12px;
  box-shadow: 0px 3px 6px rgba(156, 175, 201, 0.2509803922);
  background-color: #FFFFFF;
}

.tag-shape {
  display: block;
  position: relative;
  margin-left: 10px;
  border-radius: 0 3px 3px 0;
  padding: 0.3em 1em !important;
  height: 24px;
  background-color: #EDF2F7;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 600;
  color: #97A9C1;
}

.tag-shape:before {
  content: "";
  transform: rotate(45deg) skew(10deg, 10deg);
  position: absolute;
  top: 4px;
  left: -8px;
  border-radius: 3px;
  height: 16px;
  width: 16px;
  background-color: #EDF2F7;
}

.tag-shape.pointer {
  cursor: pointer;
}

.tag-shape.honsha-tag.select,
.tag-shape.honsha-tag.select:before,
input[type=checkbox]:checked + label.honsha-tag,
input[type=checkbox]:checked + label.honsha-tag:before {
  background-color: #8CA8DE;
  color: #FFFFFF;
}

.tag-shape.hansha-tag.select,
.tag-shape.hansha-tag.select:before,
input[type=checkbox]:checked + label.hansha-tag,
input[type=checkbox]:checked + label.hansha-tag:before {
  background-color: #8CA8DE;
  color: #FFFFFF;
}

.tag-shape.salon-tag.select,
.tag-shape.salon-tag.select:before,
input[type=checkbox]:checked + label.salon-tag,
input[type=checkbox]:checked + label.salon-tag:before {
  background-color: #8CA8DE;
  color: #FFFFFF;
}

.tag-shape.private-tag.select,
.tag-shape.private-tag.select:before,
input[type=checkbox]:checked + label.private-tag,
input[type=checkbox]:checked + label.private-tag:before {
  background-color: #8CA8DE;
  color: #FFFFFF;
}

@media (min-width: 992px) {
  #customer-show .help-tooltip,
#organization-show .help-tooltip {
    right: -270px;
    width: 365px;
  }
  #customer-show .help-tooltip .help-tooltip-arrow,
#organization-show .help-tooltip .help-tooltip-arrow {
    right: 270px;
  }
}
#informations table.informations th.title {
  width: 32%;
}
#informations table.informations th.display_rank {
  width: 13%;
}
#informations table.informations th.display_direct_only {
  width: 8%;
}
#informations table.informations th.display_type {
  width: 18%;
}
#informations table.informations th.date_start {
  width: 8%;
}
#informations table.informations th.date_end {
  width: 8%;
}
#informations table.informations th.show_header {
  width: 8%;
}
#informations table.informations th.btn-area {
  width: 5%;
}

#information_form .saved-files {
  margin-bottom: 5px;
}

#customer #member_invitation,
#customer #customer_candidates,
#customers-alternative-search-methods #member_invitation,
#customers-alternative-search-methods #customer_candidates,
#customers-search-by-cards #member_invitation,
#customers-search-by-cards #customer_candidates,
#customer-search-by-tags #member_invitation,
#customer-search-by-tags #customer_candidates {
  padding: 2px;
  font-size: 12px;
  line-height: 16px;
}

#customers-search-by-cards .btn-check:checked + .btn-checked-present-label {
  border-color: #BAD8F8;
  background-color: #BAD8F8;
  color: black;
}
#customers-search-by-cards .btn-check:checked + .btn-checked-absent-label {
  border-color: #CCCCCC;
  background-color: #CCCCCC;
  color: black;
}
#customers-search-by-cards .btn-outline-grey {
  color: #555555;
  background-color: white;
  border-color: #CCCCCC;
}
#customers-search-by-cards .btn.present-select-all {
  color: black;
  font-size: 0.625rem;
  background: #BAD8F8;
  border-color: #BAD8F8;
}
#customers-search-by-cards .btn.absent-select-all {
  color: black;
  font-size: 0.625rem;
  background: #CCCCCC;
  border-color: #CCCCCC;
}
#customers-search-by-cards .btn.unselect-all {
  font-size: 0.625rem;
}
#customers-search-by-cards .fa-id-card.red {
  color: #E5004A;
}
#customers-search-by-cards .fa-id-card.gold {
  color: #FFC003;
}
#customers-search-by-cards .fa-id-card-o.gold {
  color: #FFC003;
}

#memberships-label-start-position {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #b5bcc7;
  padding: 10px;
  width: 272px;
}
#memberships-label-start-position input {
  display: none;
}
#memberships-label-start-position label {
  display: flex;
  border: 1px solid #b5bcc7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 13px;
  height: 50px;
  width: 120px;
  justify-content: center;
  color: #bbb;
  cursor: pointer;
}
#memberships-label-start-position label:nth-child(odd) {
  margin-right: 10px;
}
#memberships-label-start-position label:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#memberships-label-start-position .selected,
#memberships-label-start-position .selected ~ label {
  border-color: #85bee5;
  background-color: #82b4d5;
  color: #fff;
}

#customers-list table th.member_type,
#customers-by-tag-list table th.member_type {
  width: 7%;
}
#customers-list .list-button-area small, #customers-list .list-button-area .small,
#customers-by-tag-list .list-button-area small,
#customers-by-tag-list .list-button-area .small {
  float: left;
}

#customers-list .fa-id-card.red,
#customers-by-tag-list .fa-id-card.red,
#customer #search-body .fa-id-card.red {
  color: #E5004A;
}
#customers-list .fa-id-card.gold,
#customers-by-tag-list .fa-id-card.gold,
#customer #search-body .fa-id-card.gold {
  color: #FFC003;
}
#customers-list .fa-id-card-o.gold,
#customers-by-tag-list .fa-id-card-o.gold,
#customer #search-body .fa-id-card-o.gold {
  color: #FFC003;
}
#customers-list .good-relationship-icon,
#customers-by-tag-list .good-relationship-icon,
#customer #search-body .good-relationship-icon {
  color: #FF003E;
}
#customers-list small, #customers-list .small,
#customers-by-tag-list small,
#customers-by-tag-list .small,
#customer #search-body small,
#customer #search-body .small {
  font-size: 80%;
}

#customer-body #date_shipped.form-control {
  min-width: 8rem;
}

#customer-edit span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#customer-edit .caution-message.red {
  color: #ff0000;
}
#customer-edit .birthday-form .birthday-select-form {
  display: flex;
}
#customer-edit .birthday-form .birthday-select-form span {
  margin: auto 0px;
}

#customer-show #view-existing-member-invitation,
#customer-show #view-customer-candidate-edit {
  padding: 2px;
  font-size: 12px;
  line-height: 16px;
}
#customer-show .fa-id-card.red {
  color: #E5004A;
}
#customer-show .fa-id-card.gold {
  color: #FFC003;
}
#customer-show .fa-id-card-o.gold {
  color: #FFC003;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body {
  padding: 20px;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body .table-area {
  border-radius: 4px;
  background-color: #FFFAF4;
  padding: 15px;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table {
  width: 100%;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table th, #customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table td {
  padding: 5px;
  border-bottom: solid 1px #DFE2E6;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table th {
  vertical-align: top;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table #score-col {
  border-bottom: none;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table .no-column {
  width: 40px;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table .check-column {
  min-width: 70px;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table .score-column {
  display: flex;
  margin: 10px 0px;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table .score-column div {
  display: flex;
  margin: auto;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table .score-column .label-column {
  font-weight: bold;
  margin: auto;
  font-size: 16px;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-icon {
  color: #FF003E;
  font-size: 25px;
}
#customer-show #customer-good-relationship-check-sheets .good-relationship-disable-icon {
  color: #DFE2E6;
  font-size: 25px;
}

#customer-card-content .group-width {
  min-width: 300px;
}
#customer-card-content table#customer-card-table .class-col {
  min-width: 60px;
}
#customer-card-content table#customer-card-table .month-col {
  min-width: 45px;
}
#customer-card-content table#customer-card-table .total-col {
  min-width: 100px;
}
#customer-card-content table tbody tr.row-border-top {
  border-top: 2px solid #dee2e6;
}
#customer-card-content table tbody tr.row-free-fields[data-index="0"] {
  border-top: 2px solid #dee2e6;
}
#customer-card-content table tbody tr.row-free-fields .hide {
  display: none;
}
#customer-card-content table tbody tr.row-free-fields .error-message {
  color: red;
}
#customer-card-content table tbody tr.row-free-fields .error-field {
  border: 1px solid red;
}
#customer-card-content table tbody tr.row-free-fields td[data-toggle=modal], #customer-card-content table tbody tr.row-free-fields td[data-bs-toggle=modal] {
  cursor: pointer;
}
#customer-card-content table tbody tr.row-free-fields .free-cell:hover {
  background-color: #c1c1c1;
}
#customer-card-content table tbody tr.row-monthly-sales-amount .col-title {
  background-color: #b7dbff;
}
#customer-card-content table tbody tr.row-monthly-sales-amount:hover .col-title {
  background-color: #aacbec;
}
#customer-card-content table tbody tr.row-comment .col-title {
  background-color: #b7ffb7;
}
#customer-card-content table tbody tr.row-comment .fa-commenting-o {
  color: #007bff;
}
#customer-card-content table tbody tr.row-comment td[data-toggle=modal], #customer-card-content table tbody tr.row-comment td[data-bs-toggle=modal] {
  cursor: pointer;
}
#customer-card-content table tbody tr.row-comment .comment-cell:hover {
  background-color: #c1c1c1;
}
#customer-card-content table tbody tr.row-comment:hover .col-title {
  background-color: #9cda9c;
}
#customer-card-content table tbody tr.row-action-history-icon .col-title {
  background-color: #ffdbb7;
}
#customer-card-content table tbody tr.row-action-history-icon td {
  height: 62px;
}
#customer-card-content table tbody tr.row-action-history-icon:hover .col-title {
  background-color: #eccbaa;
}
#customer-card-content table tbody tr[data-row-category=true] {
  border-top: 2px solid #dee2e6;
}
#customer-card-content table tbody td {
  height: 31px;
  white-space: pre-line;
}
#customer-card-content table tbody td.td-border-bottom {
  border-bottom: 2px solid #dee2e6;
}
#customer-card-content table tbody td.unused-sell {
  background-color: #c1c1c1;
}
#customer-card-content table tbody td[data-type=value] {
  border-bottom: 1px dashed #dee2e6;
}
#customer-card-content table tbody td[data-type=date] {
  border-top: 1px dashed #dee2e6;
}
#customer-card-content table tbody td.bg-color-per-3months {
  background-color: #EFF4F9;
}
#customer-card-content table tbody tr.row-item-usage-histories .icon-area {
  padding: 2px;
}
#customer-card-content table tbody tr.row-item-usage-histories .icon-area .family-icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
#customer-card-content .modal-border-top {
  border-top: 0px;
}

#customer-actions-body .done-radio-area {
  min-width: 320px;
}
#customer-actions-body .select-area-right {
  margin: 0 0 0 auto;
}
#customer-actions-body td.schedule_from {
  max-width: 8rem;
}
#customer-actions-body td.schedule_memo {
  max-width: 500px;
}

#customer-stamps .group-width {
  min-width: 300px;
}

#customer-shop-usages-body th {
  height: auto !important;
}

#customer-shop-usage-body .text-red {
  color: #E5004A;
}
#customer-shop-usage-body .btn-red {
  border-color: #E5004A;
  background-color: #E5004A;
  color: white;
}
#customer-shop-usage-body .btn-red.disabled, #customer-shop-usage-body .btn-red:disabled {
  opacity: 0.4;
}
#customer-shop-usage-body .btn-red:hover {
  color: white;
}
#customer-shop-usage-body .btn-outline-red {
  color: #E5004A;
  background-color: white;
  border-color: #E5004A;
}
#customer-shop-usage-body .btn-outline-red:active, #customer-shop-usage-body .btn-outline-red.active {
  color: white;
  background-color: #E5004A;
  border-color: #E5004A;
}
#customer-shop-usage-body .btn-outline-red:hover {
  color: white;
  background-color: #E5004A;
  border-color: #E5004A;
}
#customer-shop-usage-body .btn-outline-red:disabled, #customer-shop-usage-body .btn-outline-red.disabled {
  color: #e891ad;
  background-color: white;
  border-color: #e891ad;
}
#customer-shop-usage-body .btn-pink-mini {
  color: #E5004A;
  background-color: rgba(229, 0, 74, 0.2);
  border: none;
}
#customer-shop-usage-body .btn-pink-mini:hover {
  color: #E5004A;
}
#customer-shop-usage-body .link-pink {
  color: #DF549D;
  font-size: 0.875rem;
}
#customer-shop-usage-body .white-box {
  padding: 1rem;
  background-color: white;
  border-radius: 6px;
}
#customer-shop-usage-body .narrow-box {
  margin-left: 15px;
  margin-right: 15px;
}
#customer-shop-usage-body .term {
  font-size: 0.875rem;
  text-align: center;
  color: white;
  background-color: rgba(229, 0, 74, 0.6);
  padding: 8px 0;
}
#customer-shop-usage-body .goal-group {
  background-color: white;
  border-radius: 8px;
}
#customer-shop-usage-body .goal-group .goal-box {
  width: calc(100% - 50px);
  min-height: 100px;
  border-right: 1px solid rgba(213, 193, 200, 0.5019607843);
}
#customer-shop-usage-body .goal-group .btn {
  width: 50px;
  color: #E5004A;
  padding: 0;
}
#customer-shop-usage-body .goal-group .btn i {
  font-size: 1rem;
}
#customer-shop-usage-body .goal-group .btn:hover {
  color: #E5004A;
}
#customer-shop-usage-body .goal-group .btn:disabled {
  color: #D5C1C8;
}
#customer-shop-usage-body .goal-group .pencil {
  display: inline-block;
  text-align: center;
  background-color: #D5C1C8;
  color: white;
  padding: 4px;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 16px;
  cursor: pointer;
}
#customer-shop-usage-body .goal-group .goal-body {
  font-weight: bold;
  cursor: pointer;
}
#customer-shop-usage-body .goal-group .goal-body-empty {
  color: #D5C1C8;
  cursor: pointer;
}

#customer-gold-requests .fa-commenting-o {
  color: #007bff;
}
#customer-gold-requests .select-area-right {
  margin: 0 0 0 auto;
}
#customer-gold-requests .tanto-list {
  margin-left: 15px;
}
#customer-gold-requests .tanto-list label {
  padding-right: 5px;
}
#customer-gold-requests .tanto-select-disabled {
  pointer-events: none;
}
#customer-gold-requests .status-list {
  margin-left: 15px;
}
#customer-gold-requests .status-list label {
  padding-right: 5px;
}
#customer-gold-requests .select-request-date .date-form {
  display: flex;
}
#customer-gold-requests .select-request-date .date-form span {
  margin: auto;
}
#customer-gold-requests .select-request-date input {
  margin: 0px 5px;
  width: 130px;
}
#customer-gold-requests .color-white {
  color: #ffffff;
}

#customer-gold-change-item-requests .fa-commenting-o {
  color: #007bff;
}
#customer-gold-change-item-requests .select-area-right {
  margin: 0 0 0 auto;
}
#customer-gold-change-item-requests .tanto-list {
  margin-left: 15px;
}
#customer-gold-change-item-requests .tanto-list label {
  padding-right: 5px;
}
#customer-gold-change-item-requests .tanto-select-disabled {
  pointer-events: none;
}
#customer-gold-change-item-requests .status-list {
  margin-left: 15px;
}
#customer-gold-change-item-requests .status-list label {
  padding-right: 5px;
}
#customer-gold-change-item-requests .select-request-date .date-form {
  display: flex;
}
#customer-gold-change-item-requests .select-request-date .date-form span {
  margin: auto;
}
#customer-gold-change-item-requests .select-request-date input {
  margin: 0px 5px;
  width: 130px;
}
#customer-gold-change-item-requests .color-white {
  color: #ffffff;
}

#customers-alternative-search-methods .search-method-row {
  display: flex;
  flex-wrap: wrap;
}
#customers-alternative-search-methods .search-method-row .search-method-tile {
  margin: 8px 20px 8px 0;
  height: 162px;
  width: 262px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-header {
  height: 44px;
  border-radius: 6px 6px 0px 0px;
  background: transparent linear-gradient(180deg, #58CDC1 0%, #38AD9A 100%) 0% 0% no-repeat padding-box;
  display: flex;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-header a {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  text-decoration: none;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-header .icon-image {
  height: 28px;
  width: 36px;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-header .header-title {
  padding-left: 12px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #FFFFFF;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-header .help-link-col a {
  padding: 3px;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body {
  border: 1px solid #3AAD99;
  padding: 10px 20px;
  height: 118px;
  border-radius: 0 0 6px 6px;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner {
  display: flex;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .tile-caption {
  margin-right: 20px;
  width: 140px;
  letter-spacing: 0;
  font-size: 14px;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .tile-sample-image {
  position: relative;
  border: 1px solid #CCCCCC;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .tile-sample-image .sample-image {
  height: 100%;
  width: 100%;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .tile-sample-image .magnifying-glass {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .search-image-modal-content {
  padding: 40px;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .search-image-modal-content .sample-image-area {
  padding-bottom: 20px;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .search-image-modal-content .sample-image-area img {
  width: 100%;
  border: 1px solid #495157;
  border-radius: 0.3rem;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .search-image-modal-content .caption-area {
  text-align: center;
  letter-spacing: 0;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .tile-help {
  padding-top: 10px;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .tile-help a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .tile-help a .help-icon {
  font-size: 18px;
  color: #9CAFC9;
}
#customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .tile-help a .help-title {
  padding-left: 4px;
  letter-spacing: 0px;
  font-size: 12px;
}

#gold-setting .sale-gollca-file {
  margin: 5px 0px;
}
#gold-setting .sale-gollca-file a {
  width: 100px;
  height: 100px;
}
#gold-setting .sale-gollca-file img {
  max-width: 100px;
  max-height: 100px;
}
#gold-setting .annotation {
  font-size: 14px;
  color: #dc3545;
}
#gold-setting .annotation:before {
  content: " ※ ";
  font-size: 14px;
  color: #dc3545;
}

#gold-change-item-request-setting .sale-gollca-file {
  margin: 5px 0px;
}
#gold-change-item-request-setting .sale-gollca-file a {
  width: 100px;
  height: 100px;
}
#gold-change-item-request-setting .sale-gollca-file img {
  max-width: 100px;
  max-height: 100px;
}

#customer-tag, #customer-candidate-tag {
  text-align: center;
}
#customer-tag .fa-exchange, #customer-candidate-tag .fa-exchange {
  color: #9CAFC9;
}

#customer-shop-usage-body .modal-dialog-mocoawa {
  color: #E5004A;
}
#customer-shop-usage-body .modal-dialog-mocoawa .close-box {
  text-align: left;
  height: 24px;
}
#customer-shop-usage-body .modal-dialog-mocoawa .btn-close {
  display: none;
  font-size: 1.2rem;
  color: #ccc;
}

#customer-good-relationship-check-sheets .alert {
  margin-right: 20px;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #customer-card-content table#customer-card-table th {
    position: sticky;
    top: 129px;
    z-index: 1;
  }
}
@media (max-width: 1199px) {
  #customer-card-content .customer-card-table-responsive {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  #customer-actions-body td.schedule_memo {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  #customer-body #date_shipped.form-control {
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem;
  }

  #customer-edit .birthday-form .form-inline {
    display: block;
  }

  #customer-good-relationship-check-sheets .good-relationship-check-sheets-body {
    padding: 20px 0px !important;
  }
  #customer-good-relationship-check-sheets .good-relationship-check-sheets-body table {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  #customer-actions-body td.schedule_memo {
    max-width: 150px;
  }

  #customer-card-content .customer-card-select-year {
    margin-top: 0.3rem !important;
  }

  #customers-alternative-search-methods .search-method-row {
    justify-content: center;
  }
  #customers-alternative-search-methods .search-method-row .search-method-tile {
    margin: 8px 0;
  }
  #customers-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .search-image-modal-content {
    padding: 20px;
  }

  #memberships-label-start-position {
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  #customer-show #shop-available span {
    display: block;
  }
}
#customer-candidates #customer_candidates_new_button,
#customer-candidates #customer_candidates_new_good_relationship_check_sheet_button,
#customer-candidates #member_invitation {
  padding: 2px;
  font-size: 12px;
  line-height: 16px;
}

#customer-candidate-list table th.member_type {
  width: 7%;
}
#customer-candidate-list .fa-id-card.red {
  color: #E5004A;
}
#customer-candidate-list .fa-id-card.gold {
  color: #FFC003;
}
#customer-candidate-list .fa-id-card-o.gold {
  color: #FFC003;
}
#customer-candidate-list .list-button-area small, #customer-candidate-list .list-button-area .small {
  float: left;
}
#customer-candidate-list .select-area-right {
  margin: 0 0 0 auto;
}

#customer-candidate-result .box-request {
  border-top: solid 1px #DFE2E6;
  padding: 20px;
}
#customer-candidate-result .box-request .box-request-main .box-row {
  display: flex;
}
#customer-candidate-result .box-request .box-request-main .box-row .box-col-1,
#customer-candidate-result .box-request .box-request-main .box-row .box-col-2 {
  display: flex;
  padding: 5px 0px;
  border-bottom: 1px dashed #DFE2E6;
}
#customer-candidate-result .box-request .box-request-main .box-row .box-col-1 {
  width: 100%;
}
#customer-candidate-result .box-request .box-request-main .box-row .box-col-2 {
  width: calc(50% - 10px);
}
#customer-candidate-result .box-request .box-request-main .box-row .box-col-2:first-child {
  margin-right: 20px;
}
#customer-candidate-result .box-request .box-request-main .box-row .box-col-label {
  width: 100px;
  min-width: 100px;
  min-height: 21px;
  margin-right: 24px;
  font-weight: 600;
  font-size: 12px;
  display: flex;
}
#customer-candidate-result .box-request .box-request-main .box-row .box-col-label span {
  margin: 2px 0px auto 0px;
}
#customer-candidate-result .box-request .box-request-main .box-row .name-col .box-col-label span {
  margin-top: 4px;
}
#customer-candidate-result .box-request .box-request-main .box-row .tag-col .box-col-label {
  min-height: 34px;
}
#customer-candidate-result .box-request .box-request-main .box-row .tag-col .box-col-label span {
  margin-top: 8px;
}
#customer-candidate-result .box-request .box-request-main .box-row .box-col-value {
  font-weight: 300;
  font-size: 14px;
}
#customer-candidate-result .box-request .box-request-main .box-row .name {
  font-size: 18px;
  font-weight: bold;
}
#customer-candidate-result .box-request .box-request-main .box-row .good-relationship {
  display: flex;
}

#customer-candidate-body #date_shipped.form-control {
  min-width: 8rem;
}

#customer-candidate-edit span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#customer-candidate-edit .caution-message.red {
  color: #ff0000;
}

#customer-candidate-actions-body .done-radio-area {
  min-width: 320px;
}
#customer-candidate-actions-body .select-area-right {
  margin: 0 0 0 auto;
}
#customer-candidate-actions-body td.schedule_from {
  max-width: 8rem;
}
#customer-candidate-actions-body td.schedule_memo {
  max-width: 500px;
}

#customer-candidate-form .title-with-help {
  padding: 4px 1.25rem;
}
#customer-candidate-form .header-title-and-help {
  display: flex;
}
#customer-candidate-form .field_with_errors .form-control {
  border-color: #dc3545;
}
#customer-candidate-form span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#customer-candidate-form small.text-danger, #customer-candidate-form .text-danger.small {
  font-size: 80%;
}
#customer-candidate-form .pointer {
  cursor: pointer;
}
#customer-candidate-form .help-text-area {
  position: relative;
  margin: 0px;
  text-align: left;
}
#customer-candidate-form .help-text-area .help-icon {
  font-size: 18px;
  color: #9CAFC9;
}
#customer-candidate-form .help-text-area .help-icon:hover ~ .help-tooltip {
  display: block;
  opacity: 1;
}
#customer-candidate-form .help-text-area .help-tooltip {
  display: none;
  position: absolute;
  z-index: 1070;
  bottom: 30px;
  right: auto;
  opacity: 0;
  text-align: left;
}
#customer-candidate-form .help-text-area .help-tooltip .help-tooltip-arrow {
  position: absolute;
  transform: rotate(45deg) skew(10deg, 10deg);
  right: auto;
  left: 3px;
  bottom: -4px;
  border-bottom: 2px solid #b1bbc9;
  border-right: 2px solid #b1bbc9;
  height: 8px;
  width: 8px;
  background-color: #FFFFFF;
}
#customer-candidate-form .help-text-area .help-tooltip .help-tooltip-inner {
  border: 2px solid #b1bbc9;
  border-radius: 3px;
  padding: 12px;
  box-shadow: 0px 3px 6px rgba(156, 175, 201, 0.2509803922);
  background-color: #FFFFFF;
}

#customer-candidate-show .candidate-badge {
  background-color: #e5004a;
  color: #ffffff;
}

#customer-candidate-show .good-relationship-check-sheets-body,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body {
  padding: 20px;
}
#customer-candidate-show .good-relationship-check-sheets-body .table-area,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body .table-area {
  border-radius: 4px;
  background-color: #FFFAF4;
  padding: 15px;
}
#customer-candidate-show .good-relationship-check-sheets-body table,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table {
  width: 100%;
}
#customer-candidate-show .good-relationship-check-sheets-body table th, #customer-candidate-show .good-relationship-check-sheets-body table td,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table th,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table td {
  padding: 5px;
  border-bottom: solid 1px #DFE2E6;
}
#customer-candidate-show .good-relationship-check-sheets-body table th,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table th {
  vertical-align: top;
}
#customer-candidate-show .good-relationship-check-sheets-body table #score-col,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table #score-col {
  border-bottom: none;
}
#customer-candidate-show .good-relationship-check-sheets-body table .no-column,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table .no-column {
  width: 40px;
}
#customer-candidate-show .good-relationship-check-sheets-body table .check-column,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table .check-column {
  min-width: 70px;
}
#customer-candidate-show .good-relationship-check-sheets-body table .score-column,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table .score-column {
  display: flex;
  margin: 10px 0px;
}
#customer-candidate-show .good-relationship-check-sheets-body table .score-column div,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table .score-column div {
  display: flex;
  margin: auto;
}
#customer-candidate-show .good-relationship-check-sheets-body table .score-column .label-column,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table .score-column .label-column {
  font-weight: bold;
  margin: auto;
  font-size: 16px;
}

#customer-candidate-result .good-relationship-icon {
  color: #FF003E;
  font-size: 14px;
}
#customer-candidate-result .good-relationship-disable-icon {
  color: #DFE2E6;
  font-size: 14px;
}

#customer-candidate-show .good-relationship-icon {
  color: #FF003E;
  font-size: 25px;
}
#customer-candidate-show .good-relationship-disable-icon {
  color: #DFE2E6;
  font-size: 25px;
}

#modal-target-sellers .list-button-area small, #modal-target-sellers .list-button-area .small {
  float: left;
  margin-right: 15px;
}

#customer-candidate-good-relationship-check-sheets .alert {
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 991px) {
  #customer-candidate-actions-body td.schedule_memo {
    max-width: 250px;
  }
}
@media (max-width: 860px) {
  #customer-candidate-result .box-request {
    padding: 15px;
  }
  #customer-candidate-result .box-request .box-request-main .box-row {
    display: block;
  }
  #customer-candidate-result .box-request .box-request-main .box-row .box-col-2 {
    width: 100%;
  }
  #customer-candidate-result .box-request .box-request-main .box-row .box-col-2:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  #customer-candidate-body #date_shipped.form-control {
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem;
  }

  #customer-candidates #customer_candidates_new_button {
    padding: 4px 8px;
  }
}
@media (max-width: 575px) {
  #customer-candidate-actions-body td.schedule_memo {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  #customer-candidate-show .good-relationship-check-sheets-body,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body {
    padding: 20px 0px;
  }
  #customer-candidate-show .good-relationship-check-sheets-body table,
#good-relationship-check-sheet-new .good-relationship-check-sheets-body table {
    font-size: 14px;
  }
}
#original-promotion-new .form-check-label2, #original-promotion-edit .form-check-label2 {
  padding-right: 1.25rem;
  margin-bottom: 0;
}
#original-promotion-new .checkbox_label, #original-promotion-edit .checkbox_label {
  padding: 0.25rem;
}
#original-promotion-new .slide-fade-enter-active, #original-promotion-edit .slide-fade-enter-active {
  transition: all 0.3s ease;
}
#original-promotion-new .slide-fade-leave-active, #original-promotion-edit .slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
#original-promotion-new .slide-fade-enter, #original-promotion-new .slide-fade-leave-to, #original-promotion-edit .slide-fade-enter, #original-promotion-edit .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

#salons table {
  width: 100%;
}
#salons .ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  #salons .ellipsis {
    max-height: 52px;
    -webkit-line-clamp: 3;
  }
}
#salons-edit .checkbox-warning {
  color: #ffc107 !important;
}

.survey_history {
  padding: 10px 20px;
}

.create-btn {
  float: right;
  margin: 0 20px 5px 0;
}

.edit-btn {
  width: 40%;
}

.salons-check-btn {
  margin-top: 2px;
}

#search-item-order #qrcode-reader .qr-code-btn,
#search-item #qrcode-reader .qr-code-btn,
#modal-select-purchase-orders #qrcode-reader .qr-code-btn {
  width: 8.5rem;
  height: 4rem;
}
#search-item-order #item-categories .dropdown-submenu,
#search-item #item-categories .dropdown-submenu,
#modal-select-purchase-orders #item-categories .dropdown-submenu {
  position: relative;
}
#search-item-order #item-categories .dropdown-submenu > .dropdown-menu,
#search-item #item-categories .dropdown-submenu > .dropdown-menu,
#modal-select-purchase-orders #item-categories .dropdown-submenu > .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  transform: none !important;
}
#search-item-order #item-categories .dropdown-submenu > a:after,
#search-item #item-categories .dropdown-submenu > a:after,
#modal-select-purchase-orders #item-categories .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #999;
  margin-top: 5px;
  margin-right: -10px;
}
#search-item-order #item-categories .dropdown-submenu:hover > .dropdown-menu,
#search-item #item-categories .dropdown-submenu:hover > .dropdown-menu,
#modal-select-purchase-orders #item-categories .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#search-item-order #item-categories .dropdown-submenu:hover > a:after,
#search-item #item-categories .dropdown-submenu:hover > a:after,
#modal-select-purchase-orders #item-categories .dropdown-submenu:hover > a:after {
  border-left-color: #ddd;
}
#search-item-order .search-item-area,
#search-item .search-item-area,
#modal-select-purchase-orders .search-item-area {
  position: relative;
}
#search-item-order .search-item-area table.table,
#search-item .search-item-area table.table,
#modal-select-purchase-orders .search-item-area table.table {
  border: none;
}
#search-item-order .search-item-area table.table.search thead, #search-item-order .search-item-area table.table.search tbody,
#search-item .search-item-area table.table.search thead,
#search-item .search-item-area table.table.search tbody,
#modal-select-purchase-orders .search-item-area table.table.search thead,
#modal-select-purchase-orders .search-item-area table.table.search tbody {
  display: block;
}
#search-item-order .search-item-area table.table.search tbody,
#search-item .search-item-area table.table.search tbody,
#modal-select-purchase-orders .search-item-area table.table.search tbody {
  height: 140px;
  overflow-y: auto;
}
#search-item-order .search-item-area table.table.search tr,
#search-item .search-item-area table.table.search tr,
#modal-select-purchase-orders .search-item-area table.table.search tr {
  width: 100%;
  display: table;
}
#search-item-order .search-item-area table.table.search tr td,
#search-item .search-item-area table.table.search tr td,
#modal-select-purchase-orders .search-item-area table.table.search tr td {
  border-left: none;
  border-top: none;
  border-right: 1px solid #e9ecef;
}
#search-item-order .search-item-area table.table.search tr td:last-child,
#search-item .search-item-area table.table.search tr td:last-child,
#modal-select-purchase-orders .search-item-area table.table.search tr td:last-child {
  border-right: none;
}
#search-item-order .search-item-area table.table.search tr td:nth-child(1),
#search-item-order .search-item-area table.table.search tr th:nth-child(1),
#search-item .search-item-area table.table.search tr td:nth-child(1),
#search-item .search-item-area table.table.search tr th:nth-child(1),
#modal-select-purchase-orders .search-item-area table.table.search tr td:nth-child(1),
#modal-select-purchase-orders .search-item-area table.table.search tr th:nth-child(1) {
  width: 20%;
}
#search-item-order .search-item-area table.table.search tr td:nth-child(3),
#search-item-order .search-item-area table.table.search tr th:nth-child(3),
#search-item .search-item-area table.table.search tr td:nth-child(3),
#search-item .search-item-area table.table.search tr th:nth-child(3),
#modal-select-purchase-orders .search-item-area table.table.search tr td:nth-child(3),
#modal-select-purchase-orders .search-item-area table.table.search tr th:nth-child(3) {
  width: 15%;
}
#search-item-order #search-item-resizable,
#search-item-order #search-field-resizable,
#search-item #search-item-resizable,
#search-item #search-field-resizable,
#modal-select-purchase-orders #search-item-resizable,
#modal-select-purchase-orders #search-field-resizable {
  background-color: #82b4d5;
  height: 0.75rem;
  position: relative;
}
#search-item-order #search-item-resizable .btn,
#search-item-order #search-field-resizable .btn,
#search-item #search-item-resizable .btn,
#search-item #search-field-resizable .btn,
#modal-select-purchase-orders #search-item-resizable .btn,
#modal-select-purchase-orders #search-field-resizable .btn {
  position: absolute;
  background: #82b4d5;
  border-color: #82b4d5;
  color: #fff;
  top: -0.575rem;
  left: 50%;
  margin-left: -2rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  padding: 0 1.5rem;
}
#search-item-order #search-item-resizable .btn:hover,
#search-item-order #search-field-resizable .btn:hover,
#search-item #search-item-resizable .btn:hover,
#search-item #search-field-resizable .btn:hover,
#modal-select-purchase-orders #search-item-resizable .btn:hover,
#modal-select-purchase-orders #search-field-resizable .btn:hover {
  background-color: #fff;
  color: #82b4d5;
}
#search-item-order #loading,
#search-item-order .overlay,
#search-item #loading,
#search-item .overlay,
#modal-select-purchase-orders #loading,
#modal-select-purchase-orders .overlay {
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-item-order .overlay,
#search-item .overlay,
#modal-select-purchase-orders .overlay {
  font-size: 2rem;
}

#modal-select-purchase-orders .modal-title,
#modal-select-reorder-items .modal-title,
#modal-search-item .modal-title,
#modal-select-stock-items .modal-title {
  font-size: 16px;
  font-weight: 300;
}
#modal-select-purchase-orders .header-contents,
#modal-select-reorder-items .header-contents,
#modal-search-item .header-contents,
#modal-select-stock-items .header-contents {
  padding: 0rem;
}
#modal-select-purchase-orders .header-contents .sp-header,
#modal-select-reorder-items .header-contents .sp-header,
#modal-search-item .header-contents .sp-header,
#modal-select-stock-items .header-contents .sp-header {
  display: flex;
  padding: 16px;
}
#modal-select-purchase-orders .header-contents .sp-header .sp-header-title,
#modal-select-reorder-items .header-contents .sp-header .sp-header-title,
#modal-search-item .header-contents .sp-header .sp-header-title,
#modal-select-stock-items .header-contents .sp-header .sp-header-title {
  font-weight: 600;
  color: #5B3B1A;
}
#modal-select-purchase-orders .item-categories-row,
#modal-select-reorder-items .item-categories-row,
#modal-search-item .item-categories-row,
#modal-select-stock-items .item-categories-row {
  padding: 0px 16px;
}
#modal-select-purchase-orders .search-result-row,
#modal-select-reorder-items .search-result-row,
#modal-search-item .search-result-row,
#modal-select-stock-items .search-result-row {
  width: 100%;
  font-size: 14px;
  border-top: solid 1px #D8D8D8;
}
#modal-select-purchase-orders .search-result-row .search-result-background,
#modal-select-reorder-items .search-result-row .search-result-background,
#modal-search-item .search-result-row .search-result-background,
#modal-select-stock-items .search-result-row .search-result-background {
  margin: 4px 0px;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main,
#modal-select-reorder-items .search-result-row .search-result-background .result-main,
#modal-search-item .search-result-row .search-result-background .result-main,
#modal-select-stock-items .search-result-row .search-result-background .result-main {
  padding: 8px 10px 8px 16px;
  display: flex;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main > div,
#modal-select-reorder-items .search-result-row .search-result-background .result-main > div,
#modal-search-item .search-result-row .search-result-background .result-main > div,
#modal-select-stock-items .search-result-row .search-result-background .result-main > div {
  margin-right: 12px;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main > div:last-child,
#modal-select-reorder-items .search-result-row .search-result-background .result-main > div:last-child,
#modal-search-item .search-result-row .search-result-background .result-main > div:last-child,
#modal-select-stock-items .search-result-row .search-result-background .result-main > div:last-child {
  margin-right: 0px;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .image-col,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .image-col,
#modal-search-item .search-result-row .search-result-background .result-main .image-col,
#modal-select-stock-items .search-result-row .search-result-background .result-main .image-col {
  height: 82px;
  min-height: 82px;
  width: 82px;
  min-width: 82px;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .image-col div,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .image-col div,
#modal-search-item .search-result-row .search-result-background .result-main .image-col div,
#modal-select-stock-items .search-result-row .search-result-background .result-main .image-col div {
  position: relative;
  display: flex;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .image-col div img,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .image-col div img,
#modal-search-item .search-result-row .search-result-background .result-main .image-col div img,
#modal-select-stock-items .search-result-row .search-result-background .result-main .image-col div img {
  max-height: 82px;
  max-width: 82px;
  margin: auto;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .image-col div span,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .image-col div span,
#modal-search-item .search-result-row .search-result-background .result-main .image-col div span,
#modal-select-stock-items .search-result-row .search-result-background .result-main .image-col div span {
  position: absolute;
  top: -7px;
  left: -7px;
  background-color: #E6629D;
  border-radius: 12px;
  height: 24px;
  min-width: 24px;
  padding: 0px 3px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  color: #FFFFFF;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .image-col div .cz-2,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .image-col div .cz-2,
#modal-search-item .search-result-row .search-result-background .result-main .image-col div .cz-2,
#modal-select-stock-items .search-result-row .search-result-background .result-main .image-col div .cz-2 {
  z-index: 2;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .name-col,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .name-col,
#modal-search-item .search-result-row .search-result-background .result-main .name-col,
#modal-select-stock-items .search-result-row .search-result-background .result-main .name-col {
  width: 100%;
  display: flex;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .name-col span,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .name-col span,
#modal-search-item .search-result-row .search-result-background .result-main .name-col span,
#modal-select-stock-items .search-result-row .search-result-background .result-main .name-col span {
  margin: auto 0px;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .stock-col,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .stock-col,
#modal-search-item .search-result-row .search-result-background .result-main .stock-col,
#modal-select-stock-items .search-result-row .search-result-background .result-main .stock-col {
  width: 30px;
  display: flex;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .stock-col span,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .stock-col span,
#modal-search-item .search-result-row .search-result-background .result-main .stock-col span,
#modal-select-stock-items .search-result-row .search-result-background .result-main .stock-col span {
  margin: auto;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .icon-col,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .icon-col,
#modal-search-item .search-result-row .search-result-background .result-main .icon-col,
#modal-select-stock-items .search-result-row .search-result-background .result-main .icon-col {
  width: 25px;
  display: flex;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .icon-col span,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .icon-col span,
#modal-search-item .search-result-row .search-result-background .result-main .icon-col span,
#modal-select-stock-items .search-result-row .search-result-background .result-main .icon-col span {
  margin: auto;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .button-col,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .button-col,
#modal-search-item .search-result-row .search-result-background .result-main .button-col,
#modal-select-stock-items .search-result-row .search-result-background .result-main .button-col {
  width: 65px;
  display: flex;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .button-col span,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .button-col span,
#modal-search-item .search-result-row .search-result-background .result-main .button-col span,
#modal-select-stock-items .search-result-row .search-result-background .result-main .button-col span {
  margin: auto 0px;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .name-and-price-col,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .name-and-price-col,
#modal-search-item .search-result-row .search-result-background .result-main .name-and-price-col,
#modal-select-stock-items .search-result-row .search-result-background .result-main .name-and-price-col {
  width: 100%;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .large-button-col,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .large-button-col,
#modal-search-item .search-result-row .search-result-background .result-main .large-button-col,
#modal-select-stock-items .search-result-row .search-result-background .result-main .large-button-col {
  width: 85px;
  display: flex;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .large-button-col span,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .large-button-col span,
#modal-search-item .search-result-row .search-result-background .result-main .large-button-col span,
#modal-select-stock-items .search-result-row .search-result-background .result-main .large-button-col span {
  margin: auto 0px;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .large-button-col span .large-add-button,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .large-button-col span .large-add-button,
#modal-search-item .search-result-row .search-result-background .result-main .large-button-col span .large-add-button,
#modal-select-stock-items .search-result-row .search-result-background .result-main .large-button-col span .large-add-button {
  font-size: 18px;
  padding-right: 1rem;
  padding-left: 1rem;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .selected-item-count-col,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .selected-item-count-col,
#modal-search-item .search-result-row .search-result-background .result-main .selected-item-count-col,
#modal-select-stock-items .search-result-row .search-result-background .result-main .selected-item-count-col {
  width: 42px;
  display: flex;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .selected-item-count-col span,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .selected-item-count-col span,
#modal-search-item .search-result-row .search-result-background .result-main .selected-item-count-col span,
#modal-select-stock-items .search-result-row .search-result-background .result-main .selected-item-count-col span {
  margin: auto 0px;
  width: 40px;
  height: 30px;
  border: solid 1px #CED4D9;
  border-radius: 4px;
  padding: 7px;
  text-align: right;
  line-height: 1;
  background-color: #FFFFFF;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .unit-price,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .unit-price,
#modal-search-item .search-result-row .search-result-background .result-main .unit-price,
#modal-select-stock-items .search-result-row .search-result-background .result-main .unit-price {
  font-size: 16px;
  font-weight: bold;
}
#modal-select-purchase-orders .search-result-row .search-result-background .result-main .add-button,
#modal-select-reorder-items .search-result-row .search-result-background .result-main .add-button,
#modal-search-item .search-result-row .search-result-background .result-main .add-button,
#modal-select-stock-items .search-result-row .search-result-background .result-main .add-button {
  padding-right: 1rem;
  padding-left: 1rem;
}
#modal-select-purchase-orders .search-result-row .selected,
#modal-select-reorder-items .search-result-row .selected,
#modal-search-item .search-result-row .selected,
#modal-select-stock-items .search-result-row .selected {
  background-color: #FDF6F9;
}
#modal-select-purchase-orders .search-result-row:last-child,
#modal-select-reorder-items .search-result-row:last-child,
#modal-search-item .search-result-row:last-child,
#modal-select-stock-items .search-result-row:last-child {
  border-bottom: solid 1px #D8D8D8;
}
#modal-select-purchase-orders .search-rows,
#modal-select-reorder-items .search-rows,
#modal-search-item .search-rows,
#modal-select-stock-items .search-rows {
  padding-top: 20px;
}
#modal-select-purchase-orders .search-rows .form-group,
#modal-select-reorder-items .search-rows .form-group,
#modal-search-item .search-rows .form-group,
#modal-select-stock-items .search-rows .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
#modal-select-purchase-orders .search-rows .form-group .values,
#modal-select-reorder-items .search-rows .form-group .values,
#modal-search-item .search-rows .form-group .values,
#modal-select-stock-items .search-rows .form-group .values {
  display: flex;
}
#modal-select-purchase-orders .search-rows .form-group .values .input-col,
#modal-select-reorder-items .search-rows .form-group .values .input-col,
#modal-search-item .search-rows .form-group .values .input-col,
#modal-select-stock-items .search-rows .form-group .values .input-col {
  margin-right: 16px;
  width: 100%;
}
#modal-select-purchase-orders .search-rows .form-group .values .button-col,
#modal-select-reorder-items .search-rows .form-group .values .button-col,
#modal-search-item .search-rows .form-group .values .button-col,
#modal-select-stock-items .search-rows .form-group .values .button-col {
  display: flex;
  width: 40px;
}
#modal-select-purchase-orders .search-rows .form-group .values .button-col button,
#modal-select-reorder-items .search-rows .form-group .values .button-col button,
#modal-search-item .search-rows .form-group .values .button-col button,
#modal-select-stock-items .search-rows .form-group .values .button-col button {
  margin: auto;
}
#modal-select-purchase-orders .color-icon,
#modal-select-reorder-items .color-icon,
#modal-search-item .color-icon,
#modal-select-stock-items .color-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  vertical-align: middle;
}

#modal-select-purchase-orders .header-contents {
  padding: 1rem 1rem 0.5rem 1rem;
}
#modal-select-purchase-orders .modal-body {
  overflow-y: scroll;
}
#modal-select-purchase-orders .modal-body > div {
  max-height: calc(100vh - 215px);
}

#modal-select-reorder-items .modal-body {
  overflow-y: scroll;
}
#modal-select-reorder-items .modal-body > div {
  max-height: calc(100vh - 160px);
}

#modal-search-item .modal-body {
  overflow-y: scroll;
}
#modal-search-item .modal-body > div {
  max-height: calc(100vh - 160px);
}

#modal-select-stock-items .modal-body {
  overflow-y: scroll;
}
#modal-select-stock-items .modal-body > div {
  max-height: calc(100vh - 150px);
}

@media (max-width: 767px) {
  #modal-select-purchase-orders .modal-dialog,
#modal-select-reorder-items .modal-dialog,
#modal-search-item .modal-dialog,
#modal-select-stock-items .modal-dialog {
    max-width: 100%;
    height: calc(100% - 24px);
    background-color: #FFFFFF;
  }
  #modal-select-purchase-orders .header-contents,
#modal-select-reorder-items .header-contents,
#modal-search-item .header-contents,
#modal-select-stock-items .header-contents {
    padding: 0rem;
  }
  #modal-select-purchase-orders .modal-body,
#modal-select-reorder-items .modal-body,
#modal-search-item .modal-body,
#modal-select-stock-items .modal-body {
    padding: 0px;
    overflow-y: scroll;
  }
  #modal-select-purchase-orders .modal-body > div,
#modal-select-reorder-items .modal-body > div,
#modal-search-item .modal-body > div,
#modal-select-stock-items .modal-body > div {
    height: calc(100vh - 160px);
  }
  #modal-select-purchase-orders .item-categories-row,
#modal-select-reorder-items .item-categories-row,
#modal-search-item .item-categories-row,
#modal-select-stock-items .item-categories-row {
    padding: 16px;
  }
  #modal-select-purchase-orders .search-result-row .search-result-background,
#modal-select-reorder-items .search-result-row .search-result-background,
#modal-search-item .search-result-row .search-result-background,
#modal-select-stock-items .search-result-row .search-result-background {
    margin: 0px;
  }

  #modal-select-purchase-orders .modal-body > div {
    height: calc(100vh - 160px);
    max-height: calc(100vh - 160px);
  }

  #modal-select-reorder-items .modal-dialog {
    margin: 12px;
  }
  #modal-select-reorder-items .modal-body > div {
    max-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
  }

  #modal-search-item .search-rows {
    border-top: solid 1px #D8D8D8;
  }
  #modal-search-item .modal-body > div {
    height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
  }

  #modal-select-stock-items .modal-dialog {
    margin: 12px;
  }
  #modal-select-stock-items .modal-body > div {
    max-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
  }
}
/* select2をBootstrap4と同様のスタイルにする */
.select2.select2-container .select2-selection--multiple {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  border-color: #ced4da;
}

.select2.select2-container--focus {
  color: #495057;
  background-color: #fff;
  border-radius: 0.25rem;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.select2.select2-container--focus .select2-selection--multiple {
  border-color: #80bdff !important;
}

.select2-container--open .select2-dropdown {
  border-color: #ced4da;
}

#search-item-order .selected-item-area,
#search-item .selected-item-area {
  position: relative;
}
#search-item-order .selected-item-area .overlay,
#search-item .selected-item-area .overlay {
  width: 100%;
  height: 140px;
  position: absolute;
  z-index: 1;
  top: 41px;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
#search-item-order .selected-item-area table.table,
#search-item .selected-item-area table.table {
  border: none;
}
#search-item-order .selected-item-area table.table thead, #search-item-order .selected-item-area table.table tbody,
#search-item .selected-item-area table.table thead,
#search-item .selected-item-area table.table tbody {
  display: block;
}
#search-item-order .selected-item-area table.table thead tr, #search-item-order .selected-item-area table.table tbody tr,
#search-item .selected-item-area table.table thead tr,
#search-item .selected-item-area table.table tbody tr {
  width: 100%;
  display: table;
}
#search-item-order .selected-item-area table.table thead tr td, #search-item-order .selected-item-area table.table tbody tr td,
#search-item .selected-item-area table.table thead tr td,
#search-item .selected-item-area table.table tbody tr td {
  border-left: none;
  border-top: none;
  border-right: 1px solid #e9ecef;
}
#search-item-order .selected-item-area table.table thead tr td:last-child, #search-item-order .selected-item-area table.table tbody tr td:last-child,
#search-item .selected-item-area table.table thead tr td:last-child,
#search-item .selected-item-area table.table tbody tr td:last-child {
  border-right: none;
}
#search-item-order .selected-item-area table.table tbody,
#search-item .selected-item-area table.table tbody {
  height: 140px;
  overflow-y: auto;
}
#search-item-order .selected-item-area table.table tfoot td.resizer,
#search-item .selected-item-area table.table tfoot td.resizer {
  border: none;
  padding: 0;
}
#search-item-order .selected-item-area table.table tfoot td.resizer #selected-item-resizable,
#search-item .selected-item-area table.table tfoot td.resizer #selected-item-resizable {
  z-index: 2;
}
#search-item-order #selected-item-resizable,
#search-item #selected-item-resizable {
  background-color: #82b4d5;
  height: 0.75rem;
  position: relative;
}
#search-item-order #selected-item-resizable .btn,
#search-item #selected-item-resizable .btn {
  position: absolute;
  background: #82b4d5;
  border-color: #82b4d5;
  color: #fff;
  top: -0.575rem;
  left: 50%;
  margin-left: -2rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  padding: 0 1.5rem;
}
#search-item-order #selected-item-resizable .btn:hover,
#search-item #selected-item-resizable .btn:hover {
  background-color: #fff;
  color: #82b4d5;
}

#search-item #sales-details .selected-item-area table.table thead tr .col-code,
#search-item #sales-details .selected-item-area table.table tbody tr .col-code {
  width: 10%;
  min-width: 70px;
  word-break: break-all;
}
#search-item #sales-details .selected-item-area table.table thead tr .col-price,
#search-item #sales-details .selected-item-area table.table tbody tr .col-price {
  width: 10%;
  min-width: 64px;
  word-break: break-all;
}
#search-item #sales-details .selected-item-area table.table thead tr .col-tax,
#search-item #sales-details .selected-item-area table.table tbody tr .col-tax {
  width: 8%;
  min-width: 55px;
  word-break: break-all;
}
#search-item #sales-details .selected-item-area table.table thead tr .col-quantity,
#search-item #sales-details .selected-item-area table.table tbody tr .col-quantity {
  width: 8%;
  min-width: 63px;
}
#search-item #sales-details .selected-item-area table.table thead tr .col-stock,
#search-item #sales-details .selected-item-area table.table tbody tr .col-stock {
  width: 8%;
  min-width: 52px;
  word-break: break-all;
}
#search-item #sales-details .selected-item-area table.table thead tr .col-stock .m-stock,
#search-item #sales-details .selected-item-area table.table tbody tr .col-stock .m-stock {
  display: none;
}
#search-item #sales-details .selected-item-area table.table thead tr .col-free-stock,
#search-item #sales-details .selected-item-area table.table tbody tr .col-free-stock {
  width: 8%;
  min-width: 52px;
  word-break: break-all;
}
#search-item #sales-details .selected-item-area table.table thead tr .col-free,
#search-item #sales-details .selected-item-area table.table tbody tr .col-free {
  width: 8%;
  min-width: 57px;
}
#search-item #sales-details .selected-item-area table.table thead tr .col-delete,
#search-item #sales-details .selected-item-area table.table tbody tr .col-delete {
  width: 8%;
  min-width: 56px;
}

#search-item-order .selected-item-area table.table tr td:nth-child(1),
#search-item-order .selected-item-area table.table tr th:nth-child(1) {
  width: 15%;
}
#search-item-order .selected-item-area table.table tr td:nth-child(3),
#search-item-order .selected-item-area table.table tr th:nth-child(3),
#search-item-order .selected-item-area table.table tr td:nth-child(4),
#search-item-order .selected-item-area table.table tr th:nth-child(4),
#search-item-order .selected-item-area table.table tr td:nth-child(5),
#search-item-order .selected-item-area table.table tr th:nth-child(5),
#search-item-order .selected-item-area table.table tr td:nth-child(6),
#search-item-order .selected-item-area table.table tr th:nth-child(6),
#search-item-order .selected-item-area table.table tr td:nth-child(7),
#search-item-order .selected-item-area table.table tr th:nth-child(7),
#search-item-order .selected-item-area table.table tr td:nth-child(8),
#search-item-order .selected-item-area table.table tr th:nth-child(8) {
  width: 8%;
}
#search-item-order .selected-item-area table.table tr th.col-unit-price,
#search-item-order .selected-item-area table.table tr td.col-unit-price {
  min-width: 75px;
}
#search-item-order .selected-item-area table.table tr th.col-tax,
#search-item-order .selected-item-area table.table tr td.col-tax {
  min-width: 36px;
}
#search-item-order .selected-item-area table.table tr th.col-quantity,
#search-item-order .selected-item-area table.table tr td.col-quantity {
  min-width: 61px;
}
#search-item-order .selected-item-area table.table tr th.col-free,
#search-item-order .selected-item-area table.table tr td.col-free {
  min-width: 24px;
}
#search-item-order .selected-item-area table.table tr th.col-del-btn,
#search-item-order .selected-item-area table.table tr td.col-del-btn {
  min-width: 56px;
}

@media (max-width: 991px) {
  #search-item #sales-details .selected-item-area table.table thead tr .col-code,
#search-item #sales-details .selected-item-area table.table tbody tr .col-code {
    width: 40px;
    min-width: 40px;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-free,
#search-item #sales-details .selected-item-area table.table tbody tr .col-free {
    width: 40px;
    min-width: 40px;
  }
}
@media (max-width: 767px) {
  #search-item #sales-details .selected-item-area table.table thead tr .col-code,
#search-item #sales-details .selected-item-area table.table tbody tr .col-code {
    width: 10%;
    min-width: 70px;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-free,
#search-item #sales-details .selected-item-area table.table tbody tr .col-free {
    width: 8%;
    min-width: 57px;
  }
}
@media (max-width: 575px) {
  #search-item #sales-details .selected-item-area table.table thead .col-stock .m-stock div {
    padding: 0.3rem 0.1rem;
  }
  #search-item #sales-details .selected-item-area table.table thead .col-stock .m-stock :first-child {
    border-bottom: 1px solid #85bee5;
  }
  #search-item #sales-details .selected-item-area table.table tbody .col-stock .m-stock div {
    padding: 0.3rem;
  }
  #search-item #sales-details .selected-item-area table.table tbody .col-stock .m-stock :first-child {
    border-bottom: 1px solid #e9ecef;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-code,
#search-item #sales-details .selected-item-area table.table tbody tr .col-code {
    width: 40px;
    min-width: 40px;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-stock,
#search-item #sales-details .selected-item-area table.table tbody tr .col-stock {
    padding: 0;
    width: 40px;
    min-width: 40px;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-stock .stock,
#search-item #sales-details .selected-item-area table.table tbody tr .col-stock .stock {
    display: none;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-stock .m-stock,
#search-item #sales-details .selected-item-area table.table tbody tr .col-stock .m-stock {
    display: block;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-free-stock,
#search-item #sales-details .selected-item-area table.table tbody tr .col-free-stock {
    display: none;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-free,
#search-item #sales-details .selected-item-area table.table tbody tr .col-free {
    width: 40px;
    min-width: 40px;
  }

  #search-item-order .selected-item-area table.table tr td:nth-child(3),
#search-item-order .selected-item-area table.table tr th:nth-child(3),
#search-item-order .selected-item-area table.table tr td:nth-child(4),
#search-item-order .selected-item-area table.table tr th:nth-child(4),
#search-item-order .selected-item-area table.table tr td:nth-child(5),
#search-item-order .selected-item-area table.table tr th:nth-child(5),
#search-item-order .selected-item-area table.table tr td:nth-child(6),
#search-item-order .selected-item-area table.table tr th:nth-child(6),
#search-item-order .selected-item-area table.table tr td:nth-child(7),
#search-item-order .selected-item-area table.table tr th:nth-child(7),
#search-item-order .selected-item-area table.table tr td:nth-child(8),
#search-item-order .selected-item-area table.table tr th:nth-child(8) {
    width: 10%;
  }
  #search-item-order .selected-item-area table.table tr th.col-unit-price,
#search-item-order .selected-item-area table.table tr td.col-unit-price {
    min-width: 52px;
  }
}
@media (max-width: 480px) {
  #search-item #sales-details .selected-item-area table.table thead tr .col-code,
#search-item #sales-details .selected-item-area table.table tbody tr .col-code {
    width: 25px;
    min-width: 25px;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-price,
#search-item #sales-details .selected-item-area table.table tbody tr .col-price {
    width: 40px;
    min-width: 40px;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-tax,
#search-item #sales-details .selected-item-area table.table tbody tr .col-tax {
    width: 34px;
    min-width: 34px;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-stock,
#search-item #sales-details .selected-item-area table.table tbody tr .col-stock {
    width: 35px;
    min-width: 35px;
  }
  #search-item #sales-details .selected-item-area table.table thead tr .col-free,
#search-item #sales-details .selected-item-area table.table tbody tr .col-free {
    width: 25px;
    min-width: 25px;
  }

  #search-item-order .selected-item-area table.table tr td:nth-child(3),
#search-item-order .selected-item-area table.table tr th:nth-child(3),
#search-item-order .selected-item-area table.table tr td:nth-child(4),
#search-item-order .selected-item-area table.table tr th:nth-child(4),
#search-item-order .selected-item-area table.table tr td:nth-child(5),
#search-item-order .selected-item-area table.table tr th:nth-child(5),
#search-item-order .selected-item-area table.table tr td:nth-child(6),
#search-item-order .selected-item-area table.table tr th:nth-child(6),
#search-item-order .selected-item-area table.table tr td:nth-child(7),
#search-item-order .selected-item-area table.table tr th:nth-child(7),
#search-item-order .selected-item-area table.table tr td:nth-child(8),
#search-item-order .selected-item-area table.table tr th:nth-child(8) {
    width: 5%;
  }
}
#search-item #sales-details .input-group-sm > .form-control:not(textarea),
#search-item #sales-details .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

#arrival .table-responsive .fa-commenting-o {
  color: #007bff;
}
#arrival #arrival-creator-processing {
  display: inline-block;
  width: 300px;
  height: 10px;
  border: 1px solid #82b4d5;
}
#arrival #arrival-creator-progress {
  width: 1px;
  height: 8px;
  background-color: #82b4d5;
}

#membership-result table .rank {
  width: 5%;
}

#memberships-label-start-position {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #b5bcc7;
  padding: 10px;
  width: 272px;
}
#memberships-label-start-position input {
  display: none;
}
#memberships-label-start-position label {
  display: flex;
  border: 1px solid #b5bcc7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 13px;
  height: 50px;
  width: 120px;
  justify-content: center;
  color: #bbb;
  cursor: pointer;
}
#memberships-label-start-position label:nth-child(odd) {
  margin-right: 10px;
}
#memberships-label-start-position label:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#memberships-label-start-position .selected,
#memberships-label-start-position .selected ~ label {
  border-color: #85bee5;
  background-color: #82b4d5;
  color: #fff;
}

@media (max-width: 575px) {
  #memberships-label-start-position {
    display: flex;
    margin: 0 auto;
  }
}
/* 元 assets/stylesheets/application.css にあったものとりあえずここへ */
input[type=number] {
  text-align: right;
}

.tooltip .tooltip-inner {
  text-align: left;
  max-width: 325px;
  font-size: 1rem;
  opacity: 0.9;
}

.tooltip-small .tooltip-inner {
  font-size: 13px;
}

.tooltip-target {
  cursor: help;
}

span.badge-report {
  padding: 2px;
  border-radius: 3px;
  position: absolute;
  right: 40px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

span.bg-badge-csv {
  background-color: #4d90c1;
}

span.bg-badge-pdf {
  background-color: #43A079;
}

span.bg-badge-pdf-report {
  background-color: #B57193;
}

.card-header.title-with-help {
  padding: 4px 1.25rem;
  height: 50px;
  display: flex;
}

#event-application-participation-list .nav-link.active {
  border-bottom: solid 2px #8DB3D2;
}

#event-application-participation-result img.user-icon,
#event-communication-histories-result img.user-icon,
#event-public-bill-organizations img.user-icon,
#event-qr-reception img.user-icon,
#subscription-orders-list img.user-icon {
  width: 30px;
  height: 30px;
}

#customer-action-new .select-area-right {
  margin: 0 0 0 auto;
}
#customer-action-new span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#customer-action-new .date-time-input {
  display: flex;
}
#customer-action-new .date-time-input .form-check-inline {
  min-width: 60px;
  margin-right: 0px;
  margin-left: 5px;
}
#customer-action-new .date-time-input .form-blank {
  min-width: 65px;
}
#customer-action-new .list-button-area small, #customer-action-new .list-button-area .small {
  float: left;
  margin-right: 15px;
}
#customer-action-new .contact-badge {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 4px 5px 0px 0px;
  padding: 0px 5px;
  border-color: #ced4da;
}
#customer-action-new .remove-contact {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
#customer-action-new .remove-contact:hover {
  color: #333;
}
#customer-action-new .custom-display {
  min-height: 40px;
  height: auto;
  width: 100%;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 3px 4px;
}
#customer-action-new .custom-display:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#customer-action img.img-thumbnail:hover {
  cursor: pointer;
}
#customer-action img.img-thumbnail {
  height: 12rem;
  object-fit: contain;
}
#customer-action .select-area-right {
  margin: 0 0 0 auto;
}
#customer-action .list-button-area small, #customer-action .list-button-area .small {
  float: left;
  margin-right: 10px;
}
#customer-action #target-members-table .check-row {
  width: 40px;
}

#customer-action-new .title-with-help,
#customer-action .title-with-help {
  padding: 4px 1.25rem;
}
#customer-action-new .header-title-and-help,
#customer-action .header-title-and-help {
  display: flex;
}
#customer-action-new .candidate-badge,
#customer-action .candidate-badge {
  background-color: #e5004a;
  color: #ffffff;
}
#customer-action-new .line-badge,
#customer-action .line-badge {
  background-color: #15dc41;
  color: #ffffff;
}
#customer-action-new .line-message-col p,
#customer-action .line-message-col p {
  margin-bottom: 0px;
}
#customer-action-new #line-send-histories-table .sent-at-row,
#customer-action #line-send-histories-table .sent-at-row {
  width: 200px;
}

#modal-target-members .modal-body {
  overflow-y: scroll;
  max-height: 70vh;
}
#modal-target-members .rank-params {
  width: 150px;
}

#schedule-select .select-area-right {
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  #modal-target-members .modal-body {
    padding: 0px;
  }
  #modal-target-members .search-rows {
    width: 98%;
    padding: 0px 10px;
  }
}
#action-schedule-calendar-section .header {
  display: flex;
  margin-bottom: 5px;
}
#action-schedule-calendar-section .header .left-area {
  display: flex;
}
#action-schedule-calendar-section .header .right-area {
  display: flex;
  margin-left: auto;
}
#action-schedule-calendar-section .header .title {
  color: #25384E;
  width: 110px;
  line-height: 1;
}
#action-schedule-calendar-section .header .title .title-year {
  font-size: 14px;
  color: #25384E;
  opacity: 0.5;
}
#action-schedule-calendar-section .header .title .title-month-value {
  font-size: 30px;
  color: #25384E;
}
#action-schedule-calendar-section .header .title .title-month-label {
  font-size: 18px;
  color: #25384E;
}
#action-schedule-calendar-section .header .term-change-buttons,
#action-schedule-calendar-section .header .view-change-buttons {
  display: flex;
}
#action-schedule-calendar-section .header .term-change-buttons button,
#action-schedule-calendar-section .header .view-change-buttons button {
  background: #D6DEE6 0% 0% no-repeat padding-box;
  opacity: 1;
  border: none;
  padding: 2px;
}
#action-schedule-calendar-section .header .term-change-buttons button:first-child,
#action-schedule-calendar-section .header .view-change-buttons button:first-child {
  border-radius: 4px 0px 0px 4px;
}
#action-schedule-calendar-section .header .term-change-buttons button:last-child,
#action-schedule-calendar-section .header .view-change-buttons button:last-child {
  border-radius: 0px 4px 4px 0px;
}
#action-schedule-calendar-section .header .term-change-buttons button:focus,
#action-schedule-calendar-section .header .view-change-buttons button:focus {
  outline: 0;
}
#action-schedule-calendar-section .header .term-change-buttons .next-prev-button,
#action-schedule-calendar-section .header .view-change-buttons .next-prev-button {
  width: 32px;
  height: 32px;
}
#action-schedule-calendar-section .header .term-change-buttons .today-button,
#action-schedule-calendar-section .header .view-change-buttons .today-button {
  width: 48px;
  height: 32px;
}
#action-schedule-calendar-section .header .term-change-buttons .today-button div,
#action-schedule-calendar-section .header .view-change-buttons .today-button div {
  width: 100%;
  height: 100%;
  display: flex;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
#action-schedule-calendar-section .header .term-change-buttons .today-button div span,
#action-schedule-calendar-section .header .view-change-buttons .today-button div span {
  margin: auto;
}
#action-schedule-calendar-section .header .term-change-buttons .month-button,
#action-schedule-calendar-section .header .term-change-buttons .week-button,
#action-schedule-calendar-section .header .term-change-buttons .day-button,
#action-schedule-calendar-section .header .view-change-buttons .month-button,
#action-schedule-calendar-section .header .view-change-buttons .week-button,
#action-schedule-calendar-section .header .view-change-buttons .day-button {
  width: 36px;
  height: 32px;
}
#action-schedule-calendar-section .header .term-change-buttons .three-day-button,
#action-schedule-calendar-section .header .view-change-buttons .three-day-button {
  width: 47px;
  height: 32px;
}
#action-schedule-calendar-section .header .term-change-buttons .list-button,
#action-schedule-calendar-section .header .view-change-buttons .list-button {
  width: 68px;
  height: 32px;
}
#action-schedule-calendar-section .header .term-change-buttons .active div,
#action-schedule-calendar-section .header .view-change-buttons .active div {
  width: 100%;
  height: 100%;
  display: flex;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
#action-schedule-calendar-section .header .term-change-buttons .active div span,
#action-schedule-calendar-section .header .view-change-buttons .active div span {
  margin: auto;
}
#action-schedule-calendar-section .header .icon {
  cursor: pointer;
  display: flex;
  background-color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
#action-schedule-calendar-section .header .icon i {
  margin: auto;
  font-size: 16px;
}
#action-schedule-calendar-section .header .view-buttons {
  margin-left: 14px;
}
#action-schedule-calendar-section .header .view-select-list {
  margin-left: 5px;
}
#action-schedule-calendar-section .header .view-select-list select {
  background-color: #d6dee6;
  height: 32px;
  width: 80px;
  padding: 0px;
}
#action-schedule-calendar-section .fc-daygrid-event-harness,
#action-schedule-calendar-section .fc-timegrid-event-harness {
  cursor: pointer;
}
#action-schedule-calendar-section .fc-list-event {
  cursor: pointer;
  background-color: #ffffff;
}
#action-schedule-calendar-section .fc-timegrid-axis {
  background-color: #ffffff;
}
#action-schedule-calendar-section .visit {
  color: #C96E6B;
}
#action-schedule-calendar-section .meet {
  color: #557DBD;
}
#action-schedule-calendar-section .tel {
  color: #569688;
}
#action-schedule-calendar-section .sns {
  color: #C96E6B;
}
#action-schedule-calendar-section .event {
  color: #557DBD;
}
#action-schedule-calendar-section .others {
  color: #569688;
}
#action-schedule-calendar-section .fc-daygrid-block-event {
  border: none;
}
#action-schedule-calendar-section .fc-daygrid-block-event.visit {
  background-color: #C96E6B;
}
#action-schedule-calendar-section .fc-daygrid-block-event.meet {
  background-color: #557DBD;
}
#action-schedule-calendar-section .fc-daygrid-block-event.tel {
  background-color: #569688;
}
#action-schedule-calendar-section .fc-daygrid-block-event.sns {
  background-color: #C96E6B;
}
#action-schedule-calendar-section .fc-daygrid-block-event.event {
  background-color: #557DBD;
}
#action-schedule-calendar-section .fc-daygrid-block-event.others {
  background-color: #569688;
}
#action-schedule-calendar-section .visit .fc-list-event-dot {
  border-color: #C96E6B;
}
#action-schedule-calendar-section .meet .fc-list-event-dot {
  border-color: #557DBD;
}
#action-schedule-calendar-section .tel .fc-list-event-dot {
  border-color: #569688;
}
#action-schedule-calendar-section .sns .fc-list-event-dot {
  border-color: #C96E6B;
}
#action-schedule-calendar-section .event .fc-list-event-dot {
  border-color: #557DBD;
}
#action-schedule-calendar-section .others .fc-list-event-dot {
  border-color: #569688;
}
#action-schedule-calendar-section .visit.fc-v-event {
  background-color: #C96E6B;
  border-color: #C96E6B;
}
#action-schedule-calendar-section .meet.fc-v-event {
  background-color: #557DBD;
  border-color: #557DBD;
}
#action-schedule-calendar-section .tel.fc-v-event {
  background-color: #569688;
  border-color: #569688;
}
#action-schedule-calendar-section .sns.fc-v-event {
  background-color: #C96E6B;
  border-color: #C96E6B;
}
#action-schedule-calendar-section .event.fc-v-event {
  background-color: #557DBD;
  border-color: #557DBD;
}
#action-schedule-calendar-section .others.fc-v-event {
  background-color: #569688;
  border-color: #569688;
}
#action-schedule-calendar-section .fc-day {
  background-color: #ffffff;
}
#action-schedule-calendar-section .fc-day-sat {
  background-color: #F7FAFC;
}
#action-schedule-calendar-section .fc-day-sun {
  background-color: #FDFAFA;
}
#action-schedule-calendar-section .fc-day-today {
  background-color: #FFFBF0;
}
#action-schedule-calendar-section .fc-col-header-cell {
  background-color: #F7F8FA;
}
#action-schedule-calendar-section .fc-col-header-cell.fc-day-sat {
  background-color: #eff3f7;
}
#action-schedule-calendar-section .fc-col-header-cell.fc-day-sun {
  background-color: #f5f3f5;
}
#action-schedule-calendar-section .fc-col-header-cell.fc-day-today {
  background-color: #FFFBF0;
}
#action-schedule-calendar-section .fc-more-link,
#action-schedule-calendar-section .fc-col-header-cell-cushion,
#action-schedule-calendar-section .fc-list-day-text,
#action-schedule-calendar-section .fc-daygrid-day-number {
  color: #25384E;
}
#action-schedule-calendar-section .fc-more-link,
#action-schedule-calendar-section .fc-daygrid-day-number {
  font-size: 12px;
}
#action-schedule-calendar-section .fc-col-header-cell-cushion {
  font-size: 14px;
}
#action-schedule-calendar-section .fc-timegrid-now-indicator-arrow {
  border-color: #58CDC1;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
#action-schedule-calendar-section .fc-timegrid-now-indicator-line {
  border-color: #58CDC1;
}
#action-schedule-calendar-section .time-grid-header {
  display: flex;
}
#action-schedule-calendar-section .time-grid-header .day {
  margin-right: 10px;
}
#action-schedule-calendar-section .time-grid-under-three-day-header {
  display: flex;
}
#action-schedule-calendar-section .time-grid-under-three-day-header .day {
  margin-right: 10px;
}
#action-schedule-calendar-section .history-icon {
  margin-left: 5px;
}
#action-schedule-calendar-section .small-font {
  font-size: 10px;
}

@media (max-width: 1080px) {
  #action-schedule-calendar-section .header .title .title-month-value {
    font-size: 26px;
  }
  #action-schedule-calendar-section .header .term-change-buttons .next-prev-button,
#action-schedule-calendar-section .header .view-change-buttons .next-prev-button {
    width: 24px;
  }
  #action-schedule-calendar-section .time-grid-header {
    display: block;
  }
  #action-schedule-calendar-section .time-grid-header .day {
    margin-right: 0px;
  }
}
#adjustment .VuePagination,
#adjustment .VuePagination__count,
#adjustment-new .VuePagination,
#adjustment-new .VuePagination__count {
  display: none !important;
}
#adjustment .VueTables__search-field,
#adjustment-new .VueTables__search-field {
  margin-top: calc(0.5rem + 1%);
  margin-left: 1rem;
}
#adjustment .VueTables__search-field > input,
#adjustment-new .VueTables__search-field > input {
  width: 160%;
}
#adjustment .VueTables__search-field label,
#adjustment-new .VueTables__search-field label {
  display: none;
}
#adjustment .fade-enter-active,
#adjustment-new .fade-enter-active {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#adjustment .fade-enter,
#adjustment-new .fade-enter {
  opacity: 0;
  transform: translateZ(-100%);
}
#adjustment .fade-leave-active,
#adjustment-new .fade-leave-active {
  transition: all 1s cubic-bezier(0.45, 0.01, 0.1, 0.03);
}
#adjustment .fade-leave-to,
#adjustment-new .fade-leave-to {
  opacity: 0;
  transform: translateZ(100%);
}
#adjustment .VueTables__table thead, #adjustment .VueTables__table tbody,
#adjustment-new .VueTables__table thead,
#adjustment-new .VueTables__table tbody {
  display: block;
}
#adjustment .VueTables__table tbody,
#adjustment-new .VueTables__table tbody {
  height: 140px;
  overflow-y: auto;
}
#adjustment .VueTables__table tr,
#adjustment-new .VueTables__table tr {
  width: 100%;
  display: table;
  border: 1px solid #e9ecef;
}
#adjustment .VueTables__table tr td,
#adjustment-new .VueTables__table tr td {
  border-left: none;
  border-top: none;
  border-right: 1px solid #e9ecef;
}
#adjustment .VueTables__table tr td:last-child,
#adjustment-new .VueTables__table tr td:last-child {
  border-right: none;
}
#adjustment .VueTables__table tr td:nth-child(1),
#adjustment-new .VueTables__table tr td:nth-child(1) {
  width: 15%;
  text-align: left;
}
#adjustment .VueTables__table tr th:nth-child(1),
#adjustment-new .VueTables__table tr th:nth-child(1) {
  width: 15%;
}
#adjustment .VueTables__table tr th:nth-child(2),
#adjustment-new .VueTables__table tr th:nth-child(2) {
  text-align: center;
}
#adjustment .VueTables__table tr td:nth-child(2),
#adjustment-new .VueTables__table tr td:nth-child(2) {
  text-align: left;
}
#adjustment .VueTables__table tr td:nth-child(3),
#adjustment .VueTables__table tr th:nth-child(3),
#adjustment .VueTables__table tr td:nth-child(4),
#adjustment .VueTables__table tr th:nth-child(4),
#adjustment-new .VueTables__table tr td:nth-child(3),
#adjustment-new .VueTables__table tr th:nth-child(3),
#adjustment-new .VueTables__table tr td:nth-child(4),
#adjustment-new .VueTables__table tr th:nth-child(4) {
  width: 12%;
}
#adjustment .VueTables__table tr td:nth-child(5),
#adjustment-new .VueTables__table tr td:nth-child(5) {
  width: 10%;
}
#adjustment .VueTables__table tr th:nth-child(5),
#adjustment-new .VueTables__table tr th:nth-child(5) {
  width: 11.5%;
}
#adjustment .VueTables__table .VueTables__sortable,
#adjustment-new .VueTables__table .VueTables__sortable {
  cursor: pointer;
}
#adjustment .VueTables__table .VueTables__sortable:hover,
#adjustment-new .VueTables__table .VueTables__sortable:hover {
  background-color: #73a0ba;
}
#adjustment table th.adjustment_number,
#adjustment-new table th.adjustment_number {
  width: 10%;
}
#adjustment table th.comment,
#adjustment-new table th.comment {
  width: 50%;
}
#adjustment table.table.search thead, #adjustment table.table.search tbody,
#adjustment-new table.table.search thead,
#adjustment-new table.table.search tbody {
  display: block;
}
#adjustment table.table.search tbody.item_scroll,
#adjustment-new table.table.search tbody.item_scroll {
  height: 140px;
  overflow-y: auto;
}
#adjustment table.table.search tr,
#adjustment-new table.table.search tr {
  width: 100%;
  display: table;
  border: 1px solid #e9ecef;
}
#adjustment table.table.search tr td,
#adjustment-new table.table.search tr td {
  border-left: none;
  border-top: none;
  border-right: 1px solid #e9ecef;
}
#adjustment #search-item-resizable,
#adjustment #search-field-resizable,
#adjustment #search-purchase-resizable,
#adjustment-new #search-item-resizable,
#adjustment-new #search-field-resizable,
#adjustment-new #search-purchase-resizable {
  background-color: #82b4d5;
  height: 0.75rem;
  position: relative;
}
#adjustment #search-item-resizable .btn,
#adjustment #search-field-resizable .btn,
#adjustment #search-purchase-resizable .btn,
#adjustment-new #search-item-resizable .btn,
#adjustment-new #search-field-resizable .btn,
#adjustment-new #search-purchase-resizable .btn {
  position: absolute;
  background: #82b4d5;
  border-color: #82b4d5;
  color: #fff;
  top: -0.575rem;
  left: 50%;
  margin-left: -2rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  padding: 0 1.5rem;
}
#adjustment #search-item-resizable .btn:hover,
#adjustment #search-field-resizable .btn:hover,
#adjustment #search-purchase-resizable .btn:hover,
#adjustment-new #search-item-resizable .btn:hover,
#adjustment-new #search-field-resizable .btn:hover,
#adjustment-new #search-purchase-resizable .btn:hover {
  background-color: #fff;
  color: #82b4d5;
}

#analyses-report-list .help-tooltip {
  position: relative;
  float: right;
}
#analyses-report-list .help-tooltip .help-icon {
  padding: 10px 0;
  font-size: 18px;
  color: #9CAFC9;
}
#analyses-report-list .help-tooltip .help-icon:hover ~ .help-tooltip-text {
  display: block;
}
#analyses-report-list .help-tooltip .help-tooltip-text {
  display: none;
  position: absolute;
  z-index: 10001;
  transform: translate(-259px, -95px);
  padding: 5px 10px;
  width: 285px;
  border-radius: 3px;
  background-color: black;
  font-size: 1rem;
  color: #FFFFFF;
}
#analyses-report-list .help-tooltip .help-tooltip-text:after {
  content: "";
  position: absolute;
  z-index: 10000;
  transform: translate(158px, 25px) rotate(45deg);
  height: 8px;
  width: 8px;
  background-color: black;
}
#analyses-report-list table thead th.header-tooltip:hover:before {
  content: attr(data-tooltip-title);
  position: absolute;
  z-index: 10001;
  transform: translate(-50%, 35px);
  padding: 5px 10px;
  border-radius: 3px;
  background-color: black;
}
#analyses-report-list table thead th.header-tooltip:hover:after {
  content: "";
  position: absolute;
  z-index: 10000;
  transform: translate(-50%, -8px) rotate(45deg);
  height: 8px;
  width: 8px;
  background-color: black;
}

#branch span.required:after {
  content: " ※ ";
  color: #dc3545;
}

#main:has(section#contract-application) {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 0;
}

section#contract-application {
  padding-bottom: 0;
}

#main #contract-application .card-body {
  padding-top: 20px;
  min-height: calc(100dvh - 240px);
  position: relative;
}
#main #contract-application .card-body .card-header {
  font-size: 1em;
}
#main #contract-application .card-body .card-body {
  min-height: auto;
}
#main #contract-application .card-body .bottom-buttons {
  width: calc(100% - 10px);
  position: absolute;
  bottom: 10px;
}
#main #contract-application .card-body h3, #main #contract-application .card-body .h3 {
  font-size: 1em;
  background-color: #ecf4fa;
  font-weight: normal;
  padding: 4px;
  margin-left: -10px;
  margin-right: -10px;
}
#main #contract-application .card-body label {
  font-weight: bold;
}
#main #contract-application .card-body label.form-check-label {
  font-weight: normal;
}
#main #contract-application .card-body .required {
  color: rgb(108, 117, 125);
  font-size: 0.875em;
  font-weight: normal;
}
#main #contract-application .card-body .field_with_errors {
  display: block;
}
#main #contract-application .card-body small.text-danger, #main #contract-application .card-body .text-danger.small {
  display: block;
  line-height: normal;
}
#main #contract-application .card-body .radio-checksheet {
  padding: 6px 8px;
  border: 1px solid #eee;
  border-radius: 4px;
}
#main #contract-application .card-body .radio-checksheet:has(:checked) {
  background-color: #ecf4fa;
}
#main #contract-application .card-body .family-edit-icon {
  font-size: 1.5rem;
  color: black;
}
#main #contract-application .card-body #modal-family .modal-body {
  padding: 1rem 2rem;
}
#main #contract-application .card-body #modal-family .form-group {
  margin-bottom: 0.5rem;
}
#main #contract-application .card-body #applied-content {
  position: relative;
}
#main #contract-application .card-body #applied-content #applied-content-inner {
  padding: 4px 0;
  border: 1px solid silver;
  height: calc(100dvh - 500px);
  min-height: 100px;
  overflow: scroll;
}
#main #contract-application .card-body #applied-content table {
  width: 100%;
}
#main #contract-application .card-body #applied-content td {
  border-bottom: 1px solid #eee;
  padding: 4px;
}
#main #contract-application .card-body #applied-content tr:first-child td {
  border-top: 1px solid #eee;
}
#main #contract-application .card-body #applied-content .scrolldown, #main #contract-application .card-body #applied-content .scrollup {
  position: absolute;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: black;
  opacity: 0.2;
  border-radius: 20px;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  line-height: 40px;
}
#main #contract-application .card-body #applied-content .scrolldown {
  bottom: 4px;
}
#main #contract-application .card-body #applied-content .scrollup {
  top: 4px;
}
#main #contract-application .card-body .step-welcome-hukidashi {
  width: 320px;
  height: 250px;
  color: white;
  padding-left: 50px;
  padding-top: 35px;
  background: url(/assets/contract_applications/hukidashi1-d57ea15fcdf09091691be96535e32c732e63bd63994a9f8f4625717abf389a3a.png) no-repeat;
  background-size: 100% 100%;
  font-size: 15px;
}
#main #contract-application .card-body .step9-hukidashi {
  width: 200px;
  height: 130px;
  text-align: center;
  color: white;
  padding-top: 25px;
  background: url(/assets/contract_applications/hukidashi2-bb9712c2018b814a1bacd97d8f996353c9923cfb8e8ba276937d3972a25410f0.png) no-repeat;
  background-size: 100% 100%;
}
#main #contract-application .card-body .step9-mocoawa {
  padding-left: 10px;
  padding-top: 70px;
}
#main #contract-application .card-body .step-line-hukidashi {
  width: 230px;
  height: 150px;
  text-align: center;
  color: white;
  padding-top: 25px;
  background: url(/assets/contract_applications/hukidashi2-bb9712c2018b814a1bacd97d8f996353c9923cfb8e8ba276937d3972a25410f0.png) no-repeat;
  background-size: 100% 100%;
}
#main #contract-application .card-body .step-line-mocoawa {
  padding-top: 70px;
}
#main #contract-application #contract-steps {
  height: 100px;
  background-color: #eff4f9;
  padding: 16px 8px;
  color: gray;
  text-align: center;
  font-size: 10px;
  line-height: 11px;
}
#main #contract-application #contract-steps .contract-steps-inner {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}
#main #contract-application #contract-steps a {
  display: block;
  width: 60px;
  color: gray;
  width: 60px;
  position: relative;
}
#main #contract-application #contract-steps a:hover {
  text-decoration: none;
}
#main #contract-application #contract-steps .cleared .step-circle {
  background-color: #eee;
}
#main #contract-application #contract-steps .cleared .checked {
  display: block;
}
#main #contract-application #contract-steps .current {
  color: #4185ea;
  font-weight: 500;
}
#main #contract-application #contract-steps .current .step-circle {
  border-color: #4185ea;
  background-color: white;
}
#main #contract-application #contract-steps .checked {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -3px;
  left: calc(20% + 22px);
  padding: 1px;
  color: white;
  background-color: gray;
  border-radius: 8px;
}
#main #contract-application #contract-steps .step-circle {
  position: relative;
  border: 1px solid gray;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  line-height: 30px;
  background-color: white;
  font-size: 1rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
}
#main #contract-application #contract-steps .bar {
  position: absolute;
  top: 17px;
  left: 30px;
  width: 100%;
  height: 2px;
  background-color: gray;
}

#create-customer-candidate-container #main {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 2rem;
  margin-left: 0px;
  width: 100%;
}
#create-customer-candidate-container #main .name-row {
  display: flex;
  margin-right: 0;
  margin-left: 0;
}

#create-customer-candidate span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#create-customer-candidate .caution-message.red {
  color: #ff0000;
}

#create-customer-candidate-form small, #create-customer-candidate-form .small {
  font-size: 80%;
}
#create-customer-candidate-form .field_with_errors .form-control {
  border-color: #dc3545;
}
#create-customer-candidate-form span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#create-customer-candidate-form .pointer {
  cursor: pointer;
}
#create-customer-candidate-form .help-text-area {
  position: relative;
  margin: 0px;
  text-align: left;
}
#create-customer-candidate-form .help-text-area .help-icon {
  font-size: 18px;
  color: #9CAFC9;
}
#create-customer-candidate-form .help-text-area .help-icon:hover ~ .help-tooltip {
  display: block;
  opacity: 1;
}
#create-customer-candidate-form .help-text-area .help-tooltip {
  display: none;
  position: absolute;
  z-index: 1070;
  bottom: 30px;
  right: auto;
  opacity: 0;
  text-align: left;
}
#create-customer-candidate-form .help-text-area .help-tooltip .help-tooltip-arrow {
  position: absolute;
  transform: rotate(45deg) skew(10deg, 10deg);
  right: auto;
  left: 3px;
  bottom: -4px;
  border-bottom: 2px solid #b1bbc9;
  border-right: 2px solid #b1bbc9;
  height: 8px;
  width: 8px;
  background-color: #FFFFFF;
}
#create-customer-candidate-form .help-text-area .help-tooltip .help-tooltip-inner {
  border: 2px solid #b1bbc9;
  border-radius: 3px;
  padding: 12px;
  box-shadow: 0px 3px 6px rgba(156, 175, 201, 0.2509803922);
  background-color: #FFFFFF;
}

#customer-cards-content {
  background-color: #ffffff;
}
#customer-cards-content table#customer-card-table .class-col {
  min-width: 60px;
}
#customer-cards-content table#customer-card-table .month-col {
  min-width: 45px;
}
#customer-cards-content table#customer-card-table .total-col {
  min-width: 100px;
}
#customer-cards-content table tbody tr.row-border-top {
  border-top: 2px solid #dee2e6;
}
#customer-cards-content table tbody tr.row-free-fields[data-index="0"] {
  border-top: 2px solid #dee2e6;
}
#customer-cards-content table tbody tr.row-free-fields .hide {
  display: none;
}
#customer-cards-content table tbody tr.row-free-fields .error-message {
  color: red;
}
#customer-cards-content table tbody tr.row-free-fields .error-field {
  border: 1px solid red;
}
#customer-cards-content table tbody tr.row-free-fields td[data-bs-toggle=modal] {
  cursor: pointer;
}
#customer-cards-content table tbody tr.row-free-fields .free-cell:hover {
  background-color: #c1c1c1;
}
#customer-cards-content table tbody tr.row-monthly-sales-amount .col-title {
  background-color: #b7dbff;
}
#customer-cards-content table tbody tr.row-monthly-sales-amount:hover .col-title {
  background-color: #aacbec;
}
#customer-cards-content table tbody tr.row-comment .col-title {
  background-color: #b7ffb7;
}
#customer-cards-content table tbody tr.row-comment .fa-commenting-o {
  color: #007bff;
}
#customer-cards-content table tbody tr.row-comment td[data-bs-toggle=modal] {
  cursor: pointer;
}
#customer-cards-content table tbody tr.row-comment .comment-cell:hover {
  background-color: #c1c1c1;
}
#customer-cards-content table tbody tr.row-comment:hover .col-title {
  background-color: #9cda9c;
}
#customer-cards-content table tbody tr.row-action-history-icon .col-title {
  background-color: #ffdbb7;
}
#customer-cards-content table tbody tr.row-action-history-icon td {
  height: 62px;
}
#customer-cards-content table tbody tr.row-action-history-icon:hover .col-title {
  background-color: #eccbaa;
}
#customer-cards-content table tbody tr[data-row-category=true] {
  border-top: 2px solid #dee2e6;
}
#customer-cards-content table tbody td {
  height: 31px;
  white-space: pre-line;
}
#customer-cards-content table tbody td.td-border-bottom {
  border-bottom: 2px solid #dee2e6;
}
#customer-cards-content table tbody td.unused-sell {
  background-color: #c1c1c1;
}
#customer-cards-content table tbody td[data-type=value] {
  border-bottom: 1px dashed #dee2e6;
}
#customer-cards-content table tbody td[data-type=date] {
  border-top: 1px dashed #dee2e6;
}
#customer-cards-content table tbody td.bg-color-per-3months {
  background-color: #EFF4F9;
}
#customer-cards-content table tbody tr.row-item-usage-histories .icon-area {
  padding: 2px;
}
#customer-cards-content table tbody tr.row-item-usage-histories .icon-area .family-icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
#customer-cards-content .modal-border-top {
  border-top: 0px;
}

@media (min-width: 1200px) {
  #customer-cards-content table#customer-card-table th {
    position: sticky;
    top: 129px;
    z-index: 1;
  }
}
@media (max-width: 1199px) {
  #customer-cards-content .customer-card-table-responsive {
    overflow-x: auto;
  }
}
@media (max-width: 575px) {
  #customer-cards-content .customer-card-select-year {
    margin-top: 0.3rem !important;
  }
}
#main #customer-orders-edit table.table tr.shortage td, #main #customer-orders table.table tr.shortage td {
  background-color: #fff7e0;
}

#error,
#message {
  height: 100vh;
  background: linear-gradient(0deg, #e8f0f7, #ccdfed);
}
#error .container-fluid, #error .container-sm, #error .container-md, #error .container-lg, #error .container-xl, #error .container-xxl,
#message .container-fluid,
#message .container-sm,
#message .container-md,
#message .container-lg,
#message .container-xl,
#message .container-xxl {
  height: 100%;
  background-image: url(/assets/background-cloud-8ad874d12cf3bc36fcccc26fe766773bf4a92e9039080d54bd2e23600f7a4434.svg);
  background-size: cover;
  background-position: center bottom;
}
#error .container-fluid header.header, #error .container-sm header.header, #error .container-md header.header, #error .container-lg header.header, #error .container-xl header.header, #error .container-xxl header.header,
#message .container-fluid header.header,
#message .container-sm header.header,
#message .container-md header.header,
#message .container-lg header.header,
#message .container-xl header.header,
#message .container-xxl header.header {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 3.2rem;
  background: #82b4d5;
}
#error .container-fluid .card, #error .container-sm .card, #error .container-md .card, #error .container-lg .card, #error .container-xl .card, #error .container-xxl .card,
#message .container-fluid .card,
#message .container-sm .card,
#message .container-md .card,
#message .container-lg .card,
#message .container-xl .card,
#message .container-xxl .card {
  text-align: center;
  max-width: 32rem;
  margin: 5rem auto 0;
  padding: 2rem 1rem;
  background: #faffff;
  border-color: #faffff;
  color: #71819e;
}
#error .container-fluid .card h1, #error .container-sm .card h1, #error .container-md .card h1, #error .container-lg .card h1, #error .container-xl .card h1, #error .container-xxl .card h1, #error .container-fluid .card .h1, #error .container-sm .card .h1, #error .container-md .card .h1, #error .container-lg .card .h1, #error .container-xl .card .h1, #error .container-xxl .card .h1,
#message .container-fluid .card h1,
#message .container-sm .card h1,
#message .container-md .card h1,
#message .container-lg .card h1,
#message .container-xl .card h1,
#message .container-xxl .card h1,
#message .container-fluid .card .h1,
#message .container-sm .card .h1,
#message .container-md .card .h1,
#message .container-lg .card .h1,
#message .container-xl .card .h1,
#message .container-xxl .card .h1 {
  font-weight: 400;
  font-size: 1.675rem;
}
#error .container-fluid .card .text, #error .container-sm .card .text, #error .container-md .card .text, #error .container-lg .card .text, #error .container-xl .card .text, #error .container-xxl .card .text,
#message .container-fluid .card .text,
#message .container-sm .card .text,
#message .container-md .card .text,
#message .container-lg .card .text,
#message .container-xl .card .text,
#message .container-xxl .card .text {
  margin-top: 1rem;
  margin-bottom: 0;
}
#error .container-fluid .card .logo-area, #error .container-sm .card .logo-area, #error .container-md .card .logo-area, #error .container-lg .card .logo-area, #error .container-xl .card .logo-area, #error .container-xxl .card .logo-area,
#message .container-fluid .card .logo-area,
#message .container-sm .card .logo-area,
#message .container-md .card .logo-area,
#message .container-lg .card .logo-area,
#message .container-xl .card .logo-area,
#message .container-xxl .card .logo-area {
  width: 12.5rem;
  margin: 0 auto 1.675rem;
}

@media print {
  #header {
    position: relative;
    height: auto;
  }

  #header .page-type {
    position: static;
  }

  #main .button-area.fix {
    position: relative;
    margin: 0;
    padding: 0.75rem 0 0;
  }

  #header.mt-countdown + section {
    margin-top: 0;
  }

  #header + section {
    margin-top: 0;
  }

  #search[class=pt-5] {
    padding-top: 1em !important;
  }
}
#orders table {
  width: 100%;
}
#orders #orders-table tr, #orders #orders-table td {
  max-height: 40px;
}
#orders #orders-table th.date_ordered {
  width: 16%;
}
#orders #orders-table th.order_amounts {
  width: 12%;
}
#orders #orders-table th.button {
  width: 14%;
  min-width: 55px;
}
#orders #orders-table.has-shippings th.date_ordered {
  width: 14%;
}
#orders #orders-table.has-shippings th.order_amounts {
  width: 10%;
}
#orders .ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#orders tr.search_item_row td {
  color: red;
}

#orders-edit #temp-order-modal .modal-footer {
  height: 69px;
}
#orders-edit #temp-order-modal .modal-footer .form-group {
  margin-bottom: 0;
}

#orders-simple-new .main-area,
#orders-simple-edit .main-area {
  padding-top: 4.7rem;
}
#orders-simple-new .form-group label,
#orders-simple-edit .form-group label {
  font-weight: bold;
}
#orders-simple-new .form-group .comment-label,
#orders-simple-edit .form-group .comment-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-weight: bold;
}
#orders-simple-new .form-group .flex-box,
#orders-simple-edit .form-group .flex-box {
  display: flex;
  justify-content: center;
  padding: 0px;
}
#orders-simple-new .form-group .flex-box button,
#orders-simple-edit .form-group .flex-box button {
  width: 33%;
  height: 80px;
  margin: 4px 6px;
  border: solid 2px #EFE9DD;
  border-radius: 4px;
  background-color: #F8F3EC;
  color: #5B3B1A;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#orders-simple-new .form-group .amounts,
#orders-simple-edit .form-group .amounts {
  display: flex;
}
#orders-simple-new .form-group .amounts table,
#orders-simple-edit .form-group .amounts table {
  margin-left: auto;
}
#orders-simple-new .form-group .amounts table tr td,
#orders-simple-edit .form-group .amounts table tr td {
  text-align: right;
  padding: 0px 10px;
}
#orders-simple-new .form-group .amounts table tr td span,
#orders-simple-edit .form-group .amounts table tr td span {
  font-size: 24px;
  font-weight: bold;
  margin-right: 4px;
}
#orders-simple-new .form-group .item-table .item-name-col,
#orders-simple-edit .form-group .item-table .item-name-col {
  display: flex;
}
#orders-simple-new .form-group .item-table .item-name-col .icon-color,
#orders-simple-edit .form-group .item-table .item-name-col .icon-color {
  color: #D8D8D8;
  font-size: 18px;
}
#orders-simple-new .card-bottom-buttons,
#orders-simple-edit .card-bottom-buttons {
  justify-content: flex-end;
}
#orders-simple-new .card-bottom-buttons div,
#orders-simple-edit .card-bottom-buttons div {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}

@media (min-width: 575px) {
  #orders #orders-table th.order_status {
    width: 8%;
  }
  #orders #orders-table th.first_order_flg {
    width: 6%;
  }
  #orders #orders-table th.order_number {
    width: 8%;
  }
  #orders #orders-table th.orderer_comment, #orders #orders-table td.orderer_comment {
    width: 36%;
  }
  #orders #orders-table.has-shippings th.shipping-name {
    width: 10%;
  }
  #orders #orders-table.has-shippings th.first_order_flg {
    width: 5%;
  }
  #orders #orders-table.has-shippings th.orderer_comment, #orders #orders-table.has-shippings td.orderer_comment {
    width: 31%;
  }
  #orders .ellipsis {
    max-height: 40px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767px) {
  #orders .ellipsis {
    max-height: 52px;
    -webkit-line-clamp: 3;
  }

  #orders-simple-new .form-group .flex-box,
#orders-simple-edit .form-group .flex-box {
    flex-wrap: wrap;
  }
  #orders-simple-new .form-group .flex-box button,
#orders-simple-edit .form-group .flex-box button {
    margin: 4px;
    height: 60px;
    width: 45%;
  }
  #orders-simple-new .form-group .flex-box button:first-child,
#orders-simple-edit .form-group .flex-box button:first-child {
    width: calc(90% + 8px);
  }
}
@media (max-width: 575px) {
  #orders #orders-table th.order_status {
    width: 13%;
  }
  #orders #orders-table th.first_order_flg {
    width: 10%;
  }
  #orders #orders-table th.order_number {
    width: 11%;
  }
  #orders #orders-table th.orderer_comment {
    width: 24%;
  }
  #orders #orders-table td.orderer_comment {
    width: 24%;
  }
}
#organization table .organization_name, #bulk-ratios table .organization_name {
  min-width: 256px;
  max-width: 256px;
}
#organization table .operating_rank, #bulk-ratios table .operating_rank {
  min-width: 40px;
  max-width: 40px;
}
#organization .sticky-table-wrapper, #bulk-ratios .sticky-table-wrapper {
  height: 70vh;
  overflow: scroll;
}
#organization .sticky-table thead th, #bulk-ratios .sticky-table thead th {
  position: -webkit-sticky;
  position: sticky;
  border: none;
}
#organization .sticky-table thead th::before, #bulk-ratios .sticky-table thead th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #85bee5;
  border-bottom: 1px solid #85bee5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#organization .sticky-table thead tr:first-child th, #bulk-ratios .sticky-table thead tr:first-child th {
  top: 0;
  z-index: 1;
}
#organization .sticky-table thead tr:first-child th::before, #bulk-ratios .sticky-table thead tr:first-child th::before {
  border-top: 1px solid #85bee5;
}
#organization .sticky-table thead tr:first-child th:first-child, #bulk-ratios .sticky-table thead tr:first-child th:first-child {
  left: 0;
  z-index: 2;
  background-color: #82b4d5;
}
#organization .sticky-table thead tr:first-child th:first-child::before, #bulk-ratios .sticky-table thead tr:first-child th:first-child::before {
  border-left: 1px solid #85bee5;
}
#organization .sticky-table thead tr:first-child th:nth-child(2), #bulk-ratios .sticky-table thead tr:first-child th:nth-child(2) {
  left: 256px;
  z-index: 2;
  background-color: #82b4d5;
}
#organization .sticky-table thead tr:last-child th, #bulk-ratios .sticky-table thead tr:last-child th {
  top: 40px;
  z-index: 1;
}
#organization .sticky-table tbody tr:hover > td:first-child::before,
#organization .sticky-table tbody tr:hover > td:nth-child(2)::before, #bulk-ratios .sticky-table tbody tr:hover > td:first-child::before,
#bulk-ratios .sticky-table tbody tr:hover > td:nth-child(2)::before {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.075);
}
#organization .sticky-table tbody td, #bulk-ratios .sticky-table tbody td {
  border-bottom: 1px solid #e9ecef;
}
#organization .sticky-table tbody td:first-child, #bulk-ratios .sticky-table tbody td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: white;
  white-space: pre-line;
}
#organization .sticky-table tbody td:first-child::before, #bulk-ratios .sticky-table tbody td:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#organization .sticky-table tbody td:nth-child(2), #bulk-ratios .sticky-table tbody td:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 256px;
  background-color: white;
}
#organization .sticky-table tbody td:nth-child(2)::before, #bulk-ratios .sticky-table tbody td:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #e9ecef;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#organization .sticky-table tbody td:nth-child(2) ~ td, #bulk-ratios .sticky-table tbody td:nth-child(2) ~ td {
  border-right: 1px solid #e9ecef;
}

#cochamama .col-report-dl .report-dl-submit {
  text-align: right;
}

#education-attendances table .member_code, #education-attendance table .member_code {
  min-width: 100px;
  max-width: 100px;
}
#education-attendances table .term, #education-attendances table .status, #education-attendance table .term, #education-attendance table .status {
  min-width: 80px;
}
#education-attendances table .th, #education-attendances table td, #education-attendance table .th, #education-attendance table td {
  padding: 0.5rem;
}
#education-attendances .sticky-table-wrapper, #education-attendance .sticky-table-wrapper {
  height: 70vh;
  overflow: scroll;
}
#education-attendances .date-column, #education-attendance .date-column {
  min-width: 125px;
}
#education-attendances .sticky-table-education-attendances, #education-attendance .sticky-table-education-attendances {
  border-top: none;
}
#education-attendances .sticky-table-education-attendances thead th, #education-attendance .sticky-table-education-attendances thead th {
  position: -webkit-sticky;
  position: sticky;
  border: none;
}
#education-attendances .sticky-table-education-attendances thead th::before, #education-attendance .sticky-table-education-attendances thead th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #85bee5;
  border-bottom: 1px solid #85bee5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#education-attendances .sticky-table-education-attendances thead tr:first-child th, #education-attendance .sticky-table-education-attendances thead tr:first-child th {
  top: 0;
  z-index: 1;
}
#education-attendances .sticky-table-education-attendances thead tr:first-child th::before, #education-attendance .sticky-table-education-attendances thead tr:first-child th::before {
  border-top: 1px solid #85bee5;
}
#education-attendances .sticky-table-education-attendances thead tr:first-child th:first-child::before, #education-attendance .sticky-table-education-attendances thead tr:first-child th:first-child::before {
  border-left: 1px solid #85bee5;
}

#receivable-balance .table-responsive table thead th.col-nextmonth-payment {
  border-left-width: 4px;
  border-right-width: 4px;
  border-color: #e5004a;
  background-color: #e5004a;
}
#receivable-balance .table-responsive table tbody tr:first-child td.col-nextmonth-payment {
  border-top-color: #e5004a;
}
#receivable-balance .table-responsive table tbody td.col-nextmonth-payment {
  border-left-width: 4px;
  border-left-color: #e5004a;
  border-right-width: 4px;
  border-right-color: #e5004a;
}

#organizations-form .hide {
  display: none;
}

#organizations-list .select-area-left {
  margin: 0 auto 0 0;
}
#organizations-list .select-area-right {
  margin: 0 0 0 auto;
}
#organizations-list .select-date input {
  margin: 0px 5px;
  width: 130px;
}
#organizations-list #lecture-applications-table .id-column {
  min-width: 60px;
}
#organizations-list #hansha-and-salon-only-lecture-applications-table .id-column {
  min-width: 100px;
}
#organizations-list #hansha-and-salon-only-lecture-applications-table .locations-column {
  min-width: 60px;
}
#organizations-list #hansha-and-salon-only-lecture-applications-table .student-count-column {
  min-width: 80px;
}

#organization-actions-body td.schedule_from {
  max-width: 8rem;
}
#organization-actions-body td.schedule_memo {
  max-width: 500px;
}

#organizations-alternative-search-methods .search-method-row {
  display: flex;
  flex-wrap: wrap;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile {
  margin: 8px 20px 8px 0;
  height: 162px;
  width: 262px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-header {
  height: 44px;
  border-radius: 6px 6px 0px 0px;
  background: transparent linear-gradient(180deg, #58CDC1 0%, #38AD9A 100%) 0% 0% no-repeat padding-box;
  display: flex;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-header a {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  text-decoration: none;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-header .icon-image {
  height: 28px;
  width: 36px;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-header .header-title {
  padding-left: 12px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #FFFFFF;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-header .help-link-col a {
  padding: 3px;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .index-by-cards-head a {
  padding-right: 4px;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body {
  border: 1px solid #3AAD99;
  padding: 10px 20px;
  height: 118px;
  border-radius: 0 0 6px 6px;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner {
  display: flex;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .tile-caption {
  margin-right: 20px;
  width: 140px;
  letter-spacing: 0;
  font-size: 14px;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .tile-sample-image {
  position: relative;
  border: 1px solid #CCCCCC;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .tile-sample-image .sample-image {
  height: 100%;
  width: 100%;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .tile-sample-image .magnifying-glass {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .search-image-modal-content {
  padding: 40px;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .search-image-modal-content .sample-image-area {
  padding-bottom: 20px;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .search-image-modal-content .sample-image-area img {
  width: 100%;
  border: 1px solid #495157;
  border-radius: 0.3rem;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .search-method-body-inner .search-image-modal-content .caption-area {
  text-align: center;
  letter-spacing: 0;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .tile-help {
  padding-top: 10px;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .tile-help a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .tile-help a .help-icon {
  font-size: 18px;
  color: #9CAFC9;
}
#organizations-alternative-search-methods .search-method-row .search-method-tile .search-method-body .tile-help a .help-title {
  padding-left: 4px;
  letter-spacing: 0px;
  font-size: 12px;
}

#organizations-search-by-cards .btn-check:checked + .btn-checked-present-label {
  border-color: #BAD8F8;
  background-color: #BAD8F8;
  color: black;
}
#organizations-search-by-cards .btn-check:checked + .btn-checked-absent-label {
  border-color: #CCCCCC;
  background-color: #CCCCCC;
  color: black;
}
#organizations-search-by-cards .btn-outline-grey {
  color: #555555;
  background-color: white;
  border-color: #CCCCCC;
}
#organizations-search-by-cards .btn.present-select-all {
  color: black;
  font-size: 0.625rem;
  background: #BAD8F8;
  border-color: #BAD8F8;
}
#organizations-search-by-cards .btn.absent-select-all {
  color: black;
  font-size: 0.625rem;
  background: #CCCCCC;
  border-color: #CCCCCC;
}
#organizations-search-by-cards .btn.unselect-all {
  font-size: 0.625rem;
}
#organizations-search-by-cards .fa-id-card.red {
  color: #E5004A;
}
#organizations-search-by-cards .fa-id-card.gold {
  color: #FFC003;
}
#organizations-search-by-cards .fa-id-card-o.gold {
  color: #FFC003;
}
#organizations-search-by-cards table .operating_rank {
  min-width: 50px;
  max-width: 50px;
}

#memberships-label-start-position {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #b5bcc7;
  padding: 10px;
  width: 272px;
}
#memberships-label-start-position input {
  display: none;
}
#memberships-label-start-position label {
  display: flex;
  border: 1px solid #b5bcc7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 13px;
  height: 50px;
  width: 120px;
  justify-content: center;
  color: #bbb;
  cursor: pointer;
}
#memberships-label-start-position label:nth-child(odd) {
  margin-right: 10px;
}
#memberships-label-start-position label:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#memberships-label-start-position .selected,
#memberships-label-start-position .selected ~ label {
  border-color: #85bee5;
  background-color: #82b4d5;
  color: #fff;
}

@media (max-width: 991px) {
  #cochamama .col-report-dl {
    margin-top: 0.75rem;
  }
  #cochamama .col-report-dl .report-dl-submit {
    text-align: left;
  }

  #organization-actions-body td.schedule_memo {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  #organization table .organization_name, #bulk-ratios table .organization_name {
    min-width: 200px;
    max-width: 200px;
  }
  #organization .sticky-table thead tr:first-child th:nth-child(2),
#organization .sticky-table tbody td:nth-child(2), #bulk-ratios .sticky-table thead tr:first-child th:nth-child(2),
#bulk-ratios .sticky-table tbody td:nth-child(2) {
    left: 200px;
  }
}
@media (max-width: 480px) {
  #organization table .organization_name, #bulk-ratios table .organization_name {
    min-width: 180px;
    max-width: 180px;
  }
  #organization .sticky-table thead tr:first-child th:nth-child(2),
#organization .sticky-table tbody td:nth-child(2), #bulk-ratios .sticky-table thead tr:first-child th:nth-child(2),
#bulk-ratios .sticky-table tbody td:nth-child(2) {
    left: 180px;
  }

  #education-attendances select#lecture {
    width: 100%;
  }
}
#organization-body table td.glow-up-rank {
  min-width: 220px;
}
#organization-body .select-width {
  min-width: 40%;
}

#organizations-form form .field_with_errors {
  display: block;
}
#organizations-form form .errors small, #organizations-form form .errors .small {
  display: block;
}
#organizations-form span.required:after {
  content: " ※ ";
  color: #dc3545;
}

@media (max-width: 767px) {
  #organization-body table td.glow-up-rank {
    min-width: auto;
  }
}
@media (min-width: 575px) {
  #organizations-form form .organization-fix-temp {
    height: 38px;
  }
  #organizations-form form .organization-fix-temp .form-inline {
    position: absolute;
  }

  #organization-actions-body td.schedule_memo {
    max-width: 150px;
  }

  #memberships-label-start-position {
    display: flex;
    margin: 0 auto;
  }
}
/* 査定タブ */
#assessment .rank {
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
}

#assessment table.table thead th:nth-child(1) {
  width: 10%;
}

#assessment table.table thead th:nth-child(2) {
  width: 18%;
}

#assessment table.table thead th:nth-child(3),
#assessment table.table thead th:nth-child(4),
#assessment table.table thead th:nth-child(5),
#assessment table.table thead th:nth-child(6) {
  width: 12%;
}

/* 仕入実績・グローアップ */
#longrun table.table th.text-right,
#purchase table.table th.text-right {
  padding-right: 0.5rem;
}

#longrun table.table thead th:nth-child(2),
#longrun table.table thead th:nth-child(3),
#longrun table.table thead th:nth-child(4),
#longrun table.table thead th:nth-child(5),
#longrun table.table thead th:nth-child(6),
#longrun table.table thead th:nth-child(7),
#purchase table.table thead th:nth-child(2),
#purchase table.table thead th:nth-child(3),
#purchase table.table thead th:nth-child(4),
#purchase table.table thead th:nth-child(5),
#purchase table.table thead th:nth-child(6),
#purchase table.table thead th:nth-child(7) {
  width: 12%;
}

#longrun table.table tbody td:nth-child(2),
#purchase table.table tbody td:nth-child(2) {
  width: 11%;
  min-width: 95px;
}

#receives table th.first_order_flg {
  width: 7%;
}
#receives .table-responsive .fa-commenting-o {
  color: #007bff;
}
#receives .bill-warning {
  display: inline-block;
}
#receives .bill-warning ul {
  margin: 0;
}
#receives .button-area .btn {
  position: static;
}
#receives .button-area .btn#successive-new {
  position: absolute;
  right: 2rem;
}
#receives .design-switch .btn {
  position: static;
}
#receives .design-switch .btn-switch {
  color: #fff;
  background-color: #3e98f9;
  border-color: #3e98f9;
  border-radius: 1rem;
  box-shadow: 4px 4px 4px silver;
  padding: 0.25rem 1rem;
}
#receives .design-switch .btn-switch:hover {
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 4px 4px 4px gray;
}
#receives .design-switch .popup {
  position: absolute;
  width: 440px;
  left: 0;
  top: 0;
}
#receives .design-switch .popup-inner {
  position: relative;
  z-index: 100;
  margin-top: -8px;
  background: white;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid black;
}
#receives .design-switch .popup-arrow {
  position: relative;
  z-index: 200;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: white;
  transform: rotate(45deg);
  border-top: 1px solid black;
  border-left: 1px solid black;
}
#receives .status-buttons .btn {
  width: 160px;
  margin-bottom: 2px;
  border-width: 2px;
}
#receives .status-buttons .btn-outline-primary:hover {
  background: linear-gradient(0deg, #426abd, #64a1d6);
}
#receives .status-buttons .btn-outline-secondary:hover {
  background: linear-gradient(0deg, #81969a, #b6c4c6);
}
#receives .status-buttons .btn-outline-success:hover {
  background: linear-gradient(0deg, #39ac99, #59cdc2);
}
#receives .status-buttons .btn-outline-danger:hover {
  background: linear-gradient(0deg, #e1534a, #ee8d80);
}
#receives .status-buttons .btn-outline-warning:hover {
  background: linear-gradient(0deg, #f29645, #f7c475);
  color: #fff;
}
#receives #guide-modal .modal-dialog {
  max-width: 700px;
}
#receives #guide-modal .modal-dialog .modal-footer {
  height: 69px;
}
#receives #guide-modal .modal-dialog .guidance_image {
  width: 100%;
  margin-bottom: 30px;
}
#receives #guide-modal .carousel h2, #receives #guide-modal .carousel .h2 {
  font-size: 1.6rem;
}
#receives #guide-modal .carousel .carousel-item-body {
  padding: 0 8%;
  height: 495px;
}
#receives #guide-modal .carousel .carousel-control-prev, #receives #guide-modal .carousel .carousel-control-next {
  width: 8%;
}
#receives #guide-modal .carousel .carousel-control-icon-wrapper {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: linear-gradient(0deg, #426abd, #64a1d6);
  border-color: #426abd;
  border-radius: 20px;
}
#receives #guide-modal .carousel .carousel-control-prev-icon {
  background-position: -1px 100%;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23FFF%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M5.25%200l-4%204%204%204%201.5-1.5-2.5-2.5%202.5-2.5-1.5-1.5z%22%2F%3E%3C%2Fsvg%3E);
  width: 20px;
  height: 20px;
}
#receives #guide-modal .carousel .carousel-control-next-icon {
  background-position: 1px 100%;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23FFF%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M2.75%200l-1.5%201.5%202.5%202.5-2.5%202.5%201.5%201.5%204-4-4-4z%22%2F%3E%3C%2Fsvg%3E);
  width: 20px;
  height: 20px;
}
#receives #guide-modal .carousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
}
#receives #guide-modal .carousel .carousel-indicators .active {
  background-color: #000;
}

#main #receives .design-switch .btn-switch1 {
  margin-top: -6px;
  margin-left: 2.5rem;
}

@media (max-width: 850px) {
  #main #receives .design-switch .btn-switch1 {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
#receiver-authenticator-processing {
  display: inline-block;
  width: 300px;
  height: 10px;
  border: 1px solid #82b4d5;
}

#receiver-authenticator-progress {
  width: 1px;
  height: 8px;
  background-color: #82b4d5;
}

#approval-confirm .approval-type {
  font-weight: bold;
}
#approval-confirm .btn {
  width: 106px;
}
#approval-confirm span.attention {
  color: #dc3545;
}

#orders-edit .button-area-bottom-box {
  position: relative;
  width: 100%;
  height: 48px;
}
#orders-edit .button-area-bottom-fix {
  position: fixed;
  margin-left: -15px;
  width: calc(100% - 240px);
  bottom: 0px;
  z-index: 10;
  height: 64px;
  background-color: #fff;
}
#orders-edit .button-area-bottom-fix .body {
  padding: 12px 15px;
}
#orders-edit .loading {
  position: absolute;
  z-index: 5;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.15s linear;
}
#orders-edit #guide-modal .modal-dialog {
  max-width: 700px;
}
#orders-edit #guide-modal .modal-dialog .modal-footer {
  height: 69px;
}
#orders-edit #guide-modal .img-barcode {
  width: 400px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
}
#orders-edit #guide-modal .carousel .carousel-item-body {
  padding: 0 15%;
  height: 350px;
}
#orders-edit #guide-modal .carousel .carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23000%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M5.25%200l-4%204%204%204%201.5-1.5-2.5-2.5%202.5-2.5-1.5-1.5z%22%2F%3E%3C%2Fsvg%3E);
}
#orders-edit #guide-modal .carousel .carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23000%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M2.75%200l-1.5%201.5%202.5%202.5-2.5%202.5%201.5%201.5%204-4-4-4z%22%2F%3E%3C%2Fsvg%3E);
}
#orders-edit #guide-modal .carousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
}
#orders-edit #guide-modal .carousel .carousel-indicators .active {
  background-color: #000;
}

/* PC版でサイドバーを狭めたとき */
@media (min-width: 768px) {
  #sidebar.min + #main #orders-edit .button-area-bottom-fix {
    width: calc(100% - 50px);
  }
}
/* スマホ版 */
@media (max-width: 767px) {
  #orders-edit .button-area-bottom-fix {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #orders-edit #guide-modal .img-barcode {
    width: 80%;
  }
}
@media (max-width: 575px) {
  #orders-edit #guide-modal .img-barcode {
    width: 100%;
  }
}
#receives_picking_new #guide-modal .modal-dialog {
  max-width: 700px;
  width: 80%;
}
#receives_picking_new #guide-modal .modal-dialog .modal-footer {
  height: 69px;
}
#receives_picking_new #guide-modal .img-barcode {
  width: 400px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
}
#receives_picking_new #guide-modal .carousel .carousel-item-body {
  padding: 0 15%;
  height: 350px;
}
#receives_picking_new #guide-modal .carousel .carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23000%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M5.25%200l-4%204%204%204%201.5-1.5-2.5-2.5%202.5-2.5-1.5-1.5z%22%2F%3E%3C%2Fsvg%3E);
}
#receives_picking_new #guide-modal .carousel .carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23000%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M2.75%200l-1.5%201.5%202.5%202.5-2.5%202.5%201.5%201.5%204-4-4-4z%22%2F%3E%3C%2Fsvg%3E);
}
#receives_picking_new #guide-modal .carousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
}
#receives_picking_new #guide-modal .carousel .carousel-indicators .active {
  background-color: #000;
}

@media (max-width: 991px) {
  #receives_picking_new #guide-modal .img-barcode {
    width: 80%;
  }
}
@media (max-width: 575px) {
  #receives_picking_new #guide-modal .img-barcode {
    width: 100%;
  }
}
#stock table th.emt_item_item_class {
  width: 12%;
}
#stock table th.stock_quantity {
  width: 10%;
}
#stock table th.free_stock_quantity {
  width: 10%;
}
#stock .result-header {
  margin: 10px 20px 7px 20px;
}

#transfer table th.transfer_number {
  width: 12%;
}
#transfer table th.edt_stock_transfer_date_transferred {
  width: 18%;
}
#transfer table th.edt_stock_transfer_date_stored {
  width: 18%;
}
#transfer table th.edt_stock_transfer_transfer_status {
  width: 12%;
}

#transfer-edit .VuePagination,
#transfer-edit .VuePagination__count,
#transfer-new .VuePagination,
#transfer-new .VuePagination__count {
  display: none !important;
}
#transfer-edit .VueTables__search-field,
#transfer-new .VueTables__search-field {
  margin-top: calc(0.5rem + 1%);
  margin-left: 1rem;
}
#transfer-edit .VueTables__search-field > input,
#transfer-new .VueTables__search-field > input {
  width: 160%;
}
#transfer-edit .VueTables__search-field label,
#transfer-new .VueTables__search-field label {
  display: none;
}
#transfer-edit .fade-enter-active,
#transfer-new .fade-enter-active {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#transfer-edit .fade-enter,
#transfer-new .fade-enter {
  opacity: 0;
  transform: translateZ(-100%);
}
#transfer-edit .fade-leave-active,
#transfer-new .fade-leave-active {
  transition: all 1s cubic-bezier(0.45, 0.01, 0.1, 0.03);
}
#transfer-edit .fade-leave-to,
#transfer-new .fade-leave-to {
  opacity: 0;
  transform: translateZ(100%);
}
#transfer-edit .VueTables__table thead, #transfer-edit .VueTables__table tbody,
#transfer-new .VueTables__table thead,
#transfer-new .VueTables__table tbody {
  display: block;
}
#transfer-edit .VueTables__table tbody,
#transfer-new .VueTables__table tbody {
  height: 140px;
  overflow-y: auto;
}
#transfer-edit .VueTables__table tr,
#transfer-new .VueTables__table tr {
  width: 100%;
  display: table;
  border: 1px solid #e9ecef;
}
#transfer-edit .VueTables__table tr td,
#transfer-new .VueTables__table tr td {
  border-left: none;
  border-top: none;
  border-right: 1px solid #e9ecef;
}
#transfer-edit .VueTables__table tr td:last-child,
#transfer-new .VueTables__table tr td:last-child {
  border-right: none;
}
#transfer-edit .VueTables__table tr th:nth-child(1),
#transfer-new .VueTables__table tr th:nth-child(1) {
  width: 15%;
  text-align: center;
}
#transfer-edit .VueTables__table tr td:nth-child(1),
#transfer-new .VueTables__table tr td:nth-child(1) {
  width: 15%;
}
#transfer-edit .VueTables__table tr th:nth-child(2),
#transfer-new .VueTables__table tr th:nth-child(2) {
  text-align: center;
}
#transfer-edit .VueTables__table tr td:nth-child(2),
#transfer-new .VueTables__table tr td:nth-child(2) {
  text-align: left;
}
#transfer-edit .VueTables__table tr th:nth-child(3),
#transfer-edit .VueTables__table tr td:nth-child(3),
#transfer-new .VueTables__table tr th:nth-child(3),
#transfer-new .VueTables__table tr td:nth-child(3) {
  width: 15%;
  text-align: center;
}
#transfer-edit .VueTables__table tr th:nth-child(4),
#transfer-edit .VueTables__table tr td:nth-child(4),
#transfer-new .VueTables__table tr th:nth-child(4),
#transfer-new .VueTables__table tr td:nth-child(4) {
  width: 15%;
  text-align: center;
}
#transfer-edit .VueTables__table tr td:nth-child(5),
#transfer-new .VueTables__table tr td:nth-child(5) {
  width: 10%;
  text-align: center;
}
#transfer-edit .VueTables__table tr th:nth-child(5),
#transfer-new .VueTables__table tr th:nth-child(5) {
  width: 11.5%;
}
#transfer-edit .VueTables__table .VueTables__sortable,
#transfer-new .VueTables__table .VueTables__sortable {
  cursor: pointer;
}
#transfer-edit .VueTables__table .VueTables__sortable:hover,
#transfer-new .VueTables__table .VueTables__sortable:hover {
  background-color: #73a0ba;
}
#transfer-edit table.table.search thead, #transfer-edit table.table.search tbody,
#transfer-new table.table.search thead,
#transfer-new table.table.search tbody {
  display: block;
}
#transfer-edit table.table.search tbody.item_scroll,
#transfer-new table.table.search tbody.item_scroll {
  height: 140px;
  overflow-y: auto;
}
#transfer-edit table.table.search tr,
#transfer-new table.table.search tr {
  width: 100%;
  display: table;
  border: 1px solid #e9ecef;
}
#transfer-edit table.table.search tr td,
#transfer-new table.table.search tr td {
  border-left: none;
  border-top: none;
  border-right: 1px solid #e9ecef;
}
#transfer-edit #search-item-resizable,
#transfer-edit #search-field-resizable,
#transfer-edit #search-purchase-resizable,
#transfer-new #search-item-resizable,
#transfer-new #search-field-resizable,
#transfer-new #search-purchase-resizable {
  background-color: #82b4d5;
  height: 0.75rem;
  position: relative;
}
#transfer-edit #search-item-resizable .btn,
#transfer-edit #search-field-resizable .btn,
#transfer-edit #search-purchase-resizable .btn,
#transfer-new #search-item-resizable .btn,
#transfer-new #search-field-resizable .btn,
#transfer-new #search-purchase-resizable .btn {
  position: absolute;
  background: #82b4d5;
  border-color: #82b4d5;
  color: #fff;
  top: -0.575rem;
  left: 50%;
  margin-left: -2rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  padding: 0 1.5rem;
}
#transfer-edit #search-item-resizable .btn:hover,
#transfer-edit #search-field-resizable .btn:hover,
#transfer-edit #search-purchase-resizable .btn:hover,
#transfer-new #search-item-resizable .btn:hover,
#transfer-new #search-field-resizable .btn:hover,
#transfer-new #search-purchase-resizable .btn:hover {
  background-color: #fff;
  color: #82b4d5;
}

#withdrawn-members-edit span.required:after {
  content: " ※ ";
  color: #dc3545;
}

#web-item-form-modal {
  left: 0 !important;
}
#web-item-form-modal span.required:after {
  content: " ※ ";
  color: #dc3545;
}

#web-picture-form span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#web-picture-form .custom-file {
  visibility: hidden;
  width: 0px;
}
#web-picture-form .custom-label {
  cursor: pointer;
}

#web-product-form span.required:after {
  content: " ※ ";
  color: #dc3545;
}

#web-to-emt-item-form-modal {
  left: 0 !important;
}
#web-to-emt-item-form-modal span.required:after {
  content: " ※ ";
  color: #dc3545;
}

#web-picture-show .fit-image {
  height: 12rem;
  object-fit: contain;
  height: 200px;
  width: 200px;
}
#web-picture-show .fit-image-modal {
  height: 100px;
  width: 100px;
  object-fit: contain;
}

@media (max-width: 768px) {
  #web-picture-show .fit-image-modal {
    height: 50px;
  }
}
#analysis-reports-index {
  padding: 2px;
  line-height: 16px;
}
#analysis-reports-index .card-header {
  background: #D6DEE6 0% 0% no-repeat padding-box;
  text-align: left;
  font: 16px/27px Hiragino Sans;
  font-weight: 600;
  letter-spacing: 0px;
  color: #25384E;
  opacity: 1;
}
#analysis-reports-index .card-header a:hover {
  text-decoration: underline;
}
#analysis-reports-index .card-body.report-condition-tiles {
  border-top-color: lightgrey;
  border-top-style: dashed;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
}
#analysis-reports-index .report-condition-tiles:first-of-type {
  border-top: none;
}
#analysis-reports-index .sub-category-title {
  display: flex;
}
#analysis-reports-index .sub-category-title .fa {
  display: grid;
  place-items: center;
  font-size: 0.8em;
  background: #E4EAF5 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  width: 32px;
  height: 32px;
  color: #4467AF;
}
#analysis-reports-index .sub-category-title .title {
  font: 18px/31px Hiragino Sans;
  font-weight: 600;
  letter-spacing: 0px;
  color: #25384E;
  opacity: 1;
  padding-left: 3px;
  padding-top: 3px;
}
#analysis-reports-index .sub-category-row {
  display: flex;
  flex-wrap: wrap;
}
#analysis-reports-index .sub-category-row .report-condition-tile {
  margin: 8px 20px 8px 0;
  height: 206px;
  width: 338px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  width: 338px;
  height: 44px;
  border-radius: 6px 6px 0px 0px;
  background: transparent linear-gradient(180deg, #58CDC1 0%, #38AD9A 100%) 0% 0% no-repeat padding-box;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-name {
  flex-basis: 246px;
  padding-left: 20px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-name a {
  color: #FFFFFF;
  word-break: break-all;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-name .long-title {
  font-size: 14px;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-name .short-title {
  font-size: 16px;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type {
  flex-basis: 52px;
  text-align: right;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type .badge {
  padding: 2px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type .type-csv {
  background-color: #4d90c1;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type .type-pdf {
  background-color: #43A079;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type .type-pdf_report {
  background-color: #B57193;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-favorite {
  flex-basis: 40px;
  padding-left: 9px;
  text-align: left;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-header .report-favorite a {
  color: white;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-body {
  border: 1px solid #3AAD99;
  padding: 10px 20px;
  height: 162px;
  border-radius: 0 0 6px 6px;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-body .report-condition-body-inner {
  display: flex;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-body .report-condition-body-inner .tile-caption-full {
  margin-right: 20px;
  width: 280px;
  letter-spacing: 0;
  font-size: 14px;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-body .report-condition-body-inner .tile-caption-w-img {
  margin-right: 20px;
  width: 210px;
  letter-spacing: 0;
  font-size: 14px;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-body .report-condition-body-inner .tile-sample-image {
  position: relative;
  border: 1px solid #CCCCCC;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-body .report-condition-body-inner .tile-sample-image .sample-image {
  height: 100%;
  width: 100%;
}
#analysis-reports-index .sub-category-row .report-condition-tile .report-condition-body .report-condition-body-inner .tile-sample-image .magnifying-glass {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
#analysis-reports-index #report-image-modal .caption-area {
  text-align: left;
}

#report-image-modal .report-image-modal-content {
  padding: 40px;
}
#report-image-modal .report-image-modal-content .sample-image-area {
  padding-bottom: 20px;
}
#report-image-modal .report-image-modal-content .sample-image-area img {
  width: 100%;
  border: 1px solid #495157;
  border-radius: 0.3rem;
}
#report-image-modal .report-image-modal-content .caption-area {
  text-align: center;
  letter-spacing: 0;
}

#analysis-reports-favorites {
  padding: 2px;
  line-height: 16px;
}
#analysis-reports-favorites .card-header {
  background: #D6DEE6 0% 0% no-repeat padding-box;
  text-align: left;
  font: 16px/27px Hiragino Sans;
  font-weight: 600;
  letter-spacing: 0px;
  color: #25384E;
  opacity: 1;
}
#analysis-reports-favorites .card-header a:hover {
  text-decoration: underline;
}
#analysis-reports-favorites .card-body.report-condition-tiles {
  border-top-color: lightgrey;
  border-top-style: dashed;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
}
#analysis-reports-favorites .report-condition-tiles:first-of-type {
  border-top: none;
}
#analysis-reports-favorites .sub-category-title {
  display: flex;
}
#analysis-reports-favorites .sub-category-title .fa {
  display: grid;
  place-items: center;
  font-size: 0.8em;
  background: #E4EAF5 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  width: 32px;
  height: 32px;
  color: #4467AF;
}
#analysis-reports-favorites .sub-category-title .title {
  font: 18px/31px Hiragino Sans;
  font-weight: 600;
  letter-spacing: 0px;
  color: #25384E;
  opacity: 1;
  padding-left: 3px;
  padding-top: 3px;
}
#analysis-reports-favorites .sub-category-row {
  display: flex;
  flex-wrap: wrap;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile {
  margin: 8px 20px 8px 0;
  width: 338px;
  height: 44px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  width: 338px;
  height: 44px;
  border: 1px solid #C9CED5;
  border-radius: 4px;
  background: #F7F8FA 0% 0% no-repeat padding-box;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-name {
  flex-basis: 246px;
  padding-left: 20px;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 300;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-name a {
  color: #21252B;
  word-break: break-all;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-name .long-title {
  font-size: 14px;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-name .short-title {
  font-size: 16px;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type {
  flex-basis: 52px;
  text-align: right;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type .badge {
  padding: 2px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0px;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type .type-csv {
  background-color: #8CA8DE;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type .type-pdf {
  background-color: #6FD3BC;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-analysis-type .type-pdf_report {
  background-color: #E597D6;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-favorite {
  flex-basis: 40px;
  padding-left: 9px;
  text-align: left;
}
#analysis-reports-favorites .sub-category-row .report-condition-tile .report-condition-header .report-favorite a {
  color: #BE7BB6;
}
#analysis-reports-favorites #tooltip-container .tooltip-inner {
  background-color: white;
  color: #21252B;
  text-align: left;
  max-width: 438px;
  font-size: 0.7rem;
  border: 1px #21252B solid;
  opacity: 0.9;
}
#analysis-reports-favorites #tooltip-container .tooltip-arrow::before {
  border-bottom-color: white;
}

#picking-report .loading {
  position: absolute;
  z-index: 5;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.15s linear;
}
#picking-report .img-barcode {
  width: 400px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
}
#picking-report #picked_items table tbody td label {
  margin-bottom: 0;
}
#picking-report #guide-modal .modal-dialog {
  max-width: 700px;
  width: 80%;
}
#picking-report #guide-modal .modal-dialog .modal-footer {
  height: 69px;
}
#picking-report #guide-modal .carousel .carousel-item-body {
  padding: 0 15%;
  height: 350px;
}
#picking-report #guide-modal .carousel .carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23000%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M5.25%200l-4%204%204%204%201.5-1.5-2.5-2.5%202.5-2.5-1.5-1.5z%22%2F%3E%3C%2Fsvg%3E);
}
#picking-report #guide-modal .carousel .carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23000%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M2.75%200l-1.5%201.5%202.5%202.5-2.5%202.5%201.5%201.5%204-4-4-4z%22%2F%3E%3C%2Fsvg%3E);
}
#picking-report #guide-modal .carousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
}
#picking-report #guide-modal .carousel .carousel-indicators .active {
  background-color: #000;
}

@media (max-width: 991px) {
  #picking-report .img-barcode {
    width: 80%;
  }
}
@media (max-width: 575px) {
  #picking-report .img-barcode {
    width: 100%;
  }
}
#stock-reports .list-card {
  top: 15px;
}
#stock-reports div.has-error > * {
  border-color: #dc3545;
}

#admin-analysis .sticky-table-wrapper {
  height: 75vh;
}
#admin-analysis .sticky-table table {
  border-collapse: collapse;
  border-spacing: 0;
}
#admin-analysis .sticky-table thead {
  position: sticky;
  top: 0;
  border: none;
  background: none;
}
#admin-analysis .sticky-table thead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #85bee5;
  z-index: -1;
}
#admin-analysis .sticky-table th {
  position: sticky;
  top: 0;
  border: none;
  background: none;
}
#admin-analysis .sticky-table th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #85bee5;
  z-index: -1;
}
#admin-analysis .truncation {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#incentives-search [v-cloak] {
  display: none;
}
#incentives-search .input-group-addon-yyyymm {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
}
#incentives-search .list-card {
  top: 15px;
}

#monthliesBtn {
  color: #FFFFFF;
}

#monthlies .btn {
  color: #FFFFFF;
}
#monthlies .has-error {
  border-color: #dc3545;
}
#monthlies .none {
  display: none;
}

#report .card-area {
  margin: 5rem 1rem 1rem 1rem;
}

.tab-area {
  margin: 0rem 1rem 1rem 0rem;
}

#monthlies_menu .monthlies_body {
  padding-top: 48px;
}
#monthlies_menu .monthlies_body #menu .btn-menu {
  width: 250px;
  font-size: 0.8rem;
}
#monthlies_menu .monthlies_body #menu .btn-menu-over {
  width: 250px;
  font-size: 0.8rem;
  white-space: normal;
}

#monthlies_report .btn {
  color: #FFFFFF;
}
#monthlies_report .readonly {
  background-color: #ffffff;
}

#questionnaire_members .sticky-table-wrapper {
  height: 70vh;
  overflow: scroll;
}
#questionnaire_members .sticky-table thead th {
  position: -webkit-sticky;
  position: sticky;
  border: none;
}
#questionnaire_members .sticky-table thead th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #85bee5;
  border-bottom: 1px solid #85bee5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#questionnaire_members .sticky-table thead tr:first-child th {
  top: 0;
  z-index: 1;
}
#questionnaire_members .sticky-table thead tr:first-child th::before {
  border-top: 1px solid #85bee5;
}
#questionnaire_members .sticky-table thead tr:first-child th:first-child {
  z-index: 2;
  background-color: #82b4d5;
}
#questionnaire_members .sticky-table thead tr:first-child th:first-child::before {
  border-left: 1px solid #85bee5;
}
#questionnaire_members .sticky-table thead tr:first-child th:nth-child(2) {
  z-index: 2;
  background-color: #82b4d5;
}
#questionnaire_members .sticky-table thead tr:last-child th {
  z-index: 1;
}
#questionnaire_members .list-visible {
  min-width: 70px;
}
#questionnaire_members .remarks-visible {
  min-width: 500px;
}

.past-sales-wrapper {
  height: 200px;
  overflow: scroll;
}

.past_sales_form .sales-items {
  height: 200px;
  overflow: auto;
}
.past_sales_form .sales-items table.table {
  font-size: 0.875rem;
}
.past_sales_form .sales-items table.table thead th {
  position: sticky;
  top: -1px;
  z-index: 1;
}
.past_sales_form .sales-items table.table td, .past_sales_form .sales-items table.table th {
  padding: 0.4rem 0.5rem;
}
.past_sales_form #card-details table.table td, .past_sales_form #card-details table.table th {
  padding: 0.4rem 0.5rem;
}
.past_sales_form .blob-outer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 0 auto 1rem;
  color: #666;
  border: 1px solid #ccc;
  position: relative;
}
.past_sales_form .blob-outer span.delete {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #efefef;
  color: #666;
  border: 1px solid #666;
  border-radius: 14px;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
}
.past_sales_form .blob-outer img {
  max-width: 200px;
  max-height: 200px;
}
.past_sales_form .blob-outer div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #efefef;
  width: 200px;
  height: 200px;
}
.past_sales_form .blob-outer:hover span.delete {
  display: block;
}
.past_sales_form .blob-outer-index {
  width: 400px;
  height: 400px;
}
.past_sales_form .blob-outer-index img {
  max-width: 400px;
  max-height: 400px;
}
.past_sales_form .blob-outer-index div {
  width: 400px;
  height: 400px;
}

section#salon-room-bookings .rooms-wrapper {
  background-color: white;
  overflow: scroll;
}
section#salon-room-bookings table.table {
  font-size: inherit;
  user-select: none;
}
section#salon-room-bookings table.table tbody, section#salon-room-bookings table.table tr, section#salon-room-bookings table.table td {
  user-select: none;
}
section#salon-room-bookings table.table thead th {
  background-color: #F7F8FA;
  height: 25px;
  border-color: rgb(221, 221, 221);
  color: #212529;
  font-weight: bold;
  font-size: 15px;
  height: auto;
  padding: 0;
  text-align: center;
}
section#salon-room-bookings table.table td {
  border-color: rgb(221, 221, 221);
  font-size: 15px;
  padding: 0;
  height: 30px;
  user-select: none;
}
section#salon-room-bookings table.table td.holiday {
  background-color: #eee;
}
section#salon-room-bookings table.table td.hour, section#salon-room-bookings table.table th.hour {
  padding-right: 0.25rem;
  text-align: right;
  width: 50px;
}
section#salon-room-bookings table.table td.room, section#salon-room-bookings table.table td.hour {
  position: relative;
}
section#salon-room-bookings table.table td.room .booking {
  overflow: hidden;
  position: absolute;
  background-color: rgb(220, 237, 245);
  border: 1px solid rgb(89, 164, 238);
  border-left: 6px solid rgb(89, 164, 238);
  color: rgb(89, 164, 238);
  padding-left: 8px;
  left: 0;
  z-index: 1;
  width: 100%;
}
section#salon-room-bookings table.table td.room .booking a {
  color: rgb(89, 164, 238);
}
section#salon-room-bookings table.table td.room .sealed {
  background-color: rgb(245, 220, 229);
  border: 1px solid rgb(238, 89, 121);
  border-left: 6px solid rgb(238, 89, 121);
  color: rgb(238, 89, 121);
}
section#salon-room-bookings table.table td.room .checked {
  background-color: rgb(246, 242, 195);
  border: 1px solid rgb(240, 168, 12);
  border-left: 6px solid rgb(240, 168, 12);
  color: rgb(240, 168, 12);
}
section#salon-room-bookings table.table td.room .checked a {
  color: rgb(240, 168, 12);
}
section#salon-room-bookings table.table td.room .closing {
  position: absolute;
  background-color: #eee;
  left: 0;
  z-index: 1;
  width: 100%;
}
section#salon-room-bookings table.table td.half1 {
  border-bottom-color: rgb(233, 233, 233);
}
section#salon-room-bookings table.table td.half2 {
  border-top-color: rgb(233, 233, 233);
}
section#salon-room-bookings table.table td .now-line {
  border-top: 1px solid #78CBC1;
  position: absolute;
  height: 1px;
  left: 0;
  width: 100%;
  z-index: 2;
}
section#salon-room-bookings table.table td .now-triangle {
  border-color: #58CDC1;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 5px 0 5px 6px;
  border-style: solid;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  z-index: 2;
}
section#salon-room-bookings .title {
  color: #25384E;
  line-height: 1;
  width: 180px;
}
section#salon-room-bookings .title .title-year {
  font-size: 14px;
  opacity: 0.5;
}
section#salon-room-bookings .title .title-month-value, section#salon-room-bookings .title .title-day-value {
  font-size: 30px;
}
section#salon-room-bookings .title .title-month-label, section#salon-room-bookings .title .title-month-label {
  font-size: 18px;
}
section#salon-room-bookings .term-change-buttons {
  display: flex;
}
section#salon-room-bookings .term-change-buttons button {
  background: #D6DEE6 0% 0% no-repeat padding-box;
  opacity: 1;
  border: none;
  padding: 2px;
}
section#salon-room-bookings .term-change-buttons button:first-child {
  border-radius: 4px 0px 0px 4px;
}
section#salon-room-bookings .term-change-buttons button:last-child {
  border-radius: 0px 4px 4px 0px;
}
section#salon-room-bookings .term-change-buttons button:focus {
  outline: 0;
}
section#salon-room-bookings .term-change-buttons .next-prev-button {
  width: 32px;
  height: 32px;
}
section#salon-room-bookings .term-change-buttons .today-button {
  width: 48px;
  height: 32px;
}
section#salon-room-bookings .term-change-buttons .today-button div {
  width: 100%;
  height: 100%;
  display: flex;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
section#salon-room-bookings .term-change-buttons .today-button div span {
  margin: auto;
}
section#salon-room-bookings .datepicker-button {
  margin-left: 12px;
  width: 22px;
  font-size: 22px;
  position: relative;
}
section#salon-room-bookings .datepicker-button input {
  cursor: pointer;
  opacity: 0;
  width: 22px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
section#salon-room-bookings #site-changer button {
  background-color: white;
  color: rgb(108, 117, 125);
}
section#salon-room-bookings #site-changer button.others {
  color: rgb(251, 100, 100);
}
section#salon-room-bookings #site-changer a.others {
  color: rgb(251, 100, 100);
}

@media (max-width: 1080px) {
  section#salon-room-bookings .term-change-buttons button:first-child {
    display: none;
  }
  section#salon-room-bookings .term-change-buttons button:last-child {
    display: none;
  }
  section#salon-room-bookings .term-change-buttons button:nth-child(2) {
    border-radius: 4px 0px 0px 4px;
  }
  section#salon-room-bookings .term-change-buttons button:nth-last-child(2) {
    border-radius: 0px 4px 4px 0px;
  }
}
@media (max-width: 767px) {
  section#salon-room-bookings table.table {
    font-size: 15px;
  }
}
section#salon-sites .div-room {
  border-bottom: 1px solid #ccc;
  padding: 14px 0 0;
}
section#salon-sites .div-room:first-child {
  border-top: 1px solid #ccc;
}
section#salon-sites .label-room {
  flex: 0 0 auto;
  width: 90px;
  padding-right: 0;
}

.help-page-link .help-icon {
  height: 40px;
  width: 40px;
}

#wallets-show .graph-select-area {
  width: 200px;
}
#wallets-show .graph-select-area .with-help-icon-list {
  position: relative;
}
#wallets-show .graph-select-area .with-help-icon-list div {
  position: absolute;
  top: 0px;
  right: -50px;
}
#wallets-show .wallet-graph-area {
  position: relative;
}
#wallets-show .wallet-graph-area .wallet-graph {
  overflow: scroll;
}
#wallets-show .wallet-graph-area .wallet-graph-vertical-line {
  position: absolute;
  top: 0px;
  overflow: hidden;
  background-color: #ffffff;
  width: 0px;
}
#wallets-show .achievement-area {
  border-radius: 4px;
  background-color: #EFF4F9;
  padding: 12px;
}
#wallets-show .achievement-area .amount {
  font-size: 24px;
  font-weight: 600;
}
#wallets-show .achievement-area .amount-label {
  font-weight: 600;
}
#wallets-show .achievement-details-table {
  width: 100%;
}
#wallets-show .achievement-details-table tr td {
  padding: 12px 8px;
  border-top: solid 1px #F0F0F0;
  border-bottom: solid 1px #F0F0F0;
}

#start-branches #confirm-modal .modal-dialog {
  max-width: 700px;
}
#start-branches #confirm-modal .modal-dialog .modal-footer {
  height: 69px;
}
#start-branches #confirm-modal .modal-dialog .modal-footer .row {
  margin-right: -5px;
}

#reserve-managements-index table thead th {
  width: 20%;
}

#reserve-managements-show table .col-item-code {
  width: 15%;
}
#reserve-managements-show table .col-item-name {
  width: 45%;
}
#reserve-managements-show table .col-qty {
  width: 20%;
}

#reserve-managements-new .form-check-input,
#reserve-managements-edit .form-check-input {
  margin-top: 11px;
}

#reserve-items-show table .col-date {
  width: 25%;
}
#reserve-items-show table .col-qty {
  width: 20%;
}
#reserve-items-show table .col-buttons {
  width: 10%;
}

#reserve-items-new .form-check-input,
#reserve-items-edit .form-check-input {
  margin-top: 11px;
}

#reserve-management .clear-both {
  clear: both;
}
#reserve-management .lh-20 {
  line-height: 20px;
}
#reserve-management .loading-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
#reserve-management .loading-bg .loading-position {
  margin-top: 200px;
}
#reserve-management .cursor-pointer {
  cursor: pointer;
}
#reserve-management .rm-header select {
  width: 300px;
}
#reserve-management .rm-header #rank-select {
  width: 120px;
}
#reserve-management .rm-header #bumon-select {
  width: 150px;
}
#reserve-management .rm-header #unit-select {
  width: 250px;
}
#reserve-management .rm-header .chevron-py {
  padding-top: 11px;
  padding-bottom: 11px;
}
#reserve-management .rm-header .org-name-p {
  padding: 7px 0;
}
#reserve-management .rm-header .button-p {
  margin: 4px 0;
}
#reserve-management .rm-periods .period {
  display: flex;
  width: 100%;
}
#reserve-management .rm-periods .period .period-label {
  width: 120px;
}
#reserve-management .rm-detail .addition-p {
  padding: 3px 0;
}
#reserve-management .rm-detail .scroll {
  overflow-x: scroll;
  overflow-y: scroll;
  height: 75vh;
}
#reserve-management .rm-detail #reserve-table {
  border-collapse: separate;
  border-spacing: 0px;
}
#reserve-management .rm-detail #reserve-table thead th:first-child {
  min-width: 200px;
}
#reserve-management .rm-detail #reserve-table thead th {
  min-width: 100px;
}
#reserve-management .rm-detail #reserve-table tbody td.fixed-row,
#reserve-management .rm-detail #reserve-table tbody td.fixed-row2 {
  background-color: #ffffff;
}
#reserve-management .rm-detail #reserve-table tbody tr.total-row,
#reserve-management .rm-detail #reserve-table tbody tr.total-row td.fixed-row,
#reserve-management .rm-detail #reserve-table tbody tr.total-row td.fixed-row2 {
  background-color: #c3dcf4;
}
#reserve-management .rm-detail #reserve-table tbody td.over-color[data-over-status=danger] {
  background-color: #ffb2b2;
}
#reserve-management .rm-detail #reserve-table tbody td.remaining-color[data-remaining-status=danger] {
  background-color: #ffb2b2;
}
#reserve-management .rm-detail #reserve-table .fixed-col {
  position: sticky;
  top: 0px;
  z-index: 1;
}
#reserve-management .rm-detail #reserve-table .fixed-row {
  position: sticky;
  left: 0px;
  z-index: 1;
}
#reserve-management .rm-detail #reserve-table .fixed-row2 {
  position: sticky;
  left: 200px;
  z-index: 1;
}
#reserve-management .rm-detail #reserve-table .fixed-first-cel {
  z-index: 2;
}

@media (max-width: 767px) {
  #reserve-management .rm-detail #reserve-table .fixed-col {
    position: static;
  }
  #reserve-management .rm-detail #reserve-table .fixed-row {
    position: static;
  }
  #reserve-management .rm-detail #reserve-table .fixed-row2 {
    position: static;
  }
  #reserve-management .rm-detail #reserve-table .fixed-col-mobile {
    position: sticky !important;
    left: auto;
  }
}
#reserve-adjustments #reserve-adjustment-table thead .col-date {
  width: 20%;
}
#reserve-adjustments #reserve-adjustment-table thead .col-text {
  width: 30%;
}
#reserve-adjustments #reserve-adjustment-table thead .col-rank {
  width: 8%;
}
#reserve-adjustments #reserve-adjustment-table thead .col-buttons {
  width: 12%;
}

#reserve-adjustment #request-table thead .col-date {
  width: 40%;
}
#reserve-adjustment #request-table thead .col-qty {
  width: 40%;
}
#reserve-adjustment #request-table thead .col-text {
  width: 20%;
}

#self-consumption-new .form-header {
  font-weight: 600;
  color: #5B3B1A;
  padding: 10px 0px;
}
#self-consumption-new .stock-items {
  overflow-y: auto;
  height: 60vh;
}
#self-consumption-new .search-result-row {
  width: 100%;
  font-size: 14px;
  border-top: solid 1px #D8D8D8;
}
#self-consumption-new .search-result-row .search-result-background {
  margin: 4px 0px;
}
#self-consumption-new .search-result-row .search-result-background .result-main {
  padding: 8px 10px 8px 16px;
  display: flex;
}
#self-consumption-new .search-result-row .search-result-background .result-main > div {
  margin-right: 12px;
}
#self-consumption-new .search-result-row .search-result-background .result-main > div:last-child {
  margin-right: 0px;
}
#self-consumption-new .search-result-row .search-result-background .result-main .name-col {
  width: 100%;
  display: flex;
}
#self-consumption-new .search-result-row .search-result-background .result-main .name-col span {
  margin: auto 0px;
}
#self-consumption-new .search-result-row .search-result-background .result-main .stock-col {
  width: 30px;
  display: flex;
}
#self-consumption-new .search-result-row .search-result-background .result-main .stock-col span {
  margin: auto;
}
#self-consumption-new .search-result-row .search-result-background .result-main .icon-col {
  width: 25px;
  display: flex;
}
#self-consumption-new .search-result-row .search-result-background .result-main .icon-col span {
  margin: auto;
}
#self-consumption-new .search-result-row .search-result-background .result-main .input-item-count-col {
  width: 80px;
  display: flex;
}
#self-consumption-new .search-result-row .search-result-background .result-main .input-item-count-col span {
  margin: auto;
}
#self-consumption-new .search-result-row .search-result-background .result-main .family-name-col {
  width: 100%;
  display: flex;
}
#self-consumption-new .search-result-row .search-result-background .result-main .family-name-col span {
  margin: auto 0px;
}
#self-consumption-new .search-result-row .search-result-background .result-main .family-name-col a {
  cursor: pointer;
  color: #007bff;
}
#self-consumption-new .search-result-row .search-result-background .result-main .family-name-col a:hover {
  color: #0056b3;
}
#self-consumption-new .search-result-row .search-result-background .result-main .checkbox-col {
  width: 25px;
  display: flex;
}
#self-consumption-new .search-result-row .search-result-background .result-main .checkbox-col span {
  margin: auto 0px;
}
#self-consumption-new .search-result-row:last-child {
  border-bottom: solid 1px #D8D8D8;
}
#self-consumption-new .add-family-link {
  display: flex;
  justify-content: flex-end;
  padding: 15px 10px;
  border-bottom: solid 1px #D8D8D8;
}
#self-consumption-new .add-family-link a {
  cursor: pointer;
  color: #5B3B1A;
}
#self-consumption-new .bottom-buttons {
  display: flex;
  justify-content: flex-end;
}
#self-consumption-new .bottom-buttons div {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
#self-consumption-new span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#self-consumption-new .name-row {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}
#self-consumption-new .name-row div:first-child {
  padding-right: 2px;
}
#self-consumption-new .name-row div:last-child {
  padding-left: 2px;
}
#self-consumption-new .birthday-form .birthday-select-form {
  display: flex;
}
#self-consumption-new .birthday-form .birthday-select-form span {
  margin: auto 0px;
}
#self-consumption-new .field_with_errors .form-control {
  border-color: #dc3545;
}
#self-consumption-new .form-check-label .radio-with-icon {
  margin-top: 14px;
}
#self-consumption-new .family-icon {
  height: 40px;
  width: 40px;
}
#self-consumption-new .form-group label {
  font-weight: bold;
}
#self-consumption-new .form-group .flex-box {
  display: flex;
  justify-content: center;
  padding: 0px;
}
#self-consumption-new .form-group .flex-box button {
  width: 33%;
  height: 80px;
  margin: 4px 6px;
  border: solid 2px #EFE9DD;
  border-radius: 4px;
  background-color: #F8F3EC;
  color: #5B3B1A;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#self-consumption-new .form-group .item-table .item-name-col {
  display: flex;
}
#self-consumption-new .form-group .item-table .item-name-col .icon-color {
  color: #D8D8D8;
  font-size: 18px;
}

@media (max-width: 767px) {
  #self-consumption-new .birthday-form .form-inline {
    display: block;
  }
  #self-consumption-new .form-group .flex-box {
    flex-wrap: wrap;
  }
  #self-consumption-new .form-group .flex-box button {
    margin: 4px;
    height: 60px;
    width: 45%;
  }
  #self-consumption-new .form-group .flex-box button:first-child {
    width: calc(90% + 8px);
  }
}
#modal-item-info .modal-dialog {
  margin-top: calc((100vh - 315px) / 2);
  margin-bottom: calc((100vh - 315px) / 2);
}
#modal-item-info .close-button-row {
  height: 57px;
  display: flex;
}
#modal-item-info .item-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
#modal-item-info .item-image {
  margin: 0px auto 8px auto;
  height: 160px;
  width: 160px;
}
#modal-item-info .item-image img {
  height: 160px;
  width: 160px;
}
#modal-item-info .item-price .unit-price {
  font-weight: bold;
  margin-right: 4px;
}
#modal-item-info .color-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  vertical-align: middle;
}

#admin-analysis-form table .format-row {
  min-width: 170px;
}

#favorite-items #favorite-item-body table .col-item-code,
#favorite-items #stamp-recommend-item-favorite-body table .col-item-code {
  width: 15%;
}
#favorite-items #favorite-item-body table .col-item-name,
#favorite-items #stamp-recommend-item-favorite-body table .col-item-name {
  width: 30%;
}
#favorite-items #favorite-item-body table .col-date,
#favorite-items #stamp-recommend-item-favorite-body table .col-date {
  width: 15%;
}
#favorite-items #favorite-item-body table .col-order-change,
#favorite-items #stamp-recommend-item-favorite-body table .col-order-change {
  width: 10%;
}
#favorite-items #favorite-item-body table .col-buttons,
#favorite-items #stamp-recommend-item-favorite-body table .col-buttons {
  width: 15%;
}
#favorite-items #stamp-gold-item-favorite-body table .col-item-code {
  width: 10%;
}
#favorite-items #stamp-gold-item-favorite-body table .col-item-name {
  width: 20%;
}
#favorite-items #stamp-gold-item-favorite-body table .col-gold-org {
  width: 20%;
}
#favorite-items #stamp-gold-item-favorite-body table .col-gold-rate {
  width: 8%;
}
#favorite-items #stamp-gold-item-favorite-body table .col-date {
  width: 12%;
}
#favorite-items #stamp-gold-item-favorite-body table .col-order-change {
  width: 8%;
}
#favorite-items #stamp-gold-item-favorite-body table .col-buttons {
  width: 12%;
}
#favorite-items #reccomended-item-body table .col-item-code {
  width: 20%;
}
#favorite-items #reccomended-item-body table .col-item-name {
  width: 40%;
}
#favorite-items #reccomended-item-body table .col-date {
  width: 20%;
}
#favorite-items #reccomended-item-body table .editable-header .col-item-code {
  width: 15%;
}
#favorite-items #reccomended-item-body table .editable-header .col-item-name {
  width: 30%;
}
#favorite-items #reccomended-item-body table .editable-header .col-date {
  width: 15%;
}
#favorite-items #reccomended-item-body table .editable-header .col-order-change {
  width: 10%;
}
#favorite-items #reccomended-item-body table .editable-header .col-buttons {
  width: 15%;
}

#event-application-participation .form-rows .row,
#event-application-participations-mypage .form-rows .row {
  margin-right: -10px;
  margin-left: -10px;
}
#event-application-participation .form-rows .name-row,
#event-application-participations-mypage .form-rows .name-row {
  margin-right: 0px;
  margin-left: 0px;
}
#event-application-participation .show-rows .row,
#event-application-participations-mypage .show-rows .row {
  margin-right: -10px;
  margin-left: -10px;
}
#event-application-participation span.required:after,
#event-application-participations-mypage span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#event-application-participation .name-row,
#event-application-participations-mypage .name-row {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}
#event-application-participation .name-row div:first-child,
#event-application-participations-mypage .name-row div:first-child {
  padding-right: 2px;
}
#event-application-participation .name-row div:last-child,
#event-application-participations-mypage .name-row div:last-child {
  padding-left: 2px;
}
#event-application-participation .birthday-form .birthday-select-form,
#event-application-participations-mypage .birthday-form .birthday-select-form {
  display: flex;
}
#event-application-participation .birthday-form .birthday-select-form span,
#event-application-participations-mypage .birthday-form .birthday-select-form span {
  margin: auto 0px;
}
#event-application-participation .field_with_errors .form-control,
#event-application-participations-mypage .field_with_errors .form-control {
  border-color: #dc3545;
}
#event-application-participation .form-check-label .radio-with-icon,
#event-application-participations-mypage .form-check-label .radio-with-icon {
  margin-top: 14px;
}
#event-application-participation .family-icon,
#event-application-participation .customer-icon,
#event-application-participations-mypage .family-icon,
#event-application-participations-mypage .customer-icon {
  height: 40px;
  width: 40px;
}
#event-application-participation .indention-text,
#event-application-participations-mypage .indention-text {
  white-space: pre-wrap;
  word-wrap: break-word;
}
#event-application-participation .cancel-policy a,
#event-application-participations-mypage .cancel-policy a {
  cursor: pointer;
  color: #0d6efd;
}
#event-application-participation .cancel-policy a:hover,
#event-application-participations-mypage .cancel-policy a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#event-application-participation .color-select-button,
#event-application-participations-mypage .color-select-button {
  border: 1px solid #ced4da;
  background-color: #ffffff;
}
#event-application-participation .color-select-button .selected-item,
#event-application-participations-mypage .color-select-button .selected-item {
  display: inline-block;
}
#event-application-participation .color-select-dropdown-menu .dropdown-item,
#event-application-participations-mypage .color-select-dropdown-menu .dropdown-item {
  padding: 0px;
}
#event-application-participation .color-select-dropdown-menu .radio-label,
#event-application-participations-mypage .color-select-dropdown-menu .radio-label {
  width: 100%;
  height: 25px;
  font-weight: normal;
}
#event-application-participation .color-circle-edit,
#event-application-participation .color-circle-show,
#event-application-participations-mypage .color-circle-edit,
#event-application-participations-mypage .color-circle-show {
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  display: inline-block;
}
#event-application-participation .color-circle-edit,
#event-application-participations-mypage .color-circle-edit {
  vertical-align: text-bottom;
}

#event-application-participation .select-event-area {
  display: inline-block;
}
#event-application-participation .hide {
  display: none;
}
#event-application-participation #list-view-columns-select-dropdown {
  margin: auto 5px auto auto;
}
#event-application-participation #list-view-columns-select-dropdown .list-setting-icon i {
  font-size: 25px;
}
#event-application-participation #list-view-columns-select-dropdown .list-setting-icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#event-application-participation #list-view-columns-select-dropdown .dropdown-body {
  margin: 5px;
}
#event-application-participation #list-view-columns-select-dropdown .dropdown-body .dropdown-title {
  font-weight: bold;
}
#event-application-participation #list-view-columns-select-dropdown .dropdown-body .select-all-column {
  padding: 5px;
  border-bottom: solid 1px #000000;
}
#event-application-participation #list-view-columns-select-dropdown .dropdown-body .list-view-columns {
  max-height: 300px;
  overflow-y: scroll;
}
#event-application-participation #list-view-columns-select-dropdown .dropdown-body .list-view-columns .column .column-label {
  padding: 5px;
  width: 100%;
}
#event-application-participation #list-view-columns-select-dropdown .dropdown-body .list-view-columns .column:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
#event-application-participation .changed {
  box-shadow: #46bad3 0px 0px 8px;
}
#event-application-participation tr.error-row td {
  background-color: #ffc7c7;
}
#event-application-participation tr.companion-row td {
  background-color: #faf8d4;
}
#event-application-participation .select-area-right {
  margin: auto 5px auto auto;
}

#event-application-participations-mypage .tab-body {
  padding: 0.75rem 1.25rem;
}
#event-application-participations-mypage .box-request {
  border-top: solid 1px #DFE2E6;
  padding: 20px;
}
#event-application-participations-mypage .box-request .box-request-main .box-row {
  display: flex;
}
#event-application-participations-mypage .box-request .box-request-main .box-row .box-col-1,
#event-application-participations-mypage .box-request .box-request-main .box-row .box-col-2 {
  display: flex;
  padding: 5px 0px;
  border-bottom: 1px dashed #DFE2E6;
}
#event-application-participations-mypage .box-request .box-request-main .box-row .box-col-1 {
  width: 100%;
}
#event-application-participations-mypage .box-request .box-request-main .box-row .box-col-2 {
  width: calc(50% - 10px);
}
#event-application-participations-mypage .box-request .box-request-main .box-row .box-col-2:first-child {
  margin-right: 20px;
}
#event-application-participations-mypage .box-request .box-request-main .box-row .box-col-label {
  width: 100px;
  min-width: 100px;
  min-height: 21px;
  margin-right: 24px;
  font-weight: 600;
  font-size: 12px;
  display: flex;
}
#event-application-participations-mypage .box-request .box-request-main .box-row .box-col-label span {
  margin: 2px 0px auto 0px;
}
#event-application-participations-mypage .box-request .box-request-main .box-row .box-col-value {
  font-weight: 300;
  font-size: 14px;
}
#event-application-participations-mypage .box-request .box-request-main .box-row .box-col-button {
  margin: 2px 5px auto 0px;
}
#event-application-participations-mypage .search-result-row {
  width: 100%;
  font-size: 14px;
  border-top: solid 1px #D8D8D8;
}
#event-application-participations-mypage .search-result-row .search-result-background {
  margin: 4px 0px;
}
#event-application-participations-mypage .search-result-row .search-result-background .result-main {
  padding: 8px 10px 8px 16px;
  display: flex;
}
#event-application-participations-mypage .search-result-row .search-result-background .result-main > div {
  margin-right: 12px;
}
#event-application-participations-mypage .search-result-row .search-result-background .result-main > div:last-child {
  margin-right: 0px;
}
#event-application-participations-mypage .search-result-row .search-result-background .result-main .family-name-col,
#event-application-participations-mypage .search-result-row .search-result-background .result-main .staff-name-col,
#event-application-participations-mypage .search-result-row .search-result-background .result-main .customer-name-col {
  width: 100%;
  display: flex;
}
#event-application-participations-mypage .search-result-row .search-result-background .result-main .family-name-col span,
#event-application-participations-mypage .search-result-row .search-result-background .result-main .staff-name-col span,
#event-application-participations-mypage .search-result-row .search-result-background .result-main .customer-name-col span {
  margin: auto 0px;
}
#event-application-participations-mypage .search-result-row .search-result-background .result-main .family-name-col a,
#event-application-participations-mypage .search-result-row .search-result-background .result-main .staff-name-col a,
#event-application-participations-mypage .search-result-row .search-result-background .result-main .customer-name-col a {
  cursor: pointer;
  color: #007bff;
}
#event-application-participations-mypage .search-result-row .search-result-background .result-main .family-name-col a:hover,
#event-application-participations-mypage .search-result-row .search-result-background .result-main .staff-name-col a:hover,
#event-application-participations-mypage .search-result-row .search-result-background .result-main .customer-name-col a:hover {
  color: #0056b3;
}
#event-application-participations-mypage .search-result-row:last-child {
  border-bottom: solid 1px #D8D8D8;
}
#event-application-participations-mypage .add-fellow-link {
  display: flex;
  justify-content: flex-end;
  padding: 15px 10px;
  border-bottom: solid 1px #D8D8D8;
}
#event-application-participations-mypage .add-fellow-link a {
  cursor: pointer;
  color: #5B3B1A;
}
#event-application-participations-mypage .qr-border {
  border-style: solid;
  border-width: 10px;
  border-radius: 20px;
}
#event-application-participations-mypage .qr-icon {
  cursor: pointer;
  padding: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#event-application-participations-mypage .qr-icon-border {
  border-style: solid;
  border-width: 5px;
}

@media (max-width: 767px) {
  #event-application-participation .birthday-form .form-inline,
#event-application-participations-mypage .birthday-form .form-inline {
    display: block;
  }
}
#event-qr-receptions .qrcapture {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
#event-qr-receptions .qrcapture canvas {
  width: 100%;
}
#event-qr-receptions .form-rows .row {
  margin-right: -10px;
  margin-left: -10px;
}
#event-qr-receptions .form-rows .name-row {
  margin-right: 0px;
  margin-left: 0px;
}
#event-qr-receptions .show-rows .row {
  margin-right: -10px;
  margin-left: -10px;
}
#event-qr-receptions span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#event-qr-receptions .color-select-button {
  border: 1px solid #ced4da;
  background-color: #ffffff;
}
#event-qr-receptions .color-select-button .selected-item {
  display: inline-block;
}
#event-qr-receptions .color-select-dropdown-menu .dropdown-item {
  padding: 0px;
}
#event-qr-receptions .color-select-dropdown-menu .radio-label {
  width: 100%;
  height: 25px;
  font-weight: normal;
}
#event-qr-receptions .color-circle-edit,
#event-qr-receptions .color-circle-show {
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  display: inline-block;
}
#event-qr-receptions .color-circle-edit {
  vertical-align: text-bottom;
}
#event-qr-receptions .qr-border {
  border-style: solid;
  border-width: 10px;
  border-radius: 20px;
}
#event-qr-receptions .qr-icon {
  padding: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#event-qr-receptions .qr-icon-border {
  border-style: solid;
  border-width: 5px;
}
#event-qr-receptions .show-rows {
  border-bottom: solid 1px #DFE2E6;
  margin-top: 0.5rem;
}
#event-qr-receptions .show-rows .form-group {
  margin-bottom: 0.5rem;
}
#event-qr-receptions .show-rows .form-group label {
  font-weight: bold;
}
#event-qr-receptions .show-rows .form-group div {
  margin: auto 0px;
}

@media (max-width: 767px) {
  #event-qr-receptions {
    font-size: 0.875rem;
  }
}
#event-forms-edit span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#event-forms-edit .input-group .input-area {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
#event-forms-edit .input-group .input-group-text {
  height: calc(1.5em + 0.75rem + 2px);
}
#event-forms-edit .upload-button {
  max-width: 12.5rem;
}

#destroy-customers-index #destroy-confirm .warning-message {
  font-weight: bold;
  color: #E5004A;
}

#register .qrcapture {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
#register .qrcapture canvas {
  width: 100%;
}
#register .visitor-tag {
  margin-bottom: 0.5rem;
  text-align: center;
}
#register .visitor-tag .fa-exchange {
  color: #9CAFC9;
}
#register .fix-button-area {
  background-color: #ffffff;
  height: 54px;
  position: sticky;
  top: 0;
  z-index: 1;
}
#register #todays_schedule .nohistory {
  padding: 0.75rem 1.25rem;
}
#register #todays_schedule img {
  width: 30px;
  height: 30px;
}
#register #todays_schedule td.schedule_from {
  max-width: 8rem;
}
#register #customer-detail .fa-id-card.red {
  color: #E5004A;
}
#register #customer-detail .fa-id-card.gold {
  color: #FFC003;
}
#register #customer-detail .fa-id-card-o.gold {
  color: #FFC003;
}
#register #action-history .card-body {
  max-height: 261px;
  overflow-y: auto;
}
#register #action-history table thead {
  position: sticky;
  top: 54px;
  z-index: 1;
}
#register #action-history td.schedule_from {
  max-width: 170px;
}
#register #action-history td.schedule_memo {
  max-width: 200px;
}
#register #purchase-analysis {
  background-color: #ffffff;
}
#register #purchase-analysis .card-body {
  max-height: 343px;
  overflow-y: auto;
}
#register #purchase-analysis .table-bordered > :not(caption) > * {
  border-width: 0;
}
#register #purchase-analysis table .class-col {
  min-width: 60px;
}
#register #purchase-analysis table .month-col {
  min-width: 45px;
}
#register #purchase-analysis table thead {
  position: sticky;
  top: 54px;
  z-index: 1;
}
#register #purchase-analysis table tbody tr.row-border-top {
  border-top: 2px solid #dee2e6;
}
#register #purchase-analysis table tbody tr.row-border-bottom {
  border-bottom: 2px solid #dee2e6;
}
#register #purchase-analysis table tbody tr.row-comment .col-title {
  background-color: #b7ffb7;
}
#register #purchase-analysis table tbody tr.row-comment .fa-commenting-o {
  color: #007bff;
}
#register #purchase-analysis table tbody tr.row-comment td[data-bs-toggle=modal] {
  cursor: pointer;
}
#register #purchase-analysis table tbody tr.row-comment .comment-cell:hover {
  background-color: #c1c1c1;
}
#register #purchase-analysis table tbody tr.row-comment:hover .col-title {
  background-color: #9cda9c;
}
#register #purchase-analysis table tbody td {
  height: 31px;
  white-space: pre-line;
}
#register #purchase-analysis table tbody td[data-type=value] {
  border-bottom: 1px dashed #dee2e6;
}
#register #purchase-analysis table tbody td[data-type=date] {
  border-top: 1px dashed #dee2e6;
}
#register #purchase-analysis .modal-border-top {
  border-top: 0px;
}
#register #receiver-history .card-body {
  max-height: 343px;
  overflow-y: auto;
}
#register #receiver-history table thead {
  position: sticky;
  top: 54px;
  z-index: 1;
}

#original-items #original-items-list #item-result table thead .col-name {
  width: 30%;
}
#original-items #original-items-list #item-result table thead .col-buttons {
  width: 12%;
}

#sales-edit .loading {
  position: absolute;
  z-index: 5;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.15s linear;
}
#sales-edit #guide-modal .modal-dialog {
  max-width: 700px;
  width: 80%;
}
#sales-edit #guide-modal .modal-dialog .modal-footer {
  height: 69px;
}
#sales-edit #guide-modal .img-barcode {
  width: 400px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
}
#sales-edit #guide-modal .carousel .carousel-item-body {
  padding: 0 15%;
  height: 350px;
}
#sales-edit #guide-modal .carousel .carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23000%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M5.25%200l-4%204%204%204%201.5-1.5-2.5-2.5%202.5-2.5-1.5-1.5z%22%2F%3E%3C%2Fsvg%3E);
}
#sales-edit #guide-modal .carousel .carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill=%22%23000%22%20viewBox=%220%200%208%208%22%3E%3Cpath%20d=%22M2.75%200l-1.5%201.5%202.5%202.5-2.5%202.5%201.5%201.5%204-4-4-4z%22%2F%3E%3C%2Fsvg%3E);
}
#sales-edit #guide-modal .carousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
}
#sales-edit #guide-modal .carousel .carousel-indicators .active {
  background-color: #000;
}

#sales-edit .button-area-bottom-box, #shopping-cart .button-area-bottom-box {
  position: relative;
  width: 100%;
  height: 48px;
}
#sales-edit .button-area-bottom-fix, #shopping-cart .button-area-bottom-fix {
  position: fixed;
  margin-left: -15px;
  width: calc(100% - 240px);
  bottom: 0px;
  z-index: 10;
  height: 64px;
  background-color: #fff;
}
#sales-edit .button-area-bottom-fix .body, #shopping-cart .button-area-bottom-fix .body {
  padding: 12px 15px;
}
#sales-edit .table-responsive .fa-commenting-o, #shopping-cart .table-responsive .fa-commenting-o {
  color: #007bff;
}

#sales-show .link-disabled {
  pointer-events: none;
}
#sales-show .coution-message {
  color: red;
}

#sales-simple-new .form-group label,
#sales-simple-edit .form-group label {
  font-weight: bold;
}
#sales-simple-new .form-group .form-check-label,
#sales-simple-edit .form-group .form-check-label {
  font-weight: normal;
}
#sales-simple-new .form-group .comment-label,
#sales-simple-edit .form-group .comment-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-weight: bold;
}
#sales-simple-new .form-group .flex-box,
#sales-simple-edit .form-group .flex-box {
  display: flex;
  justify-content: center;
  padding: 0px;
}
#sales-simple-new .form-group .flex-box button,
#sales-simple-edit .form-group .flex-box button {
  width: 33%;
  height: 80px;
  margin: 4px 6px;
  border: solid 2px #EFE9DD;
  border-radius: 4px;
  background-color: #F8F3EC;
  color: #5B3B1A;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#sales-simple-new .form-group .amounts,
#sales-simple-edit .form-group .amounts {
  display: flex;
}
#sales-simple-new .form-group .amounts table,
#sales-simple-edit .form-group .amounts table {
  margin-left: auto;
}
#sales-simple-new .form-group .amounts table tr td,
#sales-simple-edit .form-group .amounts table tr td {
  text-align: right;
  padding: 0px 10px;
}
#sales-simple-new .form-group .amounts table tr td span,
#sales-simple-edit .form-group .amounts table tr td span {
  font-size: 24px;
  font-weight: bold;
  margin-right: 4px;
}
#sales-simple-new .form-group .item-table .item-name-col,
#sales-simple-edit .form-group .item-table .item-name-col {
  display: flex;
}
#sales-simple-new .form-group .item-table .item-name-col .icon-color,
#sales-simple-edit .form-group .item-table .item-name-col .icon-color {
  color: #D8D8D8;
  font-size: 18px;
}
#sales-simple-new .card-bottom-buttons,
#sales-simple-edit .card-bottom-buttons {
  justify-content: flex-end;
}
#sales-simple-new .card-bottom-buttons div,
#sales-simple-edit .card-bottom-buttons div {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
#sales-simple-new #sales-search-buyer-modal .modal-title,
#sales-simple-edit #sales-search-buyer-modal .modal-title {
  font-size: 16px;
  font-weight: 300;
}
#sales-simple-new #sales-search-buyer-modal .header-contents,
#sales-simple-edit #sales-search-buyer-modal .header-contents {
  padding: 1rem 1rem 0.5rem 1rem;
}
#sales-simple-new #sales-search-buyer-modal .header-contents .sp-header,
#sales-simple-edit #sales-search-buyer-modal .header-contents .sp-header {
  display: none;
}
#sales-simple-new #sales-search-buyer-modal .modal-body,
#sales-simple-edit #sales-search-buyer-modal .modal-body {
  overflow-y: scroll;
}
#sales-simple-new #sales-search-buyer-modal .modal-body > div,
#sales-simple-edit #sales-search-buyer-modal .modal-body > div {
  max-height: calc(100vh - 190px);
}
#sales-simple-new #sales-search-buyer-modal .search-result-row,
#sales-simple-edit #sales-search-buyer-modal .search-result-row {
  width: 100%;
  font-size: 14px;
  border-top: solid 1px #D8D8D8;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background {
  margin: 4px 0px;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background .result-main,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background .result-main {
  padding: 8px 10px 8px 16px;
  display: flex;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background .result-main > div,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background .result-main > div {
  margin-right: 12px;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background .result-main > div:last-child,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background .result-main > div:last-child {
  margin-right: 0px;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background .result-main .name-col,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background .result-main .name-col {
  width: 100%;
  display: flex;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background .result-main .name-col span,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background .result-main .name-col span {
  margin: auto 0px;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background .result-main .button-col,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background .result-main .button-col {
  width: 65px;
  display: flex;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background .result-main .button-col span,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background .result-main .button-col span {
  margin: auto 0px;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background .result-main .select-button,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background .result-main .select-button {
  padding-right: 1rem;
  padding-left: 1rem;
}
#sales-simple-new #sales-search-buyer-modal .search-result-row:last-child,
#sales-simple-edit #sales-search-buyer-modal .search-result-row:last-child {
  border-bottom: solid 1px #D8D8D8;
}

/* PC版でサイドバーを狭めたとき */
@media (min-width: 768px) {
  #sidebar.min + #main #sales-edit .button-area-bottom-fix, #sidebar.min + #main #shopping-cart .button-area-bottom-fix {
    width: calc(100% - 50px);
  }
}
/* スマホ版 */
@media (max-width: 767px) {
  #sales-edit .button-area-bottom-fix, #shopping-cart .button-area-bottom-fix {
    width: 100%;
  }

  #sales-simple-new .form-group .flex-box,
#sales-simple-edit .form-group .flex-box {
    flex-wrap: wrap;
  }
  #sales-simple-new .form-group .flex-box button,
#sales-simple-edit .form-group .flex-box button {
    margin: 4px;
    height: 60px;
    width: 45%;
  }
  #sales-simple-new .form-group .flex-box button:first-child,
#sales-simple-edit .form-group .flex-box button:first-child {
    width: calc(90% + 8px);
  }
  #sales-simple-new #sales-search-buyer-modal .modal-dialog,
#sales-simple-edit #sales-search-buyer-modal .modal-dialog {
    max-width: 100%;
    height: calc(100% - 24px);
    background-color: #FFFFFF;
  }
  #sales-simple-new #sales-search-buyer-modal .modal-header,
#sales-simple-edit #sales-search-buyer-modal .modal-header {
    display: none;
  }
  #sales-simple-new #sales-search-buyer-modal .header-contents,
#sales-simple-edit #sales-search-buyer-modal .header-contents {
    padding: 0rem;
  }
  #sales-simple-new #sales-search-buyer-modal .header-contents .sp-header,
#sales-simple-edit #sales-search-buyer-modal .header-contents .sp-header {
    display: flex;
    padding: 16px;
    border-bottom: solid 1px #D8D8D8;
  }
  #sales-simple-new #sales-search-buyer-modal .header-contents .sp-header .sp-header-title,
#sales-simple-edit #sales-search-buyer-modal .header-contents .sp-header .sp-header-title {
    font-weight: 600;
    color: #5B3B1A;
  }
  #sales-simple-new #sales-search-buyer-modal .modal-body > div,
#sales-simple-edit #sales-search-buyer-modal .modal-body > div {
    max-height: calc(100vh - 130px);
    height: calc(100vh - 130px);
  }
  #sales-simple-new #sales-search-buyer-modal .search-result-row .search-result-background,
#sales-simple-edit #sales-search-buyer-modal .search-result-row .search-result-background {
    margin: 0px;
  }
}
@media (max-width: 991px) {
  #sales-edit #guide-modal .img-barcode {
    width: 80%;
  }
}
@media (max-width: 767px) {
  main.col #sales-edit .button-area-bottom-fix.left {
    left: 0px;
  }
}
@media (max-width: 575px) {
  #sales-edit #guide-modal .img-barcode {
    width: 100%;
  }
}
#salespersons-card .main-area .card-area .card {
  margin: auto;
  background-image: url(/assets/salespersons_card-620ccbdad36c077df02529861c9e40c8184e0fae4782920ad5cc242c8a99b4be.png);
  background-size: cover;
  height: 230px;
  width: 370px;
}
#salespersons-card .main-area .card-area .card-not-img {
  margin: auto;
}
#salespersons-card .main-area .card-area .card,
#salespersons-card .main-area .card-area .card-not-img {
  position: relative;
}
#salespersons-card .main-area .card-area .card > div,
#salespersons-card .main-area .card-area .card-not-img > div {
  position: absolute;
}
#salespersons-card .main-area .card-area .card .salespersons-info-area,
#salespersons-card .main-area .card-area .card-not-img .salespersons-info-area {
  font-size: 10px;
}
#salespersons-card .main-area .card-area .card .salespersons-name-area,
#salespersons-card .main-area .card-area .card-not-img .salespersons-name-area {
  top: 48px;
  left: 97px;
}
#salespersons-card .main-area .card-area .card .salespersons-registration-number-area,
#salespersons-card .main-area .card-area .card-not-img .salespersons-registration-number-area {
  top: 70px;
  left: 97px;
}
#salespersons-card .main-area .card-area .card .salespersons-business-person-name-area,
#salespersons-card .main-area .card-area .card-not-img .salespersons-business-person-name-area {
  top: 107px;
  left: 97px;
}
#salespersons-card .main-area .card-area .card .salespersons-date-last-printed-area,
#salespersons-card .main-area .card-area .card-not-img .salespersons-date-last-printed-area {
  top: 144px;
  left: 97px;
}
#salespersons-card .main-area .card-area .card .salespersons-date-limited-area,
#salespersons-card .main-area .card-area .card-not-img .salespersons-date-limited-area {
  top: 160px;
  left: 97px;
}
#salespersons-card .main-area .card-area .card .salespersons-date-limited-area .date-limit-over,
#salespersons-card .main-area .card-area .card-not-img .salespersons-date-limited-area .date-limit-over {
  color: red;
}
#salespersons-card .main-area .card-area .card .member-icon-area,
#salespersons-card .main-area .card-area .card-not-img .member-icon-area {
  top: 60px;
  right: 24px;
}
#salespersons-card .main-area .card-area .card .member-icon-area img,
#salespersons-card .main-area .card-area .card-not-img .member-icon-area img {
  height: 100px;
  width: 100px;
}
#salespersons-card .main-area .card-area .card .qr-modal-view-icon-area,
#salespersons-card .main-area .card-area .card-not-img .qr-modal-view-icon-area {
  bottom: -60px;
  right: 0px;
}
#salespersons-card .main-area .card-area .card .qr-modal-view-icon-area .qr-icon,
#salespersons-card .main-area .card-area .card-not-img .qr-modal-view-icon-area .qr-icon {
  cursor: pointer;
  padding: 8px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#salespersons-card #qr-and-org-tree-infos-modal .qr-area {
  display: flex;
}
#salespersons-card #qr-and-org-tree-infos-modal .qr-underline {
  width: 215px;
  height: 15px;
}
#salespersons-card #qr-and-org-tree-infos-modal .qr-underline div {
  height: 100%;
  border-radius: 10px;
}
#salespersons-card #qr-and-org-tree-infos-modal .qr-underline .line-blank {
  background-color: #ffffff;
}
#salespersons-card #qr-and-org-tree-infos-modal .qr-underline .line-purple {
  background-color: #a50050;
}
#salespersons-card #qr-and-org-tree-infos-modal .qr-underline .line-light-blue {
  background-color: #55dff1;
}
#salespersons-card #qr-and-org-tree-infos-modal .qr-underline .line-pink {
  background-color: #f86fe6;
}
#salespersons-card #qr-and-org-tree-infos-modal .qr-underline .line-orange {
  background-color: #f78400;
}
#salespersons-card #qr-and-org-tree-infos-modal .tree-info-area {
  margin-top: 20px;
  padding: 10px;
}
#salespersons-card #qr-and-org-tree-infos-modal .tree-info-area .header {
  margin-bottom: 5px;
  margin-left: 16px;
}
#salespersons-card #qr-and-org-tree-infos-modal .tree-info-area .tree-infos {
  width: 100%;
}
#salespersons-card #qr-and-org-tree-infos-modal .tree-info-area .tree-infos > div {
  display: flex;
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
#salespersons-card #qr-and-org-tree-infos-modal .tree-info-area .tree-infos > div .label-col {
  width: 120px;
  padding: 23px 0px 23px 16px;
  font-size: 14px;
  color: #555555;
}
#salespersons-card #qr-and-org-tree-infos-modal .tree-info-area .tree-infos > div .value-col {
  width: calc(100% - 120px);
  padding: 23px 16px 23px 0px;
  text-align: right;
}
#salespersons-card #qr-and-org-tree-infos-modal .tree-info-area .tree-infos > div:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#stamp-exchange-items-edit .minus-point {
  color: red;
}
#stamp-exchange-items-edit .result-table {
  min-height: 200px;
  max-height: calc(100vh - 450px);
  overflow-y: scroll;
}
#stamp-exchange-items-edit .exchange-row {
  min-width: 60px;
  width: 70px;
}

#web-kirei-sheet-form .row-3 {
  height: 5.25em;
  line-height: 1.5;
}

#web-recommend-form span.required:after {
  content: " ※ ";
  color: #dc3545;
}

#schedule-select .select-request-date input {
  width: 130px;
}

#skincare-result .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
#skincare-result .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
#skincare-result .flower-help {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 32px;
  color: #78B5EA;
  z-index: 2;
}
#skincare-result .graph-switch {
  background-color: #ececec;
}
#skincare-result .graph-switch .btn {
  font-size: 13px;
  padding: 1px 0;
  color: black;
  background-color: #ececec;
  border-color: #ececec;
}
#skincare-result .graph-switch .btn.active {
  background-color: white;
  border-color: white;
}
#skincare-result .graph-legend {
  font-size: 12px;
}
#skincare-result .graph-legend span {
  font-size: 1.2rem;
  vertical-align: -2px;
}
#skincare-result .stars-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
#skincare-result .stars-container table {
  border-collapse: collapse;
}
#skincare-result .stars-container table td {
  font-size: 14px;
  height: 36px;
  padding: 6px;
  border: 1px dotted #D5C1C8;
}
#skincare-result .stars-container table td.sunday {
  border-right: 2px solid #D5C1C8;
}
#skincare-result .stars-container table td.question {
  border-style: dotted none;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}
#skincare-result .stars-container table tr.days td {
  font-size: 11px;
  height: 47px;
  border-style: none none dotted;
  padding: 3px;
  text-align: center;
}
#skincare-result .stars-container table tr.days td span {
  display: inline-block;
  padding: 3px;
  text-align: center;
}
#skincare-result .stars-container table tr.days td.saturday {
  color: #78B5EA;
}
#skincare-result .stars-container table tr.days td.sunday {
  color: #F79890;
}
#skincare-result .stars-container table tr.days td.today span {
  background-color: #F280A4;
  color: white;
  border-radius: 3px;
}
#skincare-result .stars-container table tr.blank-above-comment td {
  height: 10px;
  padding: 0;
  border-style: dotted none;
}
#skincare-result .stars-container table tr.comment img {
  cursor: pointer;
}
#skincare-result .stars-container .questions-container {
  width: 100px;
  margin-right: 4px;
  overflow: hidden;
}
#skincare-result .stars-container .questions-container .month {
  height: 13px;
}
#skincare-result .stars-container .data-container-parent {
  width: calc(100% - 96px);
  overflow-x: auto;
  position: relative;
}
#skincare-result .stars-container .data-container-parent .data-container {
  display: flex;
}
#skincare-result .stars-container .data-container-parent .data-container .data-container-month {
  margin-left: 10px;
}
#skincare-result .stars-container .data-container-parent .data-container .month {
  font-size: 11px;
  height: 13px;
  display: flex;
}
#skincare-result .stars-container .data-container-parent .data-container .month-name {
  display: block;
  width: 30px;
}
#skincare-result .stars-container .data-container-parent .data-container .month-band {
  display: block;
  background-color: #ECECEC;
  height: 11px;
  margin-top: 2px;
  width: calc(100% - 30px);
}
#skincare-result .stars-container .data-container-parent .data-container table td {
  text-align: center;
}
#skincare-result .stars-container .data-container-parent .data-container table td span.blank {
  display: inline-block;
  width: 18px;
  height: 18px;
}

#customer-questionnaire-new, #skincare-questionnaire-show {
  padding: 16px 16px 24px 16px;
}
#customer-questionnaire-new h3, #customer-questionnaire-new .h3, #skincare-questionnaire-show h3, #skincare-questionnaire-show .h3 {
  color: #E5004A;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
#customer-questionnaire-new .btn-check-label.with-error, #skincare-questionnaire-show .btn-check-label.with-error {
  border-color: #E5004A;
}
#customer-questionnaire-new .input-text-shadow, #skincare-questionnaire-show .input-text-shadow {
  border: none;
  box-shadow: 0 0 5px 1px rgba(229, 0, 74, 0.2);
}
#customer-questionnaire-new .btn-skip, #skincare-questionnaire-show .btn-skip {
  border: none;
  background: none;
  color: #999999;
  font-size: small;
}
#customer-questionnaire-new .btn-red-big, #skincare-questionnaire-show .btn-red-big {
  border-color: #E5004A;
  background-color: #E5004A;
  color: white;
  padding: 0.75rem;
}
#customer-questionnaire-new .alert-danger, #skincare-questionnaire-show .alert-danger {
  background-color: white;
  border: solid 2px #E5004A;
  color: #E5004A;
  size: 14pt;
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBkPSJNMTAsM2E3LDcsMCwxLDAsNyw3QTcsNywwLDAsMCwxMCwzWm0uNywxMC41SDkuM1YxMi4xaDEuNFptMC0yLjhIOS4zVjYuNWgxLjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtMykiIGZpbGw9IiNlNTAwNGEiLz4KPC9zdmc+Cg==);
}
#customer-questionnaire-new .btn-check:checked + .btn-check-label, #skincare-questionnaire-show .btn-check:checked + .btn-check-label {
  border-color: #E5004A;
  background-color: #E5004A;
  color: white;
}
#customer-questionnaire-new .btn-outline-grey, #skincare-questionnaire-show .btn-outline-grey {
  color: #555555;
  background-color: white;
  border-color: #CCCCCC;
}
#customer-questionnaire-new label, #skincare-questionnaire-show label {
  margin-bottom: 8px;
}

#skincare-questionnaire-show input:disabled {
  background-color: white;
}

#web-concern-index #skincare-questionnaire-show label {
  cursor: default;
}

#subscription-plans-edit span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#subscription-plans-edit .input-group .input-area {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
#subscription-plans-edit .input-group .input-group-text {
  height: calc(1.5em + 0.75rem + 2px);
}
#subscription-plans-edit .daterange-start input {
  border-radius: 3px 0 0 3px;
}
#subscription-plans-edit .select-day-form {
  width: 80px;
}
#subscription-plans-edit .field_with_errors {
  width: auto;
}

#subscription-applies-edit span.required:after {
  content: " ※ ";
  color: #dc3545;
}

#subscription-applies-show .note-value p {
  margin-bottom: 0px;
}

#lecture-application-form span.required:after {
  content: " ※ ";
  color: #dc3545;
}
#lecture-application-form .button-area-bottom-box {
  position: relative;
  width: 100%;
  height: 80px;
}
#lecture-application-form .button-area-bottom-fix {
  position: fixed;
  margin-left: -15px;
  width: calc(100% - 240px);
  bottom: 0px;
  z-index: 10;
  height: 64px;
  background-color: #fff;
}
#lecture-application-form .button-area-bottom-fix .body {
  padding: 12px 15px;
}
#lecture-application-form small, #lecture-application-form .small {
  font-size: 80%;
}

#lecture-application-show .upload-button input[type=file] {
  opacity: 0;
  width: 46px;
  height: 31px;
}
#lecture-application-show .bg-warning {
  color: black;
}

#students-select .add-button-and-text-area,
#students-select-bulk .add-button-and-text-area {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
#students-select .add-button-and-text-area span,
#students-select-bulk .add-button-and-text-area span {
  padding: 7px 0 7px 0;
}
#students-select .add-button-and-text-area .position-left small, #students-select .add-button-and-text-area .position-left .small,
#students-select-bulk .add-button-and-text-area .position-left small,
#students-select-bulk .add-button-and-text-area .position-left .small {
  padding: 5px;
  margin: auto 0px;
}
#students-select .add-button-and-text-area .position-right,
#students-select-bulk .add-button-and-text-area .position-right {
  margin-left: auto;
}
#students-select #candidate-select-bulk-modal .candidate-search-result,
#students-select-bulk #candidate-select-bulk-modal .candidate-search-result {
  overflow-y: auto;
  min-height: 200px;
  max-height: calc(100vh - 530px);
}
#students-select .selected-student-table thead, #students-select .selected-student-table tbody,
#students-select .selected-student-table-show thead,
#students-select .selected-student-table-show tbody,
#students-select .selected-student-table-show-with-attendance thead,
#students-select .selected-student-table-show-with-attendance tbody,
#students-select-bulk .selected-student-table thead,
#students-select-bulk .selected-student-table tbody,
#students-select-bulk .selected-student-table-show thead,
#students-select-bulk .selected-student-table-show tbody,
#students-select-bulk .selected-student-table-show-with-attendance thead,
#students-select-bulk .selected-student-table-show-with-attendance tbody {
  display: block;
}
#students-select .selected-student-table tbody.item_scroll,
#students-select .selected-student-table-show tbody.item_scroll,
#students-select .selected-student-table-show-with-attendance tbody.item_scroll,
#students-select-bulk .selected-student-table tbody.item_scroll,
#students-select-bulk .selected-student-table-show tbody.item_scroll,
#students-select-bulk .selected-student-table-show-with-attendance tbody.item_scroll {
  height: 500px;
  overflow-y: auto;
}
#students-select .selected-student-table tr,
#students-select .selected-student-table-show tr,
#students-select .selected-student-table-show-with-attendance tr,
#students-select-bulk .selected-student-table tr,
#students-select-bulk .selected-student-table-show tr,
#students-select-bulk .selected-student-table-show-with-attendance tr {
  width: 100%;
  display: table;
  border-width: 0;
}
#students-select .selected-student-table tr td,
#students-select .selected-student-table-show tr td,
#students-select .selected-student-table-show-with-attendance tr td,
#students-select-bulk .selected-student-table tr td,
#students-select-bulk .selected-student-table-show tr td,
#students-select-bulk .selected-student-table-show-with-attendance tr td {
  border-left: none;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-right: 1px solid #e9ecef;
}
#students-select .selected-student-table tr .code-col,
#students-select .selected-student-table-show tr .code-col,
#students-select .selected-student-table-show-with-attendance tr .code-col,
#students-select-bulk .selected-student-table tr .code-col,
#students-select-bulk .selected-student-table-show tr .code-col,
#students-select-bulk .selected-student-table-show-with-attendance tr .code-col {
  word-break: break-all;
}
#students-select .selected-student-table .alert,
#students-select .selected-student-table-show .alert,
#students-select .selected-student-table-show-with-attendance .alert,
#students-select-bulk .selected-student-table .alert,
#students-select-bulk .selected-student-table-show .alert,
#students-select-bulk .selected-student-table-show-with-attendance .alert {
  position: initial !important;
}
#students-select .selected-student-table tr th:nth-child(1),
#students-select .selected-student-table tr td:nth-child(1),
#students-select-bulk .selected-student-table tr th:nth-child(1),
#students-select-bulk .selected-student-table tr td:nth-child(1) {
  width: 10%;
}
#students-select .selected-student-table tr th:nth-child(2),
#students-select .selected-student-table tr td:nth-child(2),
#students-select-bulk .selected-student-table tr th:nth-child(2),
#students-select-bulk .selected-student-table tr td:nth-child(2) {
  width: 15%;
}
#students-select .selected-student-table tr th:nth-child(3),
#students-select .selected-student-table tr td:nth-child(3),
#students-select-bulk .selected-student-table tr th:nth-child(3),
#students-select-bulk .selected-student-table tr td:nth-child(3) {
  width: 5%;
}
#students-select .selected-student-table tr th:nth-child(4),
#students-select .selected-student-table tr td:nth-child(4),
#students-select-bulk .selected-student-table tr th:nth-child(4),
#students-select-bulk .selected-student-table tr td:nth-child(4) {
  width: 20%;
}
#students-select .selected-student-table tr th:nth-child(5),
#students-select .selected-student-table tr td:nth-child(5),
#students-select-bulk .selected-student-table tr th:nth-child(5),
#students-select-bulk .selected-student-table tr td:nth-child(5) {
  width: 20%;
}
#students-select .selected-student-table tr th:nth-child(6),
#students-select .selected-student-table tr td:nth-child(6),
#students-select-bulk .selected-student-table tr th:nth-child(6),
#students-select-bulk .selected-student-table tr td:nth-child(6) {
  width: 10%;
}
#students-select .selected-student-table tr th:nth-child(7),
#students-select .selected-student-table tr td:nth-child(7),
#students-select-bulk .selected-student-table tr th:nth-child(7),
#students-select-bulk .selected-student-table tr td:nth-child(7) {
  width: 10%;
}
#students-select .selected-student-table tr th:nth-child(8),
#students-select .selected-student-table tr td:nth-child(8),
#students-select-bulk .selected-student-table tr th:nth-child(8),
#students-select-bulk .selected-student-table tr td:nth-child(8) {
  width: 10%;
  min-width: 100px;
}
#students-select .selected-student-table-show tr th:nth-child(1),
#students-select .selected-student-table-show tr td:nth-child(1),
#students-select-bulk .selected-student-table-show tr th:nth-child(1),
#students-select-bulk .selected-student-table-show tr td:nth-child(1) {
  width: 15%;
  min-width: 50px;
}
#students-select .selected-student-table-show tr th:nth-child(2),
#students-select .selected-student-table-show tr td:nth-child(2),
#students-select-bulk .selected-student-table-show tr th:nth-child(2),
#students-select-bulk .selected-student-table-show tr td:nth-child(2) {
  width: 15%;
  min-width: 50px;
}
#students-select .selected-student-table-show tr th:nth-child(3),
#students-select .selected-student-table-show tr td:nth-child(3),
#students-select-bulk .selected-student-table-show tr th:nth-child(3),
#students-select-bulk .selected-student-table-show tr td:nth-child(3) {
  width: 5%;
  min-width: 20px;
}
#students-select .selected-student-table-show tr th:nth-child(4),
#students-select .selected-student-table-show tr td:nth-child(4),
#students-select-bulk .selected-student-table-show tr th:nth-child(4),
#students-select-bulk .selected-student-table-show tr td:nth-child(4) {
  width: 20%;
  min-width: 50px;
}
#students-select .selected-student-table-show tr th:nth-child(5),
#students-select .selected-student-table-show tr td:nth-child(5),
#students-select-bulk .selected-student-table-show tr th:nth-child(5),
#students-select-bulk .selected-student-table-show tr td:nth-child(5) {
  width: 20%;
  min-width: 50px;
}
#students-select .selected-student-table-show tr th:nth-child(6),
#students-select .selected-student-table-show tr td:nth-child(6),
#students-select-bulk .selected-student-table-show tr th:nth-child(6),
#students-select-bulk .selected-student-table-show tr td:nth-child(6) {
  width: 15%;
  min-width: 50px;
}
#students-select .selected-student-table-show tr th:nth-child(7),
#students-select .selected-student-table-show tr td:nth-child(7),
#students-select-bulk .selected-student-table-show tr th:nth-child(7),
#students-select-bulk .selected-student-table-show tr td:nth-child(7) {
  width: 10%;
  min-width: 20px;
}
#students-select .selected-student-table-show-with-attendance tr th:nth-child(1),
#students-select .selected-student-table-show-with-attendance tr td:nth-child(1),
#students-select-bulk .selected-student-table-show-with-attendance tr th:nth-child(1),
#students-select-bulk .selected-student-table-show-with-attendance tr td:nth-child(1) {
  width: 5%;
  min-width: 25px;
}
#students-select .selected-student-table-show-with-attendance tr th:nth-child(2),
#students-select .selected-student-table-show-with-attendance tr td:nth-child(2),
#students-select-bulk .selected-student-table-show-with-attendance tr th:nth-child(2),
#students-select-bulk .selected-student-table-show-with-attendance tr td:nth-child(2) {
  width: 15%;
  min-width: 50px;
}
#students-select .selected-student-table-show-with-attendance tr th:nth-child(3),
#students-select .selected-student-table-show-with-attendance tr td:nth-child(3),
#students-select-bulk .selected-student-table-show-with-attendance tr th:nth-child(3),
#students-select-bulk .selected-student-table-show-with-attendance tr td:nth-child(3) {
  width: 15%;
  min-width: 50px;
}
#students-select .selected-student-table-show-with-attendance tr th:nth-child(4),
#students-select .selected-student-table-show-with-attendance tr td:nth-child(4),
#students-select-bulk .selected-student-table-show-with-attendance tr th:nth-child(4),
#students-select-bulk .selected-student-table-show-with-attendance tr td:nth-child(4) {
  width: 5%;
  min-width: 20px;
}
#students-select .selected-student-table-show-with-attendance tr th:nth-child(5),
#students-select .selected-student-table-show-with-attendance tr td:nth-child(5),
#students-select-bulk .selected-student-table-show-with-attendance tr th:nth-child(5),
#students-select-bulk .selected-student-table-show-with-attendance tr td:nth-child(5) {
  width: 15%;
  min-width: 50px;
}
#students-select .selected-student-table-show-with-attendance tr th:nth-child(6),
#students-select .selected-student-table-show-with-attendance tr td:nth-child(6),
#students-select-bulk .selected-student-table-show-with-attendance tr th:nth-child(6),
#students-select-bulk .selected-student-table-show-with-attendance tr td:nth-child(6) {
  width: 15%;
  min-width: 50px;
}
#students-select .selected-student-table-show-with-attendance tr th:nth-child(7),
#students-select .selected-student-table-show-with-attendance tr td:nth-child(7),
#students-select-bulk .selected-student-table-show-with-attendance tr th:nth-child(7),
#students-select-bulk .selected-student-table-show-with-attendance tr td:nth-child(7) {
  width: 15%;
  min-width: 50px;
}
#students-select .selected-student-table-show-with-attendance tr th:nth-child(8),
#students-select .selected-student-table-show-with-attendance tr td:nth-child(8),
#students-select-bulk .selected-student-table-show-with-attendance tr th:nth-child(8),
#students-select-bulk .selected-student-table-show-with-attendance tr td:nth-child(8) {
  width: 10%;
  min-width: 20px;
}
#students-select .selected-student-table-show-with-attendance tr th:nth-child(9),
#students-select .selected-student-table-show-with-attendance tr td:nth-child(9),
#students-select-bulk .selected-student-table-show-with-attendance tr th:nth-child(9),
#students-select-bulk .selected-student-table-show-with-attendance tr td:nth-child(9) {
  width: 5%;
  min-width: 20px;
}
#students-select #search-item-resizable,
#students-select #search-field-resizable,
#students-select-bulk #search-item-resizable,
#students-select-bulk #search-field-resizable {
  background-color: #82b4d5;
  height: 0.75rem;
  position: relative;
}
#students-select #search-item-resizable .btn,
#students-select #search-field-resizable .btn,
#students-select-bulk #search-item-resizable .btn,
#students-select-bulk #search-field-resizable .btn {
  position: absolute;
  background: #82b4d5;
  border-color: #82b4d5;
  color: #fff;
  top: -0.575rem;
  left: 50%;
  margin-left: -2rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  padding: 0 1.5rem;
}
#students-select #search-item-resizable .btn:hover,
#students-select #search-field-resizable .btn:hover,
#students-select-bulk #search-item-resizable .btn:hover,
#students-select-bulk #search-field-resizable .btn:hover {
  background-color: #fff;
  color: #82b4d5;
}
#students-select .overlay,
#students-select-bulk .overlay {
  width: 100%;
  height: 513px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
#students-select .overlay div,
#students-select-bulk .overlay div {
  margin-bottom: auto;
  margin-top: 50px;
}

@media (max-width: 767px) {
  #lecture-application-form .button-area-bottom-fix {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #sidebar.min + #main #lecture-application-form .button-area-bottom-fix {
    width: calc(100% - 50px);
  }
}
#caution-world-request-body p {
  margin-bottom: 0px;
}

#world-request-list .list-button-area small, #world-request-list .list-button-area .small {
  float: left;
  margin-right: 10px;
}
#world-request-list .select-area-right {
  margin: 0 0 0 auto;
}
#world-request-list .table-world-requests {
  min-width: 950px;
}
#world-request-list .table-world-requests .org-name-column {
  min-width: 150px;
}
#world-request-list .table-world-requests .rank-column {
  min-width: 45px;
}
#world-request-list .table-world-requests .participant-category-column {
  min-width: 60px;
}
#world-request-list .table-world-requests .awarding-column {
  min-width: 40px;
}
#world-request-list .table-world-requests .attendance-column {
  width: 110px;
  min-width: 110px;
}
#world-request-list .table-world-requests .note-column-edit {
  min-width: 200px;
  width: 200px;
}
#world-request-list #staff-select table label {
  margin-bottom: 0px;
}
#world-request-list #staff-select table .radio-input {
  vertical-align: middle;
}
#world-request-list #staff-select table .sex-column {
  min-width: 110px;
}
#world-request-list #staff-select table .birthday-column {
  min-width: 420px;
}

#event-menu .menu-area .logo-bg {
  width: 100%;
  border: 6px solid rgba(224, 177, 177, 0.6);
  border-radius: 8px;
  opacity: 1;
  background-image: url(/assets/world_requests/world_logo_bg-c656833fff772a2fc1677679831abe598db9eed1926d718c8f33774c06a507d3.png);
  background-repeat: repeat;
}
#event-menu .menu-area .menu-contents {
  height: 100%;
  width: 100%;
  display: flex;
}
#event-menu .menu-area .menu-contents > div {
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#event-menu .menu-area .menu-contents .title-area {
  height: 60px;
  display: flex;
}
#event-menu .menu-area .menu-contents .title-area span {
  margin: auto;
  font-weight: bold;
}
#event-menu .menu-area .menu-contents .link-and-text {
  width: 100%;
  margin-bottom: 5px;
}
#event-menu .menu-area .menu-contents .link-and-text .link-area {
  margin-bottom: 10px;
}
#event-menu .menu-area .menu-contents .link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 90%;
  line-height: 2.2;
  background: transparent linear-gradient(97deg, #F2A79E 0%, #D990BA 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: 600;
}
#event-menu .menu-area .menu-contents .link p {
  margin-bottom: 0px;
}
#event-menu .menu-area .menu-contents .link:hover {
  background: transparent linear-gradient(97deg, #D9968E 0%, #C381A6 100%) 0% 0% no-repeat padding-box;
}
#event-menu .menu-area-simple .logo-bg {
  width: 100%;
  border: 6px solid rgba(224, 177, 177, 0.6);
  border-radius: 8px;
  opacity: 1;
  background-image: url(/assets/world_requests/world_logo_bg-c656833fff772a2fc1677679831abe598db9eed1926d718c8f33774c06a507d3.png);
  background-repeat: repeat;
}
#event-menu .menu-area-simple .menu-contents {
  height: 100%;
  width: 100%;
  display: flex;
}
#event-menu .menu-area-simple .menu-contents > div {
  margin: auto 0px;
  width: 100%;
  text-align: center;
  display: flex;
}
#event-menu .menu-area-simple .menu-contents .title-area {
  width: 250px;
  height: 60px;
  margin: auto 24px;
  display: flex;
}
#event-menu .menu-area-simple .menu-contents .title-area span {
  margin: auto;
  font-weight: bold;
}
#event-menu .menu-area-simple .menu-contents .link-and-text {
  margin-right: 8px;
  display: flex;
  flex-wrap: wrap;
}
#event-menu .menu-area-simple .menu-contents .link-and-text .link-area {
  margin: 7px;
}
#event-menu .menu-area-simple .menu-contents .link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  min-width: 200px;
  line-height: 2.2;
  background: transparent linear-gradient(97deg, #F2A79E 0%, #D990BA 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  font-size: 16px;
  font-weight: 600;
}
#event-menu .menu-area-simple .menu-contents .link p {
  margin-bottom: 0px;
}
#event-menu .menu-area-simple .menu-contents .link:hover {
  background: transparent linear-gradient(97deg, #D9968E 0%, #C381A6 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 1070px) {
  #event-menu .menu-area-simple .menu-contents > div {
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  #event-menu .menu-area-simple .menu-contents .title-area {
    width: 100%;
  }
  #event-menu .menu-area-simple .menu-contents .link-and-text {
    width: 100%;
    min-width: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    display: block;
  }
  #event-menu .menu-area-simple .menu-contents .link-and-text .link-area {
    margin: 0px 0px 7px 0px;
  }
  #event-menu .menu-area-simple .menu-contents .link-and-text:last-child {
    margin-right: 0px;
  }
  #event-menu .menu-area-simple .menu-contents .link {
    width: 90%;
    min-width: 0px;
    line-height: 2.2;
    font-size: 14px;
  }
}
#home-rightbar .card-header {
  background: #82b4d5;
  color: #fff;
}
#home-rightbar .card-position {
  margin-bottom: 1rem;
}
#home-rightbar a.news-box {
  display: block;
  color: #111;
  text-decoration: none;
}
#home-rightbar a.news-box .card {
  box-shadow: none;
  border-color: #b5bcc7;
}
#home-rightbar a.news-box .card-important {
  border: 0.3rem solid #dd4476;
  border-radius: 0.3rem;
}
#home-rightbar a.news-box .card-body {
  padding: 0.75rem;
}
#home-rightbar a.news-box .card-body .title {
  padding: 0.5rem 0 0.25rem;
  border-bottom: 1px dotted #ccc;
  color: #5aa9e5;
}
#home-rightbar a.news-box .card-body .title.confirm {
  color: #5b9ad2;
}
#home-rightbar a.news-box .card-body .body {
  font-size: 0.75rem;
  color: #666;
}
#home-rightbar a.news-box .card-footer {
  position: relative;
  padding: 0.75rem;
  border-top: 0;
  background-color: rgba(0, 0, 30, 0.03);
}
#home-rightbar a.news-box .card-footer .date {
  padding-right: 30px;
  font-size: 0.8rem;
  color: #666;
}
#home-rightbar a.news-box .card-footer .author {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
#home-rightbar a.news-box .card-footer .author img {
  width: 30px;
  height: 30px;
}

#home {
  margin-top: 5.875rem;
}

#header.mt-countdown + #home {
  margin-top: 7.1rem;
}

#flash + #home {
  margin-top: 0;
}

#action-schedule .table-schedule td {
  border-top-width: 0px !important;
  border-bottom: 1px solid #dee2e6;
  padding: 0px 15px 10px 15px;
}
#action-schedule .table-schedule tr:not(:first-child) td {
  padding-top: 10px;
}
#action-schedule .schedule-target {
  font-size: 14px;
}

@media (max-width: 767px) {
  #action-schedule .schedule-target {
    font-size: 11px;
  }
}
#in-service-info a {
  cursor: pointer;
}
#in-service-info a .card-read {
  background-color: #C9C9C9;
}
#in-service-info a .card-body .title {
  color: #5aa9e5;
}
#in-service-info a .card-footer .date {
  font-size: 0.8rem;
  color: #666;
}
#in-service-info a:hover > .card {
  border-color: #82b4d5;
  background-color: #f5f5f5;
}
#in-service-info div[id^=in-service-news-modal-] .modal-header {
  background: #aacd6b;
}
#in-service-info div[id^=in-service-news-modal-] .modal-header .modal-header-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 8px;
}
#in-service-info div[id^=in-service-news-modal-] .modal-header .modal-header-line .title {
  color: #fff;
}
#in-service-info div[id^=in-service-news-modal-] .modal-header .modal-header-line .fa-star,
#in-service-info div[id^=in-service-news-modal-] .modal-header .modal-header-line .fa-star-o {
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
}
#in-service-info div[id^=in-service-news-modal-] .modal-body .title {
  padding: 0.5rem 0 0.25rem;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.5rem;
  color: #5aa9e5;
}
#in-service-info div[id^=in-service-news-modal-] .modal-footer {
  border-top: 0;
  background-color: rgba(0, 0, 30, 0.03);
}
#in-service-info div[id^=in-service-news-modal-] .modal-footer .date {
  font-size: 0.875rem;
  color: #666;
}
#in-service-info div[id^=in-service-news-modal-] .modal-footer .author img {
  width: 30px;
  height: 30px;
}

#millca-roadmap .btn-millca-roadmap-open {
  opacity: 1;
  text-align: right;
  margin-bottom: 20px;
}
#millca-roadmap .btn-millca-roadmap-open .millca-roadmap-open {
  border: 1px solid #6D757C;
  border-radius: 4px;
  color: #6D757C;
  background-color: #FFFFFF;
}
#millca-roadmap .roadmap {
  opacity: 1;
  padding-top: 11px;
  position: relative;
  margin-bottom: 20px;
}
#millca-roadmap .roadmap .roadmap-close-circle-btn {
  opacity: 1;
  position: absolute;
  top: -2px;
  right: -7px;
}
#millca-roadmap .roadmap .roadmap-close-circle-btn img {
  width: 28px;
  height: 28px;
}
#millca-roadmap .roadmap .millica-roadmap {
  background-color: #FFFFFF;
  border-radius: 8px;
}
#millca-roadmap .roadmap .millica-roadmap .video-area {
  background-color: rgba(207, 220, 229, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 36px;
}
#millca-roadmap .roadmap .millica-roadmap .video-area .business-title-area {
  margin: auto;
  max-width: 407px;
  text-align: center;
}
#millca-roadmap .roadmap .millica-roadmap .video-area .text-img-sp img {
  max-width: 290px;
  margin-bottom: 20px;
}
#millca-roadmap .roadmap .millica-roadmap .video-area .text-img img {
  max-width: 400px;
}
#millca-roadmap .roadmap .millica-roadmap .video-area .business-video-area {
  max-width: 330px;
  margin: auto;
  color: #607EA5;
  text-align: center;
}
#millca-roadmap .roadmap .millica-roadmap .process-title {
  background: #d2f0fa 0% 0% no-repeat padding-box;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  font-family: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/25px Hiragino Kaku Gothic Std;
}
#millca-roadmap .roadmap .millica-roadmap .process-title .process-step-num {
  color: #607EA5;
  font-size: 16px;
  padding: 0 10px;
}
#millca-roadmap .roadmap .millica-roadmap .process-title .title {
  font-weight: bold;
}
#millca-roadmap .roadmap .millica-roadmap .dis-flex {
  display: flex;
  flex-wrap: wrap;
}
#millca-roadmap .roadmap .millica-roadmap .steps {
  margin-top: 10px;
}
#millca-roadmap .roadmap .millica-roadmap .steps .step-group {
  margin: 13px 10px;
  padding: 24px 24px 0 24px;
  border-radius: 8px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(96, 126, 165, 0.2509803922);
}
#millca-roadmap .roadmap .millica-roadmap .steps .step-title-total {
  display: flex;
}
#millca-roadmap .roadmap .millica-roadmap .steps .step-title-total .step-num {
  color: #607EA5;
}
#millca-roadmap .roadmap .millica-roadmap .steps .step-title-total .step-title {
  text-align: left;
  font-weight: bold;
  height: 42px;
  font-family: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/24px Hiragino Kaku Gothic Std;
}
#millca-roadmap .roadmap .millica-roadmap .steps .menu-name {
  padding: 24px 10px;
  text-align: left;
}
#millca-roadmap .roadmap .millica-roadmap .steps .menu-name .roadmap-step-img {
  width: 100%;
}
#millca-roadmap .roadmap .millica-roadmap .steps .description {
  font-size: 14px;
  padding: 0 5px;
  height: 90px;
  font-family: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 14px/22px Hiragino Kaku Gothic Std;
}
#millca-roadmap .roadmap .millica-roadmap .steps .description .btn-size {
  width: 88px;
  height: 20px;
  font-size: 8px;
  padding: 1px !important;
}
#millca-roadmap .roadmap .millica-roadmap .steps .description .text-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  background: linear-gradient(0deg, #39ac99, #59cdc2);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#millca-roadmap .roadmap .millica-roadmap .steps .detail-link {
  text-align: right;
  padding: 20px 0;
  text-decoration: none;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 12px/22px Hiragino Kaku Gothic Std;
}
#millca-roadmap .roadmap .millica-roadmap .steps .detail-link a {
  color: #607EA5;
}
#millca-roadmap .roadmap .millca-roadmap-close-btn {
  opacity: 1;
  text-align: center;
}
#millca-roadmap .roadmap .millca-roadmap-close-btn button {
  height: 38px;
}
#millca-roadmap .roadmap .millca-roadmap-close-btn .millca-roadmap-close {
  background-color: #FFFFFF;
  border: 1px solid #6D757C;
  border-radius: 4px;
  color: #6D757C;
}
#millca-roadmap .pad-12 {
  padding: 12px;
}
#millca-roadmap .pad-24 {
  padding: 24px;
}
#millca-roadmap .pad-36 {
  padding: 36px;
}
#millca-roadmap .pad-42 {
  padding: 42px;
}
#millca-roadmap .mar-30-0 {
  margin: 30px 0;
}
#millca-roadmap .mar-bot-20 {
  margin-bottom: 20px;
}
#millca-roadmap .wi-278 {
  width: 278px;
}
#millca-roadmap .is-hidden {
  display: none;
}

#simple-home-menus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#simple-home-menus .menu-box {
  width: 108px;
  min-width: 108px;
  height: 128px;
  border-radius: 6px;
  margin: 8px 6px;
}
#simple-home-menus .menu-box .icon {
  display: flex;
  margin: 0px 8px;
}
#simple-home-menus .menu-box .icon img {
  margin: auto;
  height: 92px;
  width: 92px;
}
#simple-home-menus .menu-box .title {
  font-family: "ヒラギノ角ゴ Std, W6";
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  line-height: 15px;
  padding: 0px 8px 9px 8px;
}
#simple-home-menus .news-box {
  background-color: #78AEF9;
}
#simple-home-menus .order-box {
  background-color: #73D2EF;
}
#simple-home-menus .assessment-box {
  background-color: #BA90EA;
}
#simple-home-menus .customer-registration-box {
  background-color: #E090BB;
}
#simple-home-menus .sales-deposit-registration-box {
  background-color: #ADDD85;
}
#simple-home-menus .gold-request-box {
  background-color: #EFB173;
}
#simple-home-menus .customer-analysis-box {
  background-color: #66D9CC;
}
#simple-home-menus .action-history-box {
  background-color: #EAA29A;
}
#simple-home-menus .balance-status-box {
  background-color: #989FF0;
}
#simple-home-menus .qr-code-box {
  background-color: #DB6850;
}

#modal-this-month-word .this-month-word {
  color: #fda937;
}

#today-info a.news-box .card-body .category {
  text-align: center;
  font-size: 0.75rem;
  background: #666;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  color: #fff;
}
#today-info a.news-box .card-body .category.deadline {
  background: #db6e9f;
}
#today-info a.news-box .card-body .category.confirm {
  background: #5b9ad2;
}
#today-info a.news-box .card-body .title {
  color: #db6e9f;
}

#world-menu .menu-area .logo-bg {
  width: 100%;
  border: 6px solid rgba(224, 177, 177, 0.6);
  border-radius: 8px;
  opacity: 1;
  background-image: url(/assets/world_requests/world_logo_bg-c656833fff772a2fc1677679831abe598db9eed1926d718c8f33774c06a507d3.png);
  background-repeat: repeat;
}
#world-menu .menu-area .menu-contents {
  height: 100%;
  width: 100%;
  display: flex;
}
#world-menu .menu-area .menu-contents > div {
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#world-menu .menu-area .menu-contents .logo-img {
  margin-top: 16px;
  width: 210px;
  height: 114px;
}
#world-menu .menu-area .menu-contents .link-and-text {
  width: 100%;
  margin-bottom: 12px;
}
#world-menu .menu-area .menu-contents .message {
  margin-top: 2px;
}
#world-menu .menu-area .menu-contents .message span {
  font-size: 12px;
  font-weight: 300;
  color: #AC2164;
}
#world-menu .menu-area .menu-contents .message span p {
  margin: 0px;
}
#world-menu .menu-area .menu-contents .link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 80%;
  height: 38px;
  line-height: 2.2;
  background: transparent linear-gradient(97deg, #F2A79E 0%, #D990BA 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: 600;
}
#world-menu .menu-area .menu-contents .link:hover {
  background: transparent linear-gradient(97deg, #D9968E 0%, #C381A6 100%) 0% 0% no-repeat padding-box;
}
#world-menu .menu-area .menu-contents .link-disabled {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 80%;
  height: 38px;
  line-height: 2.2;
  background: #DECCCC 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: 600;
}
#world-menu .menu-area-simple .logo-bg {
  width: 100%;
  border: 6px solid rgba(224, 177, 177, 0.6);
  border-radius: 8px;
  opacity: 1;
  background-image: url(/assets/world_requests/world_logo_bg-c656833fff772a2fc1677679831abe598db9eed1926d718c8f33774c06a507d3.png);
  background-repeat: repeat;
}
#world-menu .menu-area-simple .menu-contents {
  height: 100%;
  width: 100%;
  display: flex;
}
#world-menu .menu-area-simple .menu-contents > div {
  margin: auto 0px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
#world-menu .menu-area-simple .menu-contents .logo-img-area {
  width: 296px;
  height: 138px;
  margin: auto 24px;
  display: flex;
}
#world-menu .menu-area-simple .menu-contents .logo-img {
  width: 222px;
  height: 114px;
  margin: auto;
}
#world-menu .menu-area-simple .menu-contents .link-and-text {
  width: calc((99% - 370px) / 2);
  min-width: 200px;
  margin-right: 8px;
  display: flex;
}
#world-menu .menu-area-simple .menu-contents .link-and-text > div {
  margin: 20px auto auto auto;
  width: 100%;
}
#world-menu .menu-area-simple .menu-contents .link-and-text:last-child {
  margin-right: 24px;
}
#world-menu .menu-area-simple .menu-contents .message {
  margin-top: 8px;
}
#world-menu .menu-area-simple .menu-contents .message span {
  font-size: 12px;
  font-weight: 300;
  color: #AC2164;
}
#world-menu .menu-area-simple .menu-contents .message span p {
  margin: 0px;
}
#world-menu .menu-area-simple .menu-contents .link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  min-width: 200px;
  height: 55px;
  line-height: 3;
  background: transparent linear-gradient(97deg, #F2A79E 0%, #D990BA 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  font-size: 16px;
  font-weight: 600;
}
#world-menu .menu-area-simple .menu-contents .link:hover {
  background: transparent linear-gradient(97deg, #D9968E 0%, #C381A6 100%) 0% 0% no-repeat padding-box;
}
#world-menu .menu-area-simple .menu-contents .link-disabled {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  min-width: 200px;
  height: 55px;
  line-height: 3;
  background: #DECCCC 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1070px) {
  #world-menu .menu-area-simple .menu-contents > div {
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  #world-menu .menu-area-simple .menu-contents .logo-img-area {
    margin-top: 16px;
    width: 210px;
    height: 114px;
  }
  #world-menu .menu-area-simple .menu-contents .logo-img {
    width: 210px;
    height: 114px;
  }
  #world-menu .menu-area-simple .menu-contents .link-and-text {
    width: 100%;
    min-width: 0px;
    margin-bottom: 12px;
    margin-right: 0px;
  }
  #world-menu .menu-area-simple .menu-contents .link-and-text > div {
    margin: auto;
  }
  #world-menu .menu-area-simple .menu-contents .link-and-text:last-child {
    margin-right: 0px;
  }
  #world-menu .menu-area-simple .menu-contents .message {
    margin-top: 2px;
  }
  #world-menu .menu-area-simple .menu-contents .link,
#world-menu .menu-area-simple .menu-contents .link-disabled {
    width: 80%;
    min-width: 0px;
    height: 38px;
    line-height: 2.2;
    font-size: 14px;
  }
}
#news-task-list-page > .row {
  display: block;
  padding-top: 1px;
}

#new-news .new-news-block .new-news-message-block {
  margin-right: 130px;
  box-shadow: 0 0 1rem rgba(42, 67, 84, 0.1);
}
#new-news .new-news-block .new-news-message-block .new-news-message {
  background-color: #fff;
  color: #7c8ba9;
  width: 100%;
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
}
#new-news .new-news-block .new-news-message-block .new-news-message a.news-title {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}
#new-news .new-news-block .new-news-message-block .new-news-message a.news-title p {
  width: 90%;
  margin-bottom: 0.75rem;
}
#new-news .new-news-block .new-news-message-block .new-news-message .new-news-close {
  color: #7c8ba9;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 155px;
  font-size: 1.5rem;
}
#new-news .new-news-block .new-news-message-block .new-news-message:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 25px;
  right: 122px;
  bottom: 3px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 30px;
  transform: rotate(20deg);
}
#new-news .new-news-block img {
  position: absolute;
  right: 0;
  top: 0;
}

.newHidden {
  max-height: 0;
  overflow-y: hidden;
}

@media screen and (max-width: 574px) {
  #new-news .new-news-block {
    min-height: 120px;
  }
  #new-news .mocoawa2 {
    display: none;
  }
}
@media screen and (min-width: 575px) {
  #new-news .mocoawa {
    display: none;
  }
  #new-news .new-news-block {
    min-height: 200px;
  }
}
#news > .card > .card-header {
  background-color: #82b4d5;
  color: #fff;
}
#news > .card > .card-header .today {
  font-size: 0.875rem;
  margin-top: 0.2rem;
}
#news .news-box {
  cursor: pointer;
}
#news .news-box .card-body .category {
  text-align: center;
  font-size: 0.75rem;
  background: #ccc;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  color: #fff;
}
#news .news-box .card-body .category.sales-company {
  background: #aacd6b;
}
#news .news-box .card-body .category.shortage {
  background: #f28b8b;
}
#news .news-box .card-body .category.arsoa-news {
  background: #72baca;
}
#news .news-box .card-body .category.system {
  background: #edce7c;
}
#news .news-box .card-body .category.lecture {
  background: #5d7fe0;
}
#news .news-box .card-body .category.other {
  background: #97b2bc;
}
#news .news-box .card-body .category.deadline {
  background: #db6e9f;
}
#news .news-box .card-body .category.confirm {
  background: #5b9ad2;
}
#news a.news-box {
  display: block;
  text-decoration: none;
}
#news a.news-box .card {
  box-shadow: none;
  border-color: #b5bcc7;
}
#news a.news-box .card-read {
  background-color: #C9C9C9;
}
#news a.news-box .card-important {
  border: 0.3rem solid #dd4476;
  border-radius: 0.3rem;
}
#news a.news-box .card-header {
  background-color: #82b4d5;
  color: #fff;
}
#news a.news-box .card-body {
  padding: 0.75rem;
}
#news a.news-box .card-body .title {
  padding: 0.5rem 0 0.25rem;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.5rem;
  color: #5aa9e5;
}
#news a.news-box .card-body .body {
  font-size: 0.875rem;
}
#news a.news-box .card-footer {
  position: relative;
  padding: 0.75rem;
  border-top: 0;
  background-color: rgba(0, 0, 30, 0.03);
}
#news a.news-box .card-footer .date {
  padding-right: 30px;
  font-size: 0.875rem;
  color: #666;
}
#news a.news-box .card-footer .author {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
#news a.news-box .card-footer .author img {
  width: 30px;
  height: 30px;
}
#news a.news-box:hover > .card {
  border-color: #82b4d5;
  background-color: #f5f5f5;
}
#news .sort-btn-area .btn {
  border-radius: 1rem;
  font-size: 0.8125rem;
}
#news .sort-btn-area .btn.sales-company {
  background: #aacd6b;
  border-color: #aacd6b;
}
#news .sort-btn-area .btn.sales-company .badge {
  color: #aacd6b;
}
#news .sort-btn-area .btn.shortage {
  background: #f28b8b;
  border-color: #f28b8b;
}
#news .sort-btn-area .btn.shortage .badge {
  color: #f28b8b;
}
#news .sort-btn-area .btn.arsoa-news {
  background: #72baca;
  border-color: #72baca;
}
#news .sort-btn-area .btn.arsoa-news .badge {
  color: #72baca;
}
#news .sort-btn-area .btn.system {
  background: #edce7c;
  border-color: #edce7c;
}
#news .sort-btn-area .btn.system .badge {
  color: #edce7c;
}
#news .sort-btn-area .btn.lecture {
  background: #5d7fe0;
  border-color: #5d7fe0;
}
#news .sort-btn-area .btn.lecture .badge {
  color: #5d7fe0;
}
#news .sort-btn-area .btn.other {
  background: #97b2bc;
  border-color: #97b2bc;
}
#news .sort-btn-area .btn.other .badge {
  color: #97b2bc;
}
#news .sort-btn-area .btn.read {
  background: #ccb0ff;
  border-color: #ccb0ff;
}
#news .sort-btn-area .btn.read .badge {
  color: #ccb0ff;
}
#news .sort-btn-area .btn.read .already-read-check {
  padding-left: 4px;
}

div[id^=news-modal-] .category {
  color: #fff;
}
div[id^=news-modal-] .category.sales-company {
  background: #aacd6b;
}
div[id^=news-modal-] .category.shortage {
  background: #f28b8b;
}
div[id^=news-modal-] .category.arsoa-news {
  background: #72baca;
}
div[id^=news-modal-] .category.system {
  background: #edce7c;
}
div[id^=news-modal-] .category.lecture {
  background: #5d7fe0;
}
div[id^=news-modal-] .category.other {
  background: #97b2bc;
}
div[id^=news-modal-] .category.deadline {
  background: #db6e9f;
}
div[id^=news-modal-] .category.confirm {
  background: #5b9ad2;
}
div[id^=news-modal-] .modal-header .modal-header-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 8px;
}
div[id^=news-modal-] .modal-header .modal-header-line a {
  cursor: pointer;
}
div[id^=news-modal-] .modal-header .modal-header-line .fa-star,
div[id^=news-modal-] .modal-header .modal-header-line .fa-star-o {
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
}
div[id^=news-modal-] .modal-body .title {
  padding: 0.5rem 0 0.25rem;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.5rem;
  color: #5aa9e5;
}
div[id^=news-modal-] .modal-footer {
  border-top: 0;
  background-color: rgba(0, 0, 30, 0.03);
}
div[id^=news-modal-] .modal-footer .date {
  font-size: 0.875rem;
  color: #666;
}
div[id^=news-modal-] .modal-footer .author img {
  width: 30px;
  height: 30px;
}
div[id^=news-modal-] .files-header {
  margin-left: 5px;
  font-weight: bold;
}
div[id^=news-modal-] .file-list {
  list-style: none;
  padding-left: 20px;
}

@media (max-width: 575px) {
  #news a.news-box:nth-child(2) {
    margin-top: 1rem;
  }
}
#news-task-list-page #news > .card > .card-header {
  background-color: #82b4d5;
  color: #fff;
}
#news-task-list-page #news > .card > .card-header .today {
  font-size: 0.875rem;
  margin-top: 0.2rem;
}
#news-task-list-page #news .news-box {
  cursor: pointer;
}
#news-task-list-page #news .news-box .card-body .category {
  text-align: center;
  font-size: 0.75rem;
  background: #ccc;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  color: #fff;
}
#news-task-list-page #news .news-box .card-body .category.sales-company {
  background: #aacd6b;
}
#news-task-list-page #news .news-box .card-body .category.shortage {
  background: #f28b8b;
}
#news-task-list-page #news .news-box .card-body .category.arsoa-news {
  background: #72baca;
}
#news-task-list-page #news .news-box .card-body .category.system {
  background: #edce7c;
}
#news-task-list-page #news .news-box .card-body .category.lecture {
  background: #5d7fe0;
}
#news-task-list-page #news .news-box .card-body .category.other {
  background: #97b2bc;
}
#news-task-list-page #news .news-box .card-body .category.deadline {
  background: #db6e9f;
}
#news-task-list-page #news .news-box .card-body .category.confirm {
  background: #5b9ad2;
}
#news-task-list-page #news a.news-box {
  display: block;
  text-decoration: none;
}
#news-task-list-page #news a.news-box .card {
  box-shadow: none;
  border-color: #b5bcc7;
}
#news-task-list-page #news a.news-box .card-read {
  background-color: #C9C9C9;
}
#news-task-list-page #news a.news-box .card-important {
  border: 0.3rem solid #dd4476;
  border-radius: 0.3rem;
}
#news-task-list-page #news a.news-box .card-header {
  background-color: #82b4d5;
  color: #fff;
}
#news-task-list-page #news a.news-box .card-body {
  padding: 0.75rem;
}
#news-task-list-page #news a.news-box .card-body .title {
  padding: 0.5rem 0 0.25rem;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.5rem;
  color: #5aa9e5;
}
#news-task-list-page #news a.news-box .card-body .body {
  font-size: 0.875rem;
}
#news-task-list-page #news a.news-box .card-footer {
  position: relative;
  padding: 0.75rem;
  border-top: 0;
  background-color: rgba(0, 0, 30, 0.03);
}
#news-task-list-page #news a.news-box .card-footer .date {
  padding-right: 30px;
  font-size: 0.875rem;
  color: #666;
}
#news-task-list-page #news a.news-box .card-footer .author {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
#news-task-list-page #news a.news-box .card-footer .author img {
  width: 30px;
  height: 30px;
}
#news-task-list-page #news a.news-box:hover > .card {
  border-color: #82b4d5;
  background-color: #f5f5f5;
}
#news-task-list-page #news .sort-btn-area .btn {
  border-radius: 1rem;
  font-size: 0.8125rem;
}
#news-task-list-page #news .sort-btn-area .btn.sales-company {
  background: #aacd6b;
  border-color: #aacd6b;
}
#news-task-list-page #news .sort-btn-area .btn.sales-company .badge {
  color: #aacd6b;
}
#news-task-list-page #news .sort-btn-area .btn.shortage {
  background: #f28b8b;
  border-color: #f28b8b;
}
#news-task-list-page #news .sort-btn-area .btn.shortage .badge {
  color: #f28b8b;
}
#news-task-list-page #news .sort-btn-area .btn.arsoa-news {
  background: #72baca;
  border-color: #72baca;
}
#news-task-list-page #news .sort-btn-area .btn.arsoa-news .badge {
  color: #72baca;
}
#news-task-list-page #news .sort-btn-area .btn.system {
  background: #edce7c;
  border-color: #edce7c;
}
#news-task-list-page #news .sort-btn-area .btn.system .badge {
  color: #edce7c;
}
#news-task-list-page #news .sort-btn-area .btn.lecture {
  background: #5d7fe0;
  border-color: #5d7fe0;
}
#news-task-list-page #news .sort-btn-area .btn.lecture .badge {
  color: #5d7fe0;
}
#news-task-list-page #news .sort-btn-area .btn.other {
  background: #97b2bc;
  border-color: #97b2bc;
}
#news-task-list-page #news .sort-btn-area .btn.other .badge {
  color: #97b2bc;
}
#news-task-list-page #news .sort-btn-area .btn.read {
  background: #ccb0ff;
  border-color: #ccb0ff;
}
#news-task-list-page #news .sort-btn-area .btn.read .badge {
  color: #ccb0ff;
}
#news-task-list-page #news .sort-btn-area .btn.read .already-read-check {
  padding-left: 4px;
}
#news-task-list-page div[id^=news-modal-] .category {
  color: #fff;
}
#news-task-list-page div[id^=news-modal-] .category.sales-company {
  background: #aacd6b;
}
#news-task-list-page div[id^=news-modal-] .category.shortage {
  background: #f28b8b;
}
#news-task-list-page div[id^=news-modal-] .category.arsoa-news {
  background: #72baca;
}
#news-task-list-page div[id^=news-modal-] .category.system {
  background: #edce7c;
}
#news-task-list-page div[id^=news-modal-] .category.lecture {
  background: #5d7fe0;
}
#news-task-list-page div[id^=news-modal-] .category.other {
  background: #97b2bc;
}
#news-task-list-page div[id^=news-modal-] .category.deadline {
  background: #db6e9f;
}
#news-task-list-page div[id^=news-modal-] .category.confirm {
  background: #5b9ad2;
}
#news-task-list-page div[id^=news-modal-] .modal-body .title {
  padding: 0.5rem 0 0.25rem;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.5rem;
  color: #5aa9e5;
}
#news-task-list-page div[id^=news-modal-] .modal-footer {
  border-top: 0;
  background-color: rgba(0, 0, 30, 0.03);
}
#news-task-list-page div[id^=news-modal-] .modal-footer .date {
  font-size: 0.875rem;
  color: #666;
}
#news-task-list-page div[id^=news-modal-] .modal-footer .author img {
  width: 30px;
  height: 30px;
}

@media (max-width: 575px) {
  #news-task-list-page #news a.news-box:nth-child(2) {
    margin-top: 1rem;
  }
}
#news-task-list-page #today-info > .card > .card-header {
  background-color: #82b4d5;
  color: #fff;
}
#news-task-list-page #today-info a.news-box {
  display: block;
  color: #111;
  text-decoration: none;
}
#news-task-list-page #today-info a.news-box .card {
  box-shadow: none;
  border-color: #b5bcc7;
}
#news-task-list-page #today-info a.news-box .card-body {
  padding: 0.75rem;
}
#news-task-list-page #today-info a.news-box .card-body .category {
  text-align: center;
  font-size: 0.75rem;
  background: #666;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  color: #fff;
}
#news-task-list-page #today-info a.news-box .card-body .category.deadline {
  background: #db6e9f;
}
#news-task-list-page #today-info a.news-box .card-body .category.confirm {
  background: #5b9ad2;
}
#news-task-list-page #today-info a.news-box .card-body .title {
  padding: 0.5rem 0 0.25rem;
  border-bottom: 1px dotted #ccc;
  color: #5aa9e5;
}
#news-task-list-page #today-info a.news-box .card-body .title.confirm {
  color: #5b9ad2;
}
#news-task-list-page #today-info a.news-box .card-body .body {
  font-size: 0.75rem;
  color: #666;
}
#news-task-list-page #today-info a.news-box .card-footer {
  position: relative;
  padding: 0.75rem;
  border-top: 0;
  background-color: rgba(0, 0, 30, 0.03);
}
#news-task-list-page #today-info a.news-box .card-footer .date {
  padding-right: 30px;
  font-size: 0.8rem;
  color: #666;
}
#news-task-list-page #today-info a.news-box .card-footer .author {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
#news-task-list-page #today-info a.news-box .card-footer .author img {
  width: 30px;
  height: 30px;
}

#user-info .fixed-lg-width {
  width: 180px;
}
#user-info .fixed-width {
  width: 163px;
}
#user-info .absolute-help-page {
  position: absolute;
  display: block;
  top: 0;
  right: 4px;
}

@media (max-width: 500px) {
  #user-info ul {
    display: flex;
    justify-content: space-between;
  }
  #user-info .fixed-width {
    width: 140px;
  }
  #user-info .fixed-lg-width {
    width: 155px;
  }
}
@media (max-width: 420px) {
  #user-info li:nth-child(even) {
    flex-basis: 150px;
  }
  #user-info .fixed-width {
    width: 140px;
  }
  #user-info .fixed-lg-width {
    width: 154px;
  }
}
@media (max-width: 320px) {
  #user-info li:nth-child(even) {
    flex-basis: 120px !important;
  }
  #user-info .fixed-width {
    width: 132px;
  }
  #user-info .fixed-lg-width {
    width: 146px;
  }
  #user-info .help-icon {
    height: 38px;
    width: 38px;
  }
  #user-info .nav-link {
    padding: 0.5rem 0.2rem;
  }
}
body.campaign-form {
  background-color: #fff;
  min-height: 100vh;
}

.campaign-form-logo {
  padding: 0.5rem;
  margin-bottom: 20px;
}

.campaign-form-body {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 60rem;
  margin: 20px auto 0 auto;
  flex: 1;
}
.campaign-form-body .card {
  margin-bottom: 2em;
  padding: 0 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.75rem rgba(42, 67, 84, 0.1);
}
.campaign-form-body .campaign-form-cover {
  margin-bottom: 20px;
}
.campaign-form-body .campaign-form-cover img {
  display: block;
  margin: auto;
}
.campaign-form-body .campaign-form-description {
  white-space: pre-line;
}
.campaign-form-body label {
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.25rem;
}
.campaign-form-body label.form-check-label {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}
.campaign-form-body .form-inline .form-control, .campaign-form-body .form-inline .form-control-plaintext {
  width: auto;
}
.campaign-form-body .campaign-form-zip-code .form-control {
  max-width: 120px;
}
.campaign-form-body .campaign-form-phone-number .form-control {
  max-width: 120px;
}
.campaign-form-body .statement {
  height: 300px;
  overflow-y: auto;
}
.campaign-form-body .statement p {
  white-space: pre-line;
}
.campaign-form-body .campaign-form-apply .btn {
  min-width: 30%;
  padding-left: 64px;
  padding-right: 64px;
}
.campaign-form-body .field_with_errors ~ .form-check, .campaign-form-body .field_with_errors ~ .form-check-inline-group, .campaign-form-body .field_with_errors label, .campaign-form-body .field_with_errors + .statement + * {
  color: #dc3545;
}
.campaign-form-body .thanks .card {
  text-align: center;
  max-width: 32rem;
  margin: 2rem auto 0;
  padding: 2rem 1rem;
  border-color: #faffff;
  color: #71819e;
}
.campaign-form-body .thanks .card h1, .campaign-form-body .thanks .card .h1 {
  font-weight: 400;
  font-size: 1.675rem;
}
.campaign-form-body .thanks .card .text {
  margin-top: 1rem;
  margin-bottom: 0;
}
.campaign-form-body .thanks .card .text.thank-text {
  white-space: pre-line;
}
.campaign-form-body .thanks .card .text a {
  color: #71819e;
}

#main .campaign-form-body.campaign-form-preview {
  margin: 0 auto;
  padding: 0;
  max-width: none;
}
#main .campaign-form-body.campaign-form-preview .campaign-form-cover {
  margin-top: 20px;
}
#main .campaign-form-body.campaign-form-preview .card {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}
#main .campaign-form-body.campaign-form-preview .card p {
  white-space: pre-line;
}
#main .campaign-form-body.campaign-form-preview .message-header {
  background: #82b4d5;
  color: #fff;
}

.campaign-form-footer {
  padding: 35px 0 30px;
  background: #313131;
  text-align: center;
}
.campaign-form-footer .fnav {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 60rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.campaign-form-footer .fnav li {
  width: 33%;
  padding: 0 10px 12px;
  box-sizing: border-box;
  list-style: none;
}
.campaign-form-footer .fnav li a {
  display: block;
  color: #777;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #626262;
  padding: 10px 0 5px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 999px) {
  .campaign-form-footer .fnav li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .campaign-form-footer .fnav li {
    width: 100%;
    padding-bottom: 0;
  }
  .campaign-form-footer .fnav li a {
    font-size: 13px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .campaign-form-footer {
    padding: 15px 0;
  }
}

.edit_campaign_form .field_with_errors label, .new_campaign_form .field_with_errors label, .campaign-form-body .field_with_errors label {
  color: #dc3545;
}
.edit_campaign_form .required:after, .new_campaign_form .required:after, .campaign-form-body .required:after {
  content: " ※ ";
  color: #dc3545;
}

.pre-line-text {
  white-space: pre-line;
}

.form-text-red {
  color: #dc3545;
}

#customer-questionnaire-new, #skincare-questionnaire-show {
  padding: 16px 16px 24px 16px;
}
#customer-questionnaire-new h3, #customer-questionnaire-new .h3, #skincare-questionnaire-show h3, #skincare-questionnaire-show .h3 {
  color: #E5004A;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
#customer-questionnaire-new .btn-check-label.with-error, #skincare-questionnaire-show .btn-check-label.with-error {
  border-color: #E5004A;
}
#customer-questionnaire-new .input-text-shadow, #skincare-questionnaire-show .input-text-shadow {
  border: none;
  box-shadow: 0 0 5px 1px rgba(229, 0, 74, 0.2);
}
#customer-questionnaire-new .btn-skip, #skincare-questionnaire-show .btn-skip {
  border: none;
  background: none;
  color: #999999;
  font-size: small;
}
#customer-questionnaire-new .btn-red-big, #skincare-questionnaire-show .btn-red-big {
  border-color: #E5004A;
  background-color: #E5004A;
  color: white;
  padding: 0.75rem;
}
#customer-questionnaire-new .alert-danger, #skincare-questionnaire-show .alert-danger {
  background-color: white;
  border: solid 2px #E5004A;
  color: #E5004A;
  size: 14pt;
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBkPSJNMTAsM2E3LDcsMCwxLDAsNyw3QTcsNywwLDAsMCwxMCwzWm0uNywxMC41SDkuM1YxMi4xaDEuNFptMC0yLjhIOS4zVjYuNWgxLjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtMykiIGZpbGw9IiNlNTAwNGEiLz4KPC9zdmc+Cg==);
}
#customer-questionnaire-new .btn-check:checked + .btn-check-label, #skincare-questionnaire-show .btn-check:checked + .btn-check-label {
  border-color: #E5004A;
  background-color: #E5004A;
  color: white;
}
#customer-questionnaire-new .btn-outline-grey, #skincare-questionnaire-show .btn-outline-grey {
  color: #555555;
  background-color: white;
  border-color: #CCCCCC;
}
#customer-questionnaire-new label, #skincare-questionnaire-show label {
  margin-bottom: 8px;
}

#skincare-questionnaire-show input:disabled {
  background-color: white;
}

#web-concern-index #skincare-questionnaire-show label {
  cursor: default;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.nav-link:hover, a.btn:hover {
  text-decoration: none;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:disabled {
  color: white;
}

.btn-block {
  display: block;
  width: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col {
  padding-right: 5px;
  padding-left: 5px;
}

.form-row > .col-sm-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control {
  height: auto;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (min-width: 576px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
input[type=number] {
  appearance: auto;
}

select.form-control {
  appearance: auto;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

small.form-text, .form-text.small {
  font-size: 80%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.table th, .table td {
  padding: 0.75rem;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.card-header {
  padding: 0.75rem 1.25rem;
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.dropdown-item {
  padding: 0.25rem 1.5rem;
}

.list-group-item {
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
}

.list-group-item + .list-group-item {
  border-top-width: 1px;
}

.alert {
  padding: 0.75rem 1.25rem;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.table th, .table td {
  border-top: 1px solid #dee2e6;
}

.table > :not(:first-child) {
  border-top: none;
}

.table-sm th, .table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered > :not(caption) > * {
  border-width: 0;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

/* custom-select */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.float-left {
  float: left !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.mr-1, .mx-2 {
  margin-right: 0.25rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.pr-1, .px-2 {
  padding-right: 0.25rem !important;
}

.pl-2, .pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }

  .text-md-left {
    text-align: left !important;
  }
}
#payments-index #bill-tab:hover #search_bill {
  text-decoration: none !important;
  color: white !important;
}

#payments-index #bill-tab:has(:not(.help-page-link)),
#payments-bills #bill-tab:has(:not(.help-page-link)) {
  padding: 6px 0px;
}
#payments-index #bill-tab:has(:not(.help-page-link)) #search_bill,
#payments-bills #bill-tab:has(:not(.help-page-link)) #search_bill {
  padding: 8px 12px;
}
#payments-index #bill-tab:has(.help-page-link),
#payments-bills #bill-tab:has(.help-page-link) {
  padding: 0 6px 0 0;
}
#payments-index #bill-tab:has(.help-page-link) #search_bill,
#payments-bills #bill-tab:has(.help-page-link) #search_bill {
  padding: 10px 8px;
}

#web-picture-carousel {
  display: block !important;
}
#web-picture-carousel .carousel {
  display: block !important;
}
#web-picture-carousel .carousel-indicators {
  position: absolute !important;
  display: inline-block;
  text-align: center;
  margin: 0px;
  margin-bottom: 8px;
  overflow: hidden;
}
#web-picture-carousel .carousel-indicators > button {
  border-radius: 100%;
  width: 8px !important;
  height: 8px !important;
  background-color: gray !important;
  display: inline-block;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  border: 0;
  transition: opacity 0.6s ease;
  opacity: 0.5;
}
#web-picture-carousel .carousel-indicators > button:active, #web-picture-carousel .carousel-indicators > button:focus {
  outline: none !important;
}
#web-picture-carousel .carousel-indicators .active {
  opacity: 1 !important;
}

.card-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  min-width: 80px;
  min-height: 80px;
}

.carousel-sm {
  max-width: 82px;
  max-height: 82px;
  width: 82px;
  height: 82px;
}
.carousel-sm img {
  max-width: 70px !important;
  max-height: 70px !important;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.carousel-card {
  max-width: 140px;
  max-height: 140px;
  width: 140px;
  height: 140px;
  margin-top: 10px;
}
.carousel-card img {
  max-width: 130px !important;
  max-height: 130px !important;
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.carousel-md {
  max-width: 160px;
  max-height: 160px;
  width: 160px;
  height: 160px;
}
.carousel-md img {
  width: 150px !important;
  height: 150px !important;
  object-fit: contain;
}

.carousel-lg img {
  max-width: 290px !important;
  max-height: 290px !important;
  height: 290px !important;
  width: 290px !important;
  object-fit: contain;
}

.display-box-first,
.display-box-second,
.display-box-third,
.display-box-fourth {
  display: none !important;
}

.card-image-lg {
  max-width: 120px;
  max-height: 120px;
  width: 120px;
  height: 120px;
  object-fit: contain;
}

@media (min-width: 425px) and (max-width: 1023px) {
  .product-image-outer-large {
    width: 220px !important;
    height: 220px !important;
  }

  .carousel-lg {
    width: 220px !important;
    height: 220px !important;
  }
  .carousel-lg img {
    height: 200px !important;
    width: 200px !important;
  }

  .carousel-card {
    width: 90px;
    height: 90px;
  }
  .carousel-card img {
    width: 80px;
    height: 80px;
  }

  .card-image-lg {
    width: 85px;
    height: 85px;
  }

  #product-show .col-sm-6 {
    padding-right: 0;
  }
}
@media (max-width: 424px) {
  .card-image-lg {
    width: 85px;
    height: 85px;
  }

  .carousel-card {
    width: 90px;
    height: 90px;
  }
  .carousel-card img {
    width: 80px;
    height: 80px;
  }
}
[v-cloak] {
  display: none !important;
}
