@charset "UTF-8";
/* line 17, app/assets/stylesheets/application.sass */
html {
  font-family: sans-serif;
  position: relative;
  min-height: 100%;
}

/* line 22, app/assets/stylesheets/application.sass */
body.wait, body.wait * {
  cursor: progress !important;
}

/* line 25, app/assets/stylesheets/application.sass */
body {
  margin-bottom: 60px;
  min-height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 70%;
  background-attachment: fixed;
}

/* line 43, app/assets/stylesheets/application.sass */
body, p, ol, ul, td {
  font-family: helvetica, verdana, arial, sans-serif;
  font-size: 16px;
}

/* line 47, app/assets/stylesheets/application.sass */
body {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 60px;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-y: scroll;
}

/* line 56, app/assets/stylesheets/application.sass */
.main-brand {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: Arial Black, Arial Bold, Gadget, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05rem;
}

/* line 63, app/assets/stylesheets/application.sass */
.navbar-brand {
  margin-top: -4px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  /* line 71, app/assets/stylesheets/application.sass */
  .navbar-brand {
    margin-top: -14px;
  }
}

/* line 74, app/assets/stylesheets/application.sass */
.bg-dark {
  background-color: #253962 !important;
}

/* line 77, app/assets/stylesheets/application.sass */
hr {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 81, app/assets/stylesheets/application.sass */
hr.tag {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 85, app/assets/stylesheets/application.sass */
body > .navbar {
  border-bottom: solid 1px #e0e0e0;
  box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  padding-top: 16px;
}

/* line 91, app/assets/stylesheets/application.sass */
body > .navbar .navbar-nav a.nav-link {
  color: #f9f9f9;
}

/* line 94, app/assets/stylesheets/application.sass */
a {
  color: #253962;
}

/* line 96, app/assets/stylesheets/application.sass */
a:hover {
  text-decoration: underline;
}

/* line 100, app/assets/stylesheets/application.sass */
a.turbolink:hover {
  text-decoration: underline;
}

/* line 103, app/assets/stylesheets/application.sass */
.crud-select-add-link {
  float: right;
  margin-top: 5px;
  margin-right: -15px;
}

/* line 108, app/assets/stylesheets/application.sass */
.nested-delete,
.nested-button {
  margin-left: -12px;
  margin-top: 10px;
}

/* line 113, app/assets/stylesheets/application.sass */
.nowrap {
  white-space: nowrap;
}

/* line 116, app/assets/stylesheets/application.sass */
.bg-light {
  backgroud-color: #f7f7f7;
}

/* line 119, app/assets/stylesheets/application.sass */
.navbar-light {
  color: rgba(0, 0, 0, 0.8);
  webkit-box-align: center;
  align-items: center;
  box-shadow: 0 0 white !important;
}

/* line 126, app/assets/stylesheets/application.sass */
.navbar-light li a.nav-link {
  color: #222 !important;
}

/* line 129, app/assets/stylesheets/application.sass */
a {
  touch-action: manipulation;
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/application.sass */
ul, menu, dir {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

/* line 140, app/assets/stylesheets/application.sass */
li {
  display: -webkit-box;
  text-align: -webkit-match-parent;
}

/* line 144, app/assets/stylesheets/application.sass */
ul.compact {
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

/* line 151, app/assets/stylesheets/application.sass */
h1 {
  font-size: 26px;
}

/* line 154, app/assets/stylesheets/application.sass */
h2 {
  font-size: 22px;
}

/* line 157, app/assets/stylesheets/application.sass */
h3 {
  font-size: 18px;
}

/* line 160, app/assets/stylesheets/application.sass */
h4 {
  font-size: 18px;
}

/* line 163, app/assets/stylesheets/application.sass */
h5 {
  font-size: 16px;
  font-weight: bold;
}

/* line 168, app/assets/stylesheets/application.sass */
.root h1 {
  color: white;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0px 0px 5px black;
}

/* line 174, app/assets/stylesheets/application.sass */
.div {
  width: 200%;
}

/* line 177, app/assets/stylesheets/application.sass */
#main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f8f8f8;
}

/* line 183, app/assets/stylesheets/application.sass */
.text-sm-left {
  text-align: left !important;
}

/* line 186, app/assets/stylesheets/application.sass */
.text-sm-right {
  text-align: right !important;
}

/* line 189, app/assets/stylesheets/application.sass */
.text-sm-center {
  text-align: center !important;
}

/* line 192, app/assets/stylesheets/application.sass */
.text-muted {
  color: #6c757d !important;
}

/* line 195, app/assets/stylesheets/application.sass */
.text-md-right {
  text-align: right !important;
}

/* line 198, app/assets/stylesheets/application.sass */
.text-sm-center {
  text-align: center !important;
}

/* line 201, app/assets/stylesheets/application.sass */
p {
  margin: 1em 0;
}

/* line 204, app/assets/stylesheets/application.sass */
.header, .content {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 209, app/assets/stylesheets/application.sass */
.content-full {
  height: 100%;
}

/* line 212, app/assets/stylesheets/application.sass */
#done {
  height: 100%;
}

/* line 215, app/assets/stylesheets/application.sass */
#menu {
  position: fixed;
  width: 100%;
  opacity: 0.95;
  top: 0px;
}

/* line 221, app/assets/stylesheets/application.sass */
#header {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
}

/* line 228, app/assets/stylesheets/application.sass */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #69D2E7;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-bottom: -21px;
}

/* line 239, app/assets/stylesheets/application.sass */
.center {
  text-align: center;
}

/* line 242, app/assets/stylesheets/application.sass */
.vertical-align {
  display: flex;
  align-items: center;
}

/* line 246, app/assets/stylesheets/application.sass */
.middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 250, app/assets/stylesheets/application.sass */
.pad {
  margin-top: 40px;
}

/* line 253, app/assets/stylesheets/application.sass */
.error-dialog {
  text-align: center;
  margin-top: 30%;
  min-height: 600px;
}

/* line 257, app/assets/stylesheets/application.sass */
.error-dialog h1 {
  color: #222;
  text-shadow: none;
}

/* line 262, app/assets/stylesheets/application.sass */
.new_user .select2 {
  display: inherit;
}

/* line 265, app/assets/stylesheets/application.sass */
.btn-social > :first-child {
  font-size: initial;
  top: 2px;
}

/* line 270, app/assets/stylesheets/application.sass */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
}

/* line 274, app/assets/stylesheets/application.sass */
.btn-twitter {
  color: #fff;
  background-color: #55acee;
}

/* line 278, app/assets/stylesheets/application.sass */
.btn-google {
  color: #fff;
  background-color: #dd4b39;
}

/* line 286, app/assets/stylesheets/application.sass */
.btn-facebook:hover,
.btn-twitter:hover,
.btn-google:hover {
  color: white !important;
}

/* line 289, app/assets/stylesheets/application.sass */
.btn-cancel {
  display: inline-block;
}

/* line 293, app/assets/stylesheets/application.sass */
.btn-cancel:hover, .btn-cancel:active {
  text-decoration: underline;
  box-shadow: none;
}

/* line 297, app/assets/stylesheets/application.sass */
.cancel {
  display: inline-block;
  margin-left: 8px;
}

/* line 302, app/assets/stylesheets/application.sass */
.btn-group-vertical .btn-secondary {
  margin-bottom: 3px;
}

/* line 304, app/assets/stylesheets/application.sass */
.btn-group-vertical .btn-secondary:last-child {
  margin-bottom: 0px;
}

/* line 307, app/assets/stylesheets/application.sass */
.btn-user-delete {
  margin-top: 0px;
}

@media all and (min-width: 768px) {
  /* line 311, app/assets/stylesheets/application.sass */
  .btn-user-delete {
    margin-top: -50px;
  }
}

/* line 314, app/assets/stylesheets/application.sass */
.quick-menu-button {
  margin-left: 10px;
}

/* line 318, app/assets/stylesheets/application.sass */
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  height: 34px;
  padding-top: 5px;
  padding-left: 4px;
}

/* line 324, app/assets/stylesheets/application.sass */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 8px;
}

/* line 330, app/assets/stylesheets/application.sass */
.prefix-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0 !important;
  margin-right: -25px !important;
}

/* line 333, app/assets/stylesheets/application.sass */
.prefix-select .select2-selection {
  border-radius: 0.375rem 0 0 0.375rem !important;
}

/* line 337, app/assets/stylesheets/application.sass */
.select2-container--bootstrap .select2-results .select2-results__options {
  max-height: initial;
}

/* line 342, app/assets/stylesheets/application.sass */
.phone-prefix-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0 !important;
  margin-right: -25px !important;
}

/* line 345, app/assets/stylesheets/application.sass */
.phone-prefix-select .select2-selection {
  border-radius: 0.375rem 0 0 0.375rem !important;
}

/* line 347, app/assets/stylesheets/application.sass */
.phone-field-for-prefix {
  margin-top: 9px;
}

/* line 351, app/assets/stylesheets/application.sass */
.alert p {
  margin: 0 !important;
  text-align: center !important;
}

/* line 355, app/assets/stylesheets/application.sass */
.custom-alert {
  position: fixed !important;
  top: 65px;
  right: 10px;
  height: auto;
  margin-top: 5px;
  padding: 5px 5px 2px 10px !important;
  min-width: 200px;
  cursor: pointer;
  z-index: 10;
}

/* line 366, app/assets/stylesheets/application.sass */
.alert-close {
  margin: 0px !important;
  padding: 0px 2px 0px 6px !important;
  color: #222 !important;
}

/* line 372, app/assets/stylesheets/application.sass */
.footer-menu a {
  margin-top: 3px;
}

/* line 375, app/assets/stylesheets/application.sass */
.main-header-nav {
  margin-top: 0px;
}

/* line 378, app/assets/stylesheets/application.sass */
.section-white {
  background: white;
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0 40px 0;
}

/* line 383, app/assets/stylesheets/application.sass */
.section-grey {
  background: #F8F8F8;
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0 40px 0;
}

/* line 396, app/assets/stylesheets/application.sass */
.intro-video {
  position: relative;
}

/* line 399, app/assets/stylesheets/application.sass */
.intro-video #video {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 180px;
  z-index: 0;
}

/* line 406, app/assets/stylesheets/application.sass */
.intro-video #video-content {
  position: absolute;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  z-index: 1;
}

/* line 419, app/assets/stylesheets/application.sass */
.intro-video #video-content #pause {
  width: 100px;
  font-size: 14px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

/* line 428, app/assets/stylesheets/application.sass */
.intro-video #video-content #pause:hover {
  background: #ddd;
  color: black;
}

/* line 433, app/assets/stylesheets/application.sass */
.list ul {
  padding: 0;
}

/* line 435, app/assets/stylesheets/application.sass */
.list li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
}

/* line 440, app/assets/stylesheets/application.sass */
.breadcrumbs-light {
  background-color: transparent;
  height: 20px;
  padding: 0;
  list-style: none;
}

/* line 445, app/assets/stylesheets/application.sass */
.breadcrumbs-light li {
  display: inline-block;
}

/* line 447, app/assets/stylesheets/application.sass */
.breadcrumbs-light li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

/* line 452, app/assets/stylesheets/application.sass */
.breadcrumbs-light li:first-child:before {
  content: "";
  padding: 0;
  color: transparent;
}

/* line 457, app/assets/stylesheets/application.sass */
.back-link,
.close-link,
.close-x {
  color: gray;
  margin-left: 10px;
}

/* line 463, app/assets/stylesheets/application.sass */
.close-x {
  float: right;
  margin-top: -20px;
}

/* line 467, app/assets/stylesheets/application.sass */
.back,
.close {
  float: left;
  margin: 7px 0 0 0;
}

/* line 472, app/assets/stylesheets/application.sass */
.other-btn,
.save {
  float: left;
  margin: 0 6px 0 0;
}

/* line 477, app/assets/stylesheets/application.sass */
.pagination {
  margin-bottom: 8px;
}

/* line 480, app/assets/stylesheets/application.sass */
.btn-close {
  margin: -10px -10px 0 0 !important;
}

/* line 484, app/assets/stylesheets/application.sass */
.form-group {
  margin-bottom: 0.5rem;
}

/* line 490, app/assets/stylesheets/application.sass */
.form-group.error > input,
.form-group.error > textarea {
  background-color: rgba(255, 239, 213, 0.7);
}

/* line 500, app/assets/stylesheets/application.sass */
.rails-bootstrap-forms-date-select select, .rails-bootstrap-forms-time-select select, .rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

/* line 504, app/assets/stylesheets/application.sass */
.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
}

/* line 513, app/assets/stylesheets/application.sass */
ul.pagination {
  margin-top: 20px;
}

/* line 515, app/assets/stylesheets/application.sass */
ul.pagination .page-link {
  padding: 0.3rem 0.3rem;
  min-width: 28px;
  text-align: center;
}

/* line 519, app/assets/stylesheets/application.sass */
ul.pagination .text-link {
  padding: 0.3rem 0.5rem;
}

/* line 522, app/assets/stylesheets/application.sass */
.search-field {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 534, app/assets/stylesheets/application.sass */
trix-toolbar .trix-button-row {
  overflow-x: hidden !important;
  margin-top: 6px;
  margin-bottom: -6px;
}

/* line 538, app/assets/stylesheets/application.sass */
trix-toolbar .trix-button-row .trix-button {
  font-size: 12px;
}

/* line 541, app/assets/stylesheets/application.sass */
.trix-content {
  min-height: 400px;
  resize: vertical;
  overflow: auto;
}

@media screen and (max-width: 1024px) {
  /* line 550, app/assets/stylesheets/application.sass */
  .container-fix {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 1024px !important;
  }
}

/* line 557, app/assets/stylesheets/application.sass */
.reflex-highlight td {
  font-weight: bold;
}

/* line 561, app/assets/stylesheets/application.sass */
div[data-notify="container"] {
  min-width: 460px;
  z-index: 1;
}

/* line 564, app/assets/stylesheets/application.sass */
.dropdown-menu {
  z-index: 2000;
}

/* line 568, app/assets/stylesheets/application.sass */
.support-style h2 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

/* line 571, app/assets/stylesheets/application.sass */
.support-style ul {
  padding: 0;
}

/* line 576, app/assets/stylesheets/application.sass */
.form-floating label {
  padding-top: 0.6rem;
}

/* line 580, app/assets/stylesheets/application.sass */
.form-floating .form-control:not(:placeholder-shown) {
  height: calc(3.0rem + 2px);
  padding-top: 0.9rem;
  padding-bottom: 0rem;
}

/* line 585, app/assets/stylesheets/application.sass */
main.container {
  padding-top: 20px;
}

@media screen and (max-width: 1024px) {
  /* line 590, app/assets/stylesheets/application.sass */
  .app-width,
main.container {
    max-width: 1024px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* line 596, app/assets/stylesheets/application.sass */
.signin-link {
  width: 78px;
  text-align: center;
}

/* line 599, app/assets/stylesheets/application.sass */
.signin-link p {
  margin-top: 10px;
}

/* line 602, app/assets/stylesheets/application.sass */
#error_explanation {
  color: #f00;
}

/* line 604, app/assets/stylesheets/application.sass */
#error_explanation ul {
  list-style: none;
  margin: 0 0 18px 0;
}

/* line 615, app/assets/stylesheets/application.sass */
tr.js-crud-row {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 619, app/assets/stylesheets/application.sass */
tr.js-crud-row td {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 623, app/assets/stylesheets/application.sass */
.js-delete {
  margin-top: -38px;
}

/* line 625, app/assets/stylesheets/application.sass */
.js-crud-dynbox {
  border: 1px solid gray;
  padding: 10px;
  box-shadow: 0px 0px 5px gray;
  margin-top: 10px;
}

/* line 634, app/assets/stylesheets/application.sass */
.btn-xs {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* line 638, app/assets/stylesheets/application.sass */
.form-label {
  color: rgba(0, 0, 0, 0.64);
  margin-bottom: -6px;
  margin-left: 8px;
  font-size: 10px;
  text-transform: uppercase;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  z-index: 100;
  background: white;
}

/* line 651, app/assets/stylesheets/application.sass */
.form-control {
  padding-bottom: 2px;
}

/* line 654, app/assets/stylesheets/application.sass */
label.required:after {
  content: " *";
  color: #222;
}

/* line 658, app/assets/stylesheets/application.sass */
.select-group {
  flex-wrap: wrap;
}

/* line 661, app/assets/stylesheets/application.sass */
.select-group .select2 {
  width: 100% !important;
}

/* line 663, app/assets/stylesheets/application.sass */
.select-group .input-field {
  border-left: 0px;
  width: 100% !important;
}

/* line 667, app/assets/stylesheets/application.sass */
.form-control:not(textarea):not(trix-editor) {
  height: 34px;
}

/* line 670, app/assets/stylesheets/application.sass */
.form-control {
  margin-bottom: 4px;
}

/* line 673, app/assets/stylesheets/application.sass */
.select-group {
  min-height: 47px;
}

/* line 676, app/assets/stylesheets/application.sass */
.input-group-text {
  height: 34px;
  border-left: 0px;
}

/* line 680, app/assets/stylesheets/application.sass */
.btn-datepicker {
  border-color: #e0e4e8;
  height: 34px;
  border-left: 0px;
}

/* line 685, app/assets/stylesheets/application.sass */
table.responsive {
  table-layout: fixed;
}

/* line 687, app/assets/stylesheets/application.sass */
table.responsive th {
  white-space: nowrap;
}

/* line 689, app/assets/stylesheets/application.sass */
table.responsive th.boolean {
  width: 100px;
}

/* line 691, app/assets/stylesheets/application.sass */
table.responsive th.tiny {
  width: 40px;
}

/* line 693, app/assets/stylesheets/application.sass */
table.responsive th.int,
table.responsive th.small {
  width: 100px;
}

/* line 696, app/assets/stylesheets/application.sass */
table.responsive th.status {
  width: 120px;
}

/* line 698, app/assets/stylesheets/application.sass */
table.responsive th.longint {
  width: 140px;
}

/* line 700, app/assets/stylesheets/application.sass */
table.responsive th.personal-code {
  width: 160px;
}

/* line 702, app/assets/stylesheets/application.sass */
table.responsive th.date {
  width: 100px;
}

/* line 704, app/assets/stylesheets/application.sass */
table.responsive th.datetime {
  width: 130px;
}

/* line 706, app/assets/stylesheets/application.sass */
table.responsive th.datepicker {
  width: 145px;
}

/* line 708, app/assets/stylesheets/application.sass */
table.responsive th.longdate {
  width: 200px;
}

/* line 710, app/assets/stylesheets/application.sass */
table.responsive th.name {
  width: 200px;
}

/* line 712, app/assets/stylesheets/application.sass */
table.responsive th.iban {
  width: 200px;
}

/* line 714, app/assets/stylesheets/application.sass */
table.responsive th.action {
  width: 100px;
}

/* line 716, app/assets/stylesheets/application.sass */
table.responsive th.double-action {
  width: 200px !important;
}

/* line 718, app/assets/stylesheets/application.sass */
table.responsive th, table.responsive td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 722, app/assets/stylesheets/application.sass */
table.responsive th:last-child, table.responsive td:last-child {
  overflow: visible;
  white-space: nowrap;
}

/* line 727, app/assets/stylesheets/application.sass */
table.responsive tr:hover td {
  background-color: #ededed;
}

/* line 729, app/assets/stylesheets/application.sass */
table.responsive tr:hover th, table.responsive tr:hover td {
  text-overflow: clip;
  word-break: break-all;
}

/* line 733, app/assets/stylesheets/application.sass */
table.responsive tr.js-turbo-expanded th, table.responsive tr.js-turbo-expanded td {
  text-overflow: clip;
  word-break: break-all;
  background-color: #ddd;
}

/* line 738, app/assets/stylesheets/application.sass */
table.responsive tr.js-turbo-expanded:hover th, table.responsive tr.js-turbo-expanded:hover td {
  background-color: #ddd;
}

/* line 742, app/assets/stylesheets/application.sass */
table.responsive td {
  padding-top: 8px;
}

/* line 745, app/assets/stylesheets/application.sass */
table.responsive tr.js-crud-row td {
  padding-top: 0px;
}

/* line 751, app/assets/stylesheets/application.sass */
turbo-frame {
  white-space: initial;
}

/* line 754, app/assets/stylesheets/application.sass */
blockquote {
  max-height: 300px;
  overflow-y: scroll;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

/* line 763, app/assets/stylesheets/application.sass */
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* line 771, app/assets/stylesheets/application.sass */
.move-handle {
  cursor: move;
}

@media screen and (max-width: 1024px) {
  /* line 776, app/assets/stylesheets/application.sass */
  table.responsive th, table.responsive td {
    padding-left: 2px;
    padding-right: 2px;
  }
  /* line 779, app/assets/stylesheets/application.sass */
  table.responsive th:first-child, table.responsive td:first-child {
    padding-left: 12px;
  }
}

@media all and (max-width: 576px) {
  /* line 784, app/assets/stylesheets/application.sass */
  table.responsive table,
table.responsive tbody,
table.responsive td,
table.responsive tr {
    display: block;
  }
  /* line 789, app/assets/stylesheets/application.sass */
  table.responsive thead,
table.responsive th {
    display: none;
    width: auto !important;
  }
  /* line 793, app/assets/stylesheets/application.sass */
  table.responsive tr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 796, app/assets/stylesheets/application.sass */
  table.responsive th, table.responsive td {
    background-color: #f7f7f7;
    width: auto !important;
  }
  /* line 799, app/assets/stylesheets/application.sass */
  table.responsive th:last-child, table.responsive td:last-child {
    text-align: left;
  }
  /* line 802, app/assets/stylesheets/application.sass */
  table.responsive td[data-th]:before {
    content: attr(data-th) ":";
    float: left;
    margin-right: 8px;
  }
}

/* line 809, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] a {
  color: #7da8ff;
}

/* line 811, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .btn-primary {
  color: #f9f9f9;
}

/* line 813, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #2b3035;
}

/* line 815, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] tr.js-turbo-expanded * {
  background-color: #2b3035 !important;
}

/* line 819, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] tr:hover td {
  background-color: #2b3035 !important;
}

/* line 822, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .btn-light {
  --bs-btn-bg: var(--bs-body-color);
}

/* line 824, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .btn-datepicker {
  color: #222;
}

/* line 826, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .form-label {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
}

/* line 833, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .select2-container--default .select2-selection--multiple {
  background-color: #212529;
}

/* line 835, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: inherit !important;
}

/* line 837, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #adb5bd !important;
  margin-top: -2px;
}

/* line 840, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .select2-container--default .select2-selection--single {
  border: 1px solid var(--bs-border-color);
}

/* line 842, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .select2-dropdown,
[data-bs-theme="dark"] .select2-container--default .select2-selection--single,
[data-bs-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #212529;
  color: #adb5bd !important;
}

/* line 847, app/assets/stylesheets/application.sass */
[data-bs-theme="dark"] .select2-container--default .select2-results__option[aria-selected="true"],
[data-bs-theme="dark"] .select2-container--default .select2-results__option--highlighted {
  background-color: #3a3a3a;
}

/* line 852, app/assets/stylesheets/application.sass */
.input-group-append .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 856, app/assets/stylesheets/application.sass */
.fixed-content {
  min-height: 424px;
}

/* line 858, app/assets/stylesheets/application.sass */
.fixed-longer-content {
  min-height: 800px;
}
