@charset "UTF-8";
/*
 * Table styles
 */
/* line 4, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 17, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

/* line 21, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 26, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 30, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 35, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

/* line 41, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 49, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting {
  background-image: url(/assets/dataTables/sort_both-624f0a471a2535c4754e1f6974b0e64ee70d6907738346e2a11d0bff20258b8c.png);
}

/* line 52, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/assets/dataTables/sort_asc-ee6010bb0a8d17e58307136a0fbf0b196d949ab6c50eb66d1ff8f0a7d2a4d48b.png);
}

/* line 55, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/assets/dataTables/sort_desc-26da8e7eaf746a08dec2928977be21aa67212484540a12042b86aa2d904b80e8.png);
}

/* line 58, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/assets/dataTables/sort_asc_disabled-50f0e16f8289b1f09eb0d0494d0eee7ae4717e857a4ed77997bb06cefecb2528.png);
}

/* line 61, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/assets/dataTables/sort_desc_disabled-3450cc1e5a1585690226a713a726753b3fa2d177e41338a36e0a3188e3f02663.png);
}

/* line 64, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 67, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 70, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 74, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 77, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 82, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 86, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 90, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 94, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 97, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

/* line 100, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}

/* line 103, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}

/* line 106, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

/* line 113, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

/* line 120, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 123, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 126, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 129, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

/* line 132, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

/* line 135, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

/* line 138, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

/* line 141, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

/* line 144, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

/* line 147, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

/* line 150, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

/* line 153, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 156, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 159, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

/* line 162, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

/* line 165, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

/* line 168, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

/* line 171, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

/* line 174, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 177, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 180, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 184, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 188, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 192, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 196, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 201, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 205, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 209, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 213, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 219, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 225, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 231, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 237, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 243, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 247, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 251, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 255, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 259, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 264, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 275, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 281, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 284, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 288, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 291, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 296, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 301, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}

/* line 314, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

/* line 331, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 338, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

/* line 355, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 372, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 375, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

/* line 400, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 407, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 410, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 414, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 421, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 424, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

/* line 428, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 437, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  /* line 442, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  /* line 447, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  /* line 452, /usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 16, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 21, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 26, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 30, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 36, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 44, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 51, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 59, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 66, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 70, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 74, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 77, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 80, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 83, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 91, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 94, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 105, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 116, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 127, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 138, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 149, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 160, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 171, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 182, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 193, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 196, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 207, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 214, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 219, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 223, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 228, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 233, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 236, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 242, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 253, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 264, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 267, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 270, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 275, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 281, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 286, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 293, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 297, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 300, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 311, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 317, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 320, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 326, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 335, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 338, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 343, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 346, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 352, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 356, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 359, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 362, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 365, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* -------------------------------------------------------------------------------------------------

It's *strongly* suggested that you don't modify this file.  Instead, load a new stylesheet after
this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

This stylesheet forms part of the Formtastic Rails Plugin
(c) 2008-2011 Justin French

--------------------------------------------------------------------------------------------------*/
/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just .formtastic
--------------------------------------------------------------------------------------------------*/
/* line 14, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic,
.formtastic ul,
.formtastic ol,
.formtastic li,
.formtastic fieldset,
.formtastic legend,
.formtastic input,
.formtastic button,
.formtastic textarea,
.formtastic select,
.formtastic p {
  margin: 0;
  padding: 0;
}

/* line 29, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic fieldset {
  border: 0;
}

/* line 33, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic em,
.formtastic strong {
  font-style: normal;
  font-weight: normal;
}

/* line 39, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic ol,
.formtastic ul {
  list-style: none;
}

/* line 44, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic abbr,
.formtastic acronym {
  border: 0;
  font-variant: normal;
}

/* line 50, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic input,
.formtastic button,
.formtastic textarea {
  font-family: sans-serif;
  font-size: inherit;
  font-weight: inherit;
}

/* line 58, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic input,
.formtastic textarea,
.formtastic select {
  font-size: 100%;
}

/* line 64, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic legend {
  white-space: normal;
  color: #000;
}

/* SEMANTIC ERRORS
--------------------------------------------------------------------------------------------------*/
/* line 72, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .errors {
  color: #cc0000;
  margin: 0.5em 0 1.5em 25%;
  list-style: square;
}

/* line 78, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .errors li {
  padding: 0;
  border: none;
  display: list-item;
}

/* BUTTONS & ACTIONS
--------------------------------------------------------------------------------------------------*/
/* line 87, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .buttons,
.formtastic .actions {
  overflow: hidden;
  /* clear containing floats */
  padding-left: 25%;
}

/* line 93, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .button,
.formtastic .action {
  float: left;
  padding-right: 0.5em;
}

/* line 99, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .button_action button {
  padding: 3px 8px;
}

/* line 103, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .link_action a {
  display: block;
  padding: 3px 0;
}

/* INPUTS
--------------------------------------------------------------------------------------------------*/
/* line 111, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .inputs {
  overflow: hidden;
  /* clear containing floats */
}

/* line 115, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .input {
  overflow: hidden;
  /* clear containing floats */
  padding: 0.5em 0;
  /* padding and negative margin juggling is for Firefox */
  margin-top: -0.5em;
  margin-bottom: 1em;
}

/* LEFT ALIGNED LABELS
--------------------------------------------------------------------------------------------------*/
/* line 125, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .input .label {
  display: block;
  width: 25%;
  float: left;
  padding-top: .2em;
}

/* line 132, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .fragments .label,
.formtastic .choices .label {
  position: absolute;
  width: 95%;
  left: 0px;
}

/* line 139, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .fragments .label label,
.formtastic .choices .label label {
  position: absolute;
}

/* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets)
--------------------------------------------------------------------------------------------------*/
/* line 146, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .choices {
  position: relative;
}

/* line 150, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .choices-group {
  float: left;
  width: 74%;
  margin: 0;
  padding: 0 0 0 25%;
}

/* line 157, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .choice {
  padding: 0;
  border: 0;
}

/* INLINE HINTS
--------------------------------------------------------------------------------------------------*/
/* line 165, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .input .inline-hints {
  color: #666;
  margin: 0.5em 0 0 25%;
}

/* INLINE ERRORS
--------------------------------------------------------------------------------------------------*/
/* line 173, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .inline-errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%;
}

/* line 178, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%;
  list-style: square;
}

/* line 184, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .errors li {
  padding: 0;
  border: none;
  display: list-item;
}

/* STRING, NUMERIC, PASSWORD, EMAIL, URL, PHONE, SEARCH (ETC) OVERRIDES
--------------------------------------------------------------------------------------------------*/
/* line 193, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .stringish input {
  width: 72%;
}

/* line 197, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .stringish input[size],
.formtastic .stringish input[max] {
  width: auto;
  max-width: 72%;
}

/* TEXTAREA OVERRIDES
--------------------------------------------------------------------------------------------------*/
/* line 206, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .text textarea {
  width: 72%;
}

/* line 210, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .text textarea[cols] {
  width: auto;
  max-width: 72%;
}

/* HIDDEN OVERRIDES
--------------------------------------------------------------------------------------------------*/
/* line 218, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .hidden {
  display: none;
}

/* BOOLEAN LABELS
--------------------------------------------------------------------------------------------------*/
/* line 225, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .boolean label {
  padding-left: 25%;
  display: block;
}

/* CHOICE GROUPS
--------------------------------------------------------------------------------------------------*/
/* line 233, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .choices-group {
  margin-bottom: -0.5em;
}

/* line 237, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .choice {
  margin: 0.1em 0 0.5em 0;
}

/* line 241, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .choice label {
  float: none;
  width: 100%;
  line-height: 100%;
  padding-top: 0;
  margin-bottom: 0.6em;
}

/* ADJUSTMENTS FOR INPUTS INSIDE LABELS (boolean input, radio input, check_boxes input)
--------------------------------------------------------------------------------------------------*/
/* line 252, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .choice label input,
.formtastic .boolean label input {
  margin: 0 0.3em 0 0.1em;
  line-height: 100%;
}

/* FRAGMENTED INPUTS (DATE/TIME/DATETIME)
--------------------------------------------------------------------------------------------------*/
/* line 261, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .fragments {
  position: relative;
}

/* line 265, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .fragments-group {
  float: left;
  width: 74%;
  margin: 0;
  padding: 0 0 0 25%;
}

/* line 272, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .fragment {
  float: left;
  width: auto;
  margin: 0 .3em 0 0;
  padding: 0;
  border: 0;
}

/* line 280, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .fragment label {
  display: none;
}

/* line 284, /usr/local/bundle/gems/formtastic-3.1.5/app/assets/stylesheets/formtastic.css */
.formtastic .fragment label input {
  display: inline;
  margin: 0;
  padding: 0;
}

/*!
 *  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-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 101, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 125, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1450, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

/* line 6, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
.form-signin .forget-password-input {
  font-size: 15px;
}

/* line 9, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

/* line 14, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
.form-signin .checkbox {
  font-weight: normal;
}

/* line 18, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
.form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

/* line 27, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
.form-signin .form-control:focus {
  z-index: 2;
}

/* line 31, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 37, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1000px) {
  /* For mobile phones: */
  /* line 47, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
  .form-signin {
    max-width: 100%;
    font-size: 3rem;
  }
  /* line 50, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
  .form-signin .form-control {
    font-size: 3rem;
  }
  /* line 53, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
  .form-signin .forget-password-input {
    font-size: 2rem;
  }
  /* line 56, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
  .form-signin h3 {
    font-size: 2rem;
  }
  /* line 59, /opt/jpsmart_user/app/assets/stylesheets/application/account.scss */
  .form-signin .btn {
    font-size: 2rem;
  }
}
/* line 1, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 9, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 14, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 18, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 23, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 28, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 32, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 35, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 40, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 45, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

/* line 49, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 54, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 59, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 70, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 76, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 80, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 88, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 102, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 110, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 118, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 122, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 127, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 131, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 136, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 144, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 149, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 152, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 158, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
/* line 166, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

/* line 172, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 178, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 182, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 187, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 192, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 196, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 199, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 202, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
/* line 30, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

/* line 44, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

/* line 51, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-info > div {
  padding: 1em;
}

/* line 55, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

/* line 61, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 70, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 77, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}

/* line 80, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}

/* line 83, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}

/* line 86, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* line 90, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 99, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 108, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 117, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}

/* line 121, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection {
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 128, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 135, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}

/* line 138, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

/* line 141, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

/* line 144, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* line 148, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 157, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 166, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 175, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection .dt-button {
  border-radius: 0;
}

/* line 178, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed {
  max-width: none;
}

/* line 181, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed:before, ul.dt-button-collection.fixed:after {
  display: none;
}

/* line 185, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  /* line 195, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }

  /* line 201, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
  div.dt-buttons a.btn {
    float: none;
  }
}
/* line 205, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

/* line 210, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/* line 1, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

/* line 6, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

/* line 11, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* line 17, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed:not(.reordering) > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed:not(.reordering) > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 37, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

/* line 42, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

/* line 46, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

/* line 56, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

/* line 61, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 83, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

/* line 88, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 91, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 94, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 100, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 104, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 107, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

/* line 110, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 116, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

/* line 126, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* line 143, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

/* line 147, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

/* line 160, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

/* line 163, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 174, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
/* line 178, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

/* line 1, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #0275d8;
  outline-offset: -2px;
  z-index: 2001;
}

/* line 10, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

/* line 15, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

/* line 19, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

/* line 2, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable {
  border-collapse: collapse !important;
}

/* line 5, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding: 0.5em 0.5em 0.5em 0.5em;
}

/* line 11, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: '';
}

/* line 23, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th.col-actions {
  text-align: right;
}
/* line 26, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th.col-actions span {
  display: block;
  height: 1.25em;
}

/* line 32, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper table.dataTable tr.effective-datatables-inline-row {
  visibility: collapse;
}

/* line 38, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dt-buttons {
  opacity: 0.4;
}
/* line 39, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dataTables_entries {
  opacity: 0.4;
}
/* line 40, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dataTables_paginate {
  opacity: 0.4;
}
/* line 43, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr {
  opacity: 0.4;
}
/* line 45, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row {
  visibility: visible;
  opacity: 1.0;
}
/* line 46, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row tr {
  opacity: 1.0;
}
/* line 51, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row:hover {
  background-color: inherit;
}

/* line 56, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th {
  background-repeat: no-repeat;
}
/* line 59, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th > span {
  padding-right: 1rem;
}

/* line 62, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead .sorting {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjxwYXRoIGZpbGw9JyNkZGQnIGQ9Ik00MSAyODhoMjM4YzIxLjQgMCAzMi4xIDI1LjkgMTcgNDFMMTc3IDQ0OGMtOS40IDkuNC0yNC42IDkuNC0zMy45IDBMMjQgMzI5Yy0xNS4xLTE1LjEtNC40LTQxIDE3LTQxem0yNTUtMTA1TDE3NyA2NGMtOS40LTkuNC0yNC42LTkuNC0zMy45IDBMMjQgMTgzYy0xNS4xIDE1LjEtNC40IDQxIDE3IDQxaDIzOGMyMS40IDAgMzIuMS0yNS45IDE3LTQxeiIvPjwvc3ZnPgo%3D);
  background-position: right 0.25rem top 0.25rem;
}

/* line 67, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead .sorting_asc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjxwYXRoIGZpbGw9IiMwMDdiZmYiIGQ9Ik0yNzkgMjI0SDQxYy0yMS40IDAtMzIuMS0yNS45LTE3LTQxTDE0MyA2NGM5LjQtOS40IDI0LjYtOS40IDMzLjkgMGwxMTkgMTE5YzE1LjIgMTUuMSA0LjUgNDEtMTYuOSA0MXoiLz48L3N2Zz4K);
  background-position: right 0.25rem top 0.25rem;
}

/* line 72, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead .sorting_desc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjxwYXRoIGZpbGw9IiMwMDdiZmYiIGQ9Ik00MSAyODhoMjM4YzIxLjQgMCAzMi4xIDI1LjkgMTcgNDFMMTc3IDQ0OGMtOS40IDkuNC0yNC42IDkuNC0zMy45IDBMMjQgMzI5Yy0xNS4xLTE1LjEtNC40LTQxIDE3LTQxeiIvPjwvc3ZnPgo%3D);
  background-position: right 0.25rem top 0.25rem;
}

/* line 79, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child td, table.dataTable > tbody > tr.child th {
  border: none;
}
/* line 81, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: none;
  padding-left: 0.5em;
}
/* line 85, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 87, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-title {
  min-width: 175px;
  margin-bottom: 0.25em;
}
/* line 88, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-data {
  white-space: nowrap;
}
/* line 89, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li .col-resource_item {
  margin-bottom: 0.25em;
}

/* line 94, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_buttons {
  text-align: right;
}
/* line 96, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_buttons .btn {
  font-size: 0.75rem;
}

/* line 99, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dt-button-collection-title {
  padding: 0px;
}

/* line 101, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dt-button.buttons-colvisGroup-first {
  padding-top: 0.5rem;
  border-top: 1px solid #dee2e6;
}

/* line 108, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th {
  border-bottom: none;
  white-space: nowrap;
}
/* line 112, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th .form-group {
  font-weight: normal;
  margin-bottom: 0em;
}
/* line 116, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th .form-group input {
  max-height: 38px;
}
/* line 120, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th.col-bulk_actions label {
  cursor: pointer;
}

/* line 128, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.collapsed th.col-bulk_actions:first-child div {
  margin-left: 18px;
}

/* line 132, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  margin: -26px 25% 0px 25%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  text-align: center;
  padding: 1em;
}

/* line 144, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing.alert-success {
  margin: -26px 10% 0px 10%;
  width: 80%;
}

/* line 150, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing.alert-danger {
  margin: -26px 10% 0px 10%;
  width: 80%;
}

/* line 157, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting {
  background-image: none;
  cursor: default;
}
/* line 158, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting_asc {
  background-image: none;
  cursor: default;
}
/* line 159, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting_desc {
  background-image: none;
  cursor: default;
}

/* line 163, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-search > thead .form-group {
  display: none;
}

/* line 167, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-buttons .col-bulk_actions {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 172, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_entries {
    text-align: center;
  }
}
/* line 176, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries {
  color: #909090;
  font-size: 12px;
}
/* line 181, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_info {
  display: inline-block;
  padding: 0.25em 0em 0.25em 0.25em;
}
/* line 187, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length {
  display: inline-block;
}
/* line 191, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container {
  margin: 0 1em;
  max-width: 6.0rem;
  min-width: 3.0rem;
}
/* line 196, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container .select2-selection__rendered {
  padding: 0em;
  color: #909090;
}
/* line 199, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container.select2-container--open {
  min-width: 3.0rem;
  max-width: 6.0rem;
}
/* line 200, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container.select2-container--focus {
  border: none;
  box-shadow: none;
}
/* line 201, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-selection.select2-selection--single:focus {
  outline: none;
}

/* line 207, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable th.col-price, table.dataTable td.col-price {
  text-align: right;
}
/* line 208, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable th.col-decimal, table.dataTable td.col-decimal {
  text-align: right;
}
/* line 209, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable th.col-right, table.dataTable td.col-right {
  text-align: right;
}
/* line 212, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-bulk_actions label {
  cursor: pointer;
  vertical-align: top;
}
/* line 219, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-price {
  text-align: right;
}
/* line 220, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-decimal {
  text-align: right;
}
/* line 221, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-right {
  text-align: right;
}
/* line 224, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-actions {
  white-space: nowrap;
  text-align: right;
}
/* line 229, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-reorder {
  cursor: move;
}
/* line 233, /usr/local/bundle/gems/effective_datatables-4.17.2/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-resource_item {
  word-break: keep-all;
}

/* line 1, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 61, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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);
}

/* line 118, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 130, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 161, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 178, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 207, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 242, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 246, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 285, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 289, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  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);
}

/* line 308, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 348, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 360, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 369, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 412, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 438, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.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;
}

/* line 443, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
/* line 2, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}

/* line 57, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}

/* line 68, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

/* line 71, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 81, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}

/* line 90, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

/* line 93, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

/* line 96, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 100, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

/* line 103, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}

/* line 116, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

/* line 119, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

/* line 123, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 127, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

/* line 131, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

/* line 134, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 137, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

/* line 141, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

/* line 145, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

/* line 149, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

/* line 153, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

/* line 157, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}

/* line 165, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

/* line 176, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}

/* line 184, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

/* line 188, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

/* line 193, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

/* line 198, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 205, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

/* line 208, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}

/* line 213, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

/* line 217, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

/* line 221, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

/* line 225, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 232, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}

/* line 235, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 239, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}

/* line 247, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

/* line 254, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 266, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

/* line 270, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 273, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}

/* line 287, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 301, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 306, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* line 316, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}

/* line 324, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

/* line 331, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 334, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

/* line 337, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

/* line 345, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

/* line 348, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

/* line 352, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

/* line 358, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

/* line 364, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

/* line 367, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

/* line 375, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

/* line 378, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

/* line 384, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

/* line 388, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

/* line 395, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

/* line 401, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 404, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 409, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 413, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 418, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 422, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}

/* line 433, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

/* line 437, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

/* line 443, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 446, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

/* line 450, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

/* line 453, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 457, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

/* line 461, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
/* line 479, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

/* line 483, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

/* line 489, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 492, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 496, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

/* line 500, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

/* line 506, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 509, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 513, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

/* line 517, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

/* line 523, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 526, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/* line 548, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}

/* line 561, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

/* line 565, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 570, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/* line 582, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
/* line 600, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
/* line 608, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge {
  position: relative;
  white-space: nowrap;
  position: relative;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge[data-badge]::after {
  position: absolute;
  left: 100%;
  z-index: 99;
  margin: 0;
  background: #00d1b2;
  background-clip: padding-box;
  border-radius: 1rem;
  box-shadow: 0 0 0 .1rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge:not([data-badge=""])::after {
  padding: .3rem .5rem;
  text-align: center;
  white-space: nowrap;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge[data-badge=""]::after {
  display: inline-block;
  vertical-align: inherit;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-white[data-badge]::after, .badge.is-badge-white:not([data-badge])::after {
  background: #fff;
  color: #0a0a0a;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-black[data-badge]::after, .badge.is-badge-black:not([data-badge])::after {
  background: #0a0a0a;
  color: #fff;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-light[data-badge]::after, .badge.is-badge-light:not([data-badge])::after {
  background: #f5f5f5;
  color: #363636;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-dark[data-badge]::after, .badge.is-badge-dark:not([data-badge])::after {
  background: #363636;
  color: #f5f5f5;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-primary[data-badge]::after, .badge.is-badge-primary:not([data-badge])::after {
  background: #00d1b2;
  color: #fff;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-link[data-badge]::after, .badge.is-badge-link:not([data-badge])::after {
  background: #3273dc;
  color: #fff;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-info[data-badge]::after, .badge.is-badge-info:not([data-badge])::after {
  background: #209cee;
  color: #fff;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-success[data-badge]::after, .badge.is-badge-success:not([data-badge])::after {
  background: #23d160;
  color: #fff;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-warning[data-badge]::after, .badge.is-badge-warning:not([data-badge])::after {
  background: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-danger[data-badge]::after, .badge.is-badge-danger:not([data-badge])::after {
  background: #ff3860;
  color: #fff;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined[data-badge]::after {
  background-color: #fff;
  box-shadow: none;
  border: .1rem solid #00d1b2;
  color: #00d1b2;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-white[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #fff;
  color: #fff;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-black[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #0a0a0a;
  color: #0a0a0a;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-light[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #f5f5f5;
  color: #f5f5f5;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-dark[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #363636;
  color: #363636;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-primary[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #00d1b2;
  color: #00d1b2;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-link[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #3273dc;
  color: #3273dc;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-info[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #209cee;
  color: #209cee;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-success[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #23d160;
  color: #23d160;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-warning[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #ffdd57;
  color: #ffdd57;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-outlined.is-badge-danger[data-badge]::after {
  background: #fff;
  box-shadow: none;
  border: .1rem solid #ff3860;
  color: #ff3860;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge[data-badge]::after {
  top: calc(0px - ( 1rem / 2 ));
  left: calc(100% - ( 1rem / 2 ));
  min-height: 1rem;
  min-width: 1rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge:not([data-badge=""])::after {
  font-size: .75rem;
  line-height: .5rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge[data-badge=""]::after {
  width: 1rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-left::after {
  left: calc(0px - ( 1rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-bottom::after {
  top: calc(100% - ( 1rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-bottom-left::after {
  left: calc(0px - ( 1rem / 2 ));
  top: calc(100% - ( 1rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-small[data-badge]::after {
  top: calc(0px - ( .75rem / 2 ));
  left: calc(100% - ( .75rem / 2 ));
  min-height: .75rem;
  min-width: .75rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-small:not([data-badge=""])::after {
  font-size: .5625rem;
  line-height: .375rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-small[data-badge=""]::after {
  width: .75rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-small.is-badge-left::after {
  left: calc(0px - ( .75rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-small.is-badge-bottom::after {
  top: calc(100% - ( .75rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-small.is-badge-bottom-left::after {
  left: calc(0px - ( .75rem / 2 ));
  top: calc(100% - ( .75rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-medium[data-badge]::after {
  top: calc(0px - ( 1.25rem / 2 ));
  left: calc(100% - ( 1.25rem / 2 ));
  min-height: 1.25rem;
  min-width: 1.25rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-medium:not([data-badge=""])::after {
  font-size: .9375rem;
  line-height: .625rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-medium[data-badge=""]::after {
  width: 1.25rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-medium.is-badge-left::after {
  left: calc(0px - ( 1.25rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-medium.is-badge-bottom::after {
  top: calc(100% - ( 1.25rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-medium.is-badge-bottom-left::after {
  left: calc(0px - ( 1.25rem / 2 ));
  top: calc(100% - ( 1.25rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-large[data-badge]::after {
  top: calc(0px - ( 1.5rem / 2 ));
  left: calc(100% - ( 1.5rem / 2 ));
  min-height: 1.5rem;
  min-width: 1.5rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-large:not([data-badge=""])::after {
  font-size: 1.125rem;
  line-height: .75rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-large[data-badge=""]::after {
  width: 1.5rem;
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-large.is-badge-left::after {
  left: calc(0px - ( 1.5rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-large.is-badge-bottom::after {
  top: calc(100% - ( 1.5rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/bulma-badge.min.css */
.badge.is-badge-large.is-badge-bottom-left::after {
  left: calc(0px - ( 1.5rem / 2 ));
  top: calc(100% - ( 1.5rem / 2 ));
}

/* line 1, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.box {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 25px;
  text-align: right;
  display: block;
  margin-top: 60px;
}

/* line 9, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.box-icon {
  background-color: #ca000d;
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  margin-top: -61px;
}

/* line 18, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.box-icon span {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* line 24, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.info h4 {
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ca000f;
}

/* line 30, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.info > p {
  color: #717171;
  font-size: 16px;
  padding-top: 10px;
  text-align: justify;
}

/* line 36, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.info > a {
  background-color: #ca000f;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

/* line 43, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.info > a:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

/* line 49, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.text-center {
  text-align: center !important;
}

/* line 52, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.fileselector {
  margin: 10px;
}

/* line 55, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
#upload-receipt, #upload-profile1, #upload-profile2, #upload-profile3 {
  display: none;
}

/* line 58, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
#upload-passport {
  display: none;
}

/* line 61, /opt/jpsmart_user/app/assets/stylesheets/jp_events.scss */
.margin-correction {
  margin-right: 10px;
}

/* CSS Document */
/* line 4, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
body {
  font-family: 'Inter', sans-serif;
  color: #1B1B25;
}

/* line 9, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.header-pd {
  padding: 20px 120px !important;
}

/* line 12, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.flag-icon {
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  background: linear-gradient(to bottom, #fff 50%, #dc143c 50%);
  border: 1px solid #ddd;
  border-radius: 2px;
}

/* line 22, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.language-selector {
  background: transparent;
  border: none;
  color: #666;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
}

/* line 41, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.language-selector:hover {
  background-color: #ffffff;
}

/* line 45, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.head-bar {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  padding: 0px;
}

/* line 51, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.language-menu {
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* line 56, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.language-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 62, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.dropdown-toggle::after {
  display: none;
}

/* line 66, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.language-toggle.no-caret::after {
  display: none !important;
}

/* line 70, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.language-toggle.show .bi-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

/* line 75, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.flag-en {
  background: linear-gradient(to right, #012169 33%, #fff 33%, #fff 66%, #c8102e 66%);
}

/* line 79, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.flag-jp {
  background: linear-gradient(to bottom, #fff 50%, #dc143c 50%);
}

/* line 84, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.section-title {
  font-size: 24px;
  font-weight: 600;
  color: #1B1B25;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}

/* line 93, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.section-title-init {
  font-size: 24px;
  font-weight: 600;
  color: #1B1B25;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}

/* line 103, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.section-subtitle {
  font-size: 14px;
  color: #868686;
  text-align: center;
  margin-bottom: 27.5px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}

/* line 113, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.section-subtitle-init {
  font-size: 14px;
  color: #868686;
  text-align: center;
  margin-bottom: 27.5px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}

/* line 122, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.question-text-init {
  font-size: 14px;
  color: #1B1B25;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 40px;
  font-weight: 700;
}

/* line 131, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.question-text {
  font-size: 14px;
  color: #1B1B25;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 40px;
  font-weight: 700;
}

/* line 140, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.card-bottom {
  margin-bottom: 32px !important;
}

/* line 143, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.card-top {
  margin-top: 32px !important;
}

/* line 147, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.custom-radio {
  display: none;
}

/* card style */
/* line 152, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.radio-card {
  font-size: 14px;
  font-weight: bold !important;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: all 0.22s ease;
  height: 100%;
  position: relative;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 16.5px 16px;
}

/* line 167, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.radio-card:hover {
  border-color: #a0a0a0;
}

/* selected state */
/* line 172, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.custom-radio:checked + .radio-card {
  border-color: #EE3224;
}

/* check icon wrapper */
/* line 178, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.check-icon {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: scale(0.8);
  transition: transform .18s ease, opacity .18s ease;
  pointer-events: none;
}

/* show icon if selected */
/* line 191, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.custom-radio:checked + .radio-card .check-icon {
  opacity: 1;
  transform: scale(1);
}

/* line 196, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.divider-text {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: center;
  color: #868686;
  gap: 32px;
}

/* line 206, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.divider-text::before,
.divider-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #E5E5E5;
}

/* line 213, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.not-learn-link {
  color: #EE3224;
  font-weight: bold;
  text-decoration: underline;
}

/* line 218, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.image-border-radius {
  border-radius: 16px;
}

/* line 221, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.banner-image img {
  width: 100%;
}

/* line 225, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.modal-width-banner {
  max-width: 720px;
}

/* line 228, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.modal-content {
  border-radius: 16px;
  overflow: hidden;
}

/* Header */
/* line 234, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.modal-body-pd {
  padding: 24px;
  padding-top: 0px;
}

/* line 238, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.modal-body p {
  font-size: 14px;
}

/* line 241, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.modal-header {
  border-bottom: none;
  padding: 24px;
  display: flex;
  align-items: center;
}

/* line 248, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.modal-title {
  font-size: 18px;
  font-weight: 600;
}

/* line 253, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.custom-close {
  margin-left: auto;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  opacity: 1;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/* line 265, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.custom-close:hover {
  opacity: .7;
}

/* Content */
/* line 271, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.section-box {
  background: #fff;
  border-radius: 10px;
  margin-top: 16px;
  border: 1px solid #E5E5E5;
  margin-bottom: 24px;
}

/* line 278, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.section-header {
  background-color: #FAFAFA;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 286, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.section-text {
  font-size: 14px;
  padding: 24px;
}

/* Apply Button */
/* line 292, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.apply-btn {
  background: #EE3224;
  color: #fff;
  border: none;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.2s;
}

/* line 307, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.apply-btn .arrow {
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
}

/* line 313, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.apply-btn:hover {
  background: #e5281c;
}

/* line 316, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.apply-text {
  font-size: 18px;
  font-weight: 600;
}

/* card section*/
/* line 324, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.section-container {
  max-width: 720px;
  margin: 0 auto;
}

/* line 329, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.doc-card {
  border-radius: 16px;
  background: #FFF4E5;
  padding: 20px;
  transition: transform 0.2s ease;
  height: 100%;
}

/* line 336, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.doc-card2 {
  border-radius: 16px;
  background: #FFF4E5;
  padding: 5px;
  padding-top: 20px;
  transition: transform 0.2s ease;
  height: 100%;
}

/* line 346, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.doc-image {
  background: #FFB03E;
  border-radius: 8px;
  padding: 30px 52px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 356, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.doc-image img {
  max-width: 200%;
  border-radius: 6px;
}

/* line 361, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.doc-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
}

/* line 367, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.doc-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 40px;
}

/* line 373, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 379, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.doc-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

/* line 386, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.list-bottom {
  margin-bottom: 16px;
}

/* line 390, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.circle-img {
  padding-right: 14px;
}

/* line 394, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.custom-accor {
  border: none;
}

/* line 398, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.custom-accor button {
  background-color: #FAFAFA !important;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border: none;
  box-shadow: none !important;
  color: #1B1B25 !important;
  font-size: 14px;
}

/* line 408, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.accor-inside {
  background: #FAFAFA !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
}

/* Font Awesome chevron rotation */
/* line 417, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.accordion-button .fas.fa-chevron-down {
  transition: transform 0.3s ease;
  display: inline-block;
  transform-origin: center center;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
}

/* line 427, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.accordion-button.collapsed .fas.fa-chevron-down {
  transform: rotate(0deg);
}

/* line 431, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.accordion-button:not(.collapsed) .fas.fa-chevron-down {
  transform: rotate(180deg);
}

/* line 435, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.collapse-icon::after {
  background-image: url(/New_registration/CaretDown.png) !important;
  width: 18px;
  height: 18px;
}

/* line 441, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.collapse-icon:not(.collapsed)::after {
  background-image: url(/New_registration/CaretDown.png) !important;
  width: 18px;
  height: 18px;
}

/**4 esay section**/
/* Step Card */
/* Active State */
/* Step Label */
/* line 498, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.step-label {
  font-size: 12px;
  font-weight: 600;
  color: #868686;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* Step Title */
/* Step Description */
/* Connector */
/* line 533, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.connector {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/New_registration/arrow-inactive.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: auto 16px;
  position: relative;
  z-index: 1;
}

/* line 547, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.connector.active {
  background: url(/New_registration/arrow-active.svg);
}

/* line 552, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.form-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

/* line 558, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.items-button-footer {
  color: #fff !important;
  background-color: #EE3224 !important;
}

/* line 563, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
a#items-button {
  text-decoration: none;
}

@media (max-width: 576px) {
  /* line 574, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .section-title {
    margin-bottom: 12px;
  }

  /* line 577, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .section-title-init {
    font-size: 1.75rem;
    text-align: left;
    padding: 10px;
    padding-bottom: 0px;
  }

  /* line 584, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .section-subtitle {
    margin-bottom: 32px;
  }

  /* line 587, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .section-subtitle-init {
    margin-bottom: 32px;
    text-align: left;
    padding: 10px;
  }

  /* line 592, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .question-text-init {
    text-align: left;
    margin-left: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  /* line 603, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .section-container {
    padding: 0px 20px;
  }

  /* line 616, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .connector {
    transform: rotate(90deg);
    margin: 0;
    align-self: center;
  }

  /* line 648, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .custom-footer {
    background-color: #E5E5E5;
    padding: 20px;
  }

  /* line 653, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .modal-content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: auto;
  }

  /* line 658, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .modal-body-pd {
    overflow-y: scroll;
    max-height: 502px;
  }

  /* line 664, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .divider-text {
    margin-top: 14px;
    gap: 0px;
  }
}
/* line 670, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.footer-heading {
  display: flex;
  align-items: center;
}

/* line 675, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.residnce-card {
  margin-right: 7px !important;
}

/* line 678, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
.passport-card {
  margin-left: 7px !important;
}

@media (max-width: 768px) {
  /* line 682, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .responsive-margin {
    margin-bottom: 15px;
  }

  /* line 685, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .residnce-card {
    margin: 0px !important;
  }

  /* line 688, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .passport-card {
    margin: 0px !important;
  }

  /* line 691, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .card-bottom {
    margin-bottom: 22px !important;
  }

  /* line 694, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .card-top {
    margin-top: 22px !important;
  }

  /* Mobile navbar adjustments when shop button is present */
  /* line 699, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .navbar-new .container-fluid {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }

  /* line 705, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .navbar-new .d-flex {
    align-items: center;
    gap: 8px;
    flex-shrink: 1;
    min-width: 0;
  }

  /* line 712, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .navbar-new .navbar-brand-new {
    flex-shrink: 1;
  }

  /* line 716, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .navbar-new .navbar-brand-new img {
    max-width: 140px;
    height: auto;
  }

  /* line 721, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .navbar-new .shop-buton-div {
    flex-shrink: 0;
  }

  /* line 725, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .navbar-new .shop-app-button {
    font-size: 8px !important;
    padding: 6px 8px !important;
    width: 100px !important;
    height: 26px !important;
  }

  /* line 732, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .navbar-new .language-selector {
    font-size: 12px !important;
    padding: 4px 8px !important;
    min-width: 50px;
  }

  /* line 738, /opt/jpsmart_user/app/assets/stylesheets/init_new_ui.scss */
  .navbar-new .dropdown {
    flex-shrink: 0;
  }
}
/* CSS Document */
/* line 4, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
body {
  font-family: 'Inter', sans-serif;
  color: #1B1B25;
}

/* line 10, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.header-pd {
  padding: 20px 120px !important;
}

/* line 14, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.flag-icon {
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  background: linear-gradient(to bottom, #fff 50%, #dc143c 50%);
  border: 1px solid #ddd;
  border-radius: 2px;
}

/* line 25, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.head-bar {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  padding: 0px;
}

/* line 31, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.language-menu {
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* line 36, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.language-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 42, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-toggle::after {
  display: none;
}

/* line 46, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.language-toggle.no-caret::after {
  display: none !important;
}

/* line 50, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.language-toggle.show .bi-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

/* line 55, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.flag-en {
  background: linear-gradient(to right, #012169 33%, #fff 33%, #fff 66%, #c8102e 66%);
}

/* line 59, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.flag-jp {
  background: linear-gradient(to bottom, #fff 50%, #dc143c 50%);
}

/* line 63, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.main-container {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 27.5px;
  padding-bottom: 32px;
  width: 100%;
}

/* line 72, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.question-text {
  font-size: 14px;
  color: #1B1B25;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 40px;
  font-weight: 700;
}

/* line 82, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio {
  display: none;
}

/* card style */
/* line 87, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.radio-card {
  font-size: 14px;
  font-weight: bold !important;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: all 0.22s ease;
  height: 100%;
  position: relative;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 16.5px 16px;
}

/* selected state */
/* line 105, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card {
  border-color: #EE3224;
}

/* check icon wrapper */
/* line 111, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.check-icon {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
  pointer-events: none;
}

/* show icon if selected */
/* line 123, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card .check-icon {
  opacity: 1;
  transform: scale(1);
}

/* card section*/
/* line 130, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.section-container {
  max-width: 720px;
  margin: 0 auto;
}

/* line 138, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.doc-image {
  background: #FFB03E;
  border-radius: 8px;
  padding: 30px 52px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 148, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.doc-image img {
  max-width: 100%;
  border-radius: 6px;
}

/* line 153, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.doc-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
}

/* line 159, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.doc-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 40px;
}

/* line 165, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 171, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.doc-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

/* line 178, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.list-bottom {
  margin-bottom: 16px;
}

/* line 182, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.circle-img {
  padding-right: 14px;
}

/* line 186, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accor {
  border: none;
}

/* line 190, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accor button {
  background-color: #FAFAFA !important;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border: none;
  box-shadow: none !important;
  color: #1B1B25 !important;
  font-size: 14px;
}

/* line 200, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.accor-inside {
  background: #FAFAFA !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
}

/* line 208, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.collapse-icon::after {
  content: "";
  display: inline-block;
  background-image: url(/New_registration/CaretDown.png) !important;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 218, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.collapse-icon:not(.collapsed)::after {
  content: "";
  display: inline-block;
  background-image: url(/New_registration/CaretDown.png) !important;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 228, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.items-button {
  color: #fff;
  background-color: #EE3224;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  border: none;
  height: 48px;
}

/* line 239, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.button-bottom {
  margin-bottom: 40px;
}

/**4 esay section**/
/* line 244, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.easy-bg {
  background-color: #FAFAFA;
  padding: 80px 120px;
}

/* line 248, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 252, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.steps-container {
  display: flex;
  align-items: stretch;
  gap: 0;
}

/* Step Card */
/* line 259, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-card {
  flex: 1;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}

/* Active State */
/* line 273, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-card.active {
  border-color: #EE3224;
}

/* line 278, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-card.active .step-icon {
  background: #EE3224;
}

/* Step Label */
/* line 283, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-label {
  font-size: 12px;
  font-weight: 600;
  color: #868686;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* line 292, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-card.active .step-label {
  color: #EE3224;
}

/* Step Title */
/* line 297, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-title {
  font-size: 20px;
  font-weight: 700;
  color: #1B1B25;
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Step Description */
/* line 310, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-description {
  font-size: 14px;
  color: #868686;
  line-height: 1.5;
  flex-grow: 1;
}

/* Connector */
/* line 318, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.connector {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/New_registration/arrow-inactive.svg) no-repeat center !important;
  background-size: contain !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: auto 16px;
  position: relative;
  z-index: 1;
}

/* line 333, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.connector.active {
  background: url(/New_registration/arrow-active.svg) no-repeat center !important;
  background-size: contain !important;
}

/* line 339, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.form-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

/* line 345, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.items-button-footer {
  display: block;
}

/************ choose product****************/
/* line 350, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.padding-container {
  padding: 0px 120px;
}

/* line 354, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.delivery-options {
  gap: 20px !important;
}

/* line 357, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.choose-head {
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  padding-top: 27px;
  margin-bottom: 6px;
}

/* line 365, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.choose-p {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
  margin-bottom: 27px;
}

/***step progress***/
/* line 373, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-progress {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  padding-top: 27px;
  max-width: 400px;
  margin-left: auto;
}

/* line 382, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  min-height: 70px;
}

/* line 391, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans", sans-serif;
  flex-shrink: 0;
}

/* line 407, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-number.active {
  background-color: #fffdfd;
  color: #EE3224;
  border: 1px solid #EE3224;
}

/* line 413, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-number.completed-step {
  background-color: #EE3224;
  color: #fff;
  border: 1px solid #EE3224;
}

/* line 419, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-number.inactive {
  background-color: #E5E5E5;
  color: #6c757d;
  border: 1px solid #E5E5E5;
}

/* line 425, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-circle-title {
  font-size: 12px;
  text-align: center;
  max-width: 80px;
  line-height: 1.3;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* line 434, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-circle-title.active {
  color: #EE3224;
  font-weight: 600;
}

/* line 439, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-circle-title.completed-step {
  color: #EE3224;
  font-weight: 600;
}

/* line 444, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-circle-title.inactive {
  color: #868686;
  font-weight: 400;
}

/* line 449, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-connector {
  position: absolute;
  top: 15px;
  left: 60%;
  right: -40%;
  height: 1px;
  background-color: #E5E5E5;
  z-index: 1;
}

/* line 459, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-connector.completed-step {
  background-color: #EE3224;
}

/* line 463, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-item:last-child .step-connector {
  display: none;
}

/* line 467, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.left-top {
  padding-top: 10px;
  padding-right: 40px;
}

/* line 472, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.right-top {
  padding-top: 40px;
  padding-left: 40px;
}

/* Sticky summary section for desktop view */
@media (min-width: 992px) {
  /* line 479, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .right-top {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
}
/* line 488, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 1.7;
}

/* line 495, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-p {
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0px;
  margin-right: 20px !important;
}

/* line 502, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-p-tnc {
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0px;
  margin-right: 0px !important;
}

/* line 509, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-desc {
  font-size: 12px !important;
}

/* line 512, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.airport-sub {
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 2px;
}

/* line 520, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.airport-option {
  font-size: 12px;
  font-weight: 400;
  color: #1B1B25;
}

/* line 525, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.rd-padding {
  padding: 16px;
}

/* Fix image sizing for Firefox compatibility */
/* line 530, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-logo-img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  shape-rendering: crispEdges;
}

/* line 539, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-image {
  display: flex;
  align-items: center;
}

/* Phone number icons */
/* line 545, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.phone-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 554, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.new-phone-icon {
  content: url(/New_registration/new-phonenumber.svg);
}

/* line 558, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.mnp-transfer-icon {
  content: url(/New_registration/mnp-transfer.svg);
}

/* Active states for phone icons */
/* line 563, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card .new-phone-icon {
  content: url(/New_registration/new-number-active.svg);
}

/* line 567, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card .mnp-transfer-icon {
  content: url(/New_registration/mnp-trasfer-active.svg);
}

/* line 571, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.check-icon-plan {
  position: absolute;
  top: 27px;
  right: 16px;
  width: 16px;
  height: 16px;
  opacity: 0;
  pointer-events: none;
  transition: transform .18s ease, opacity .18s ease;
}

/* line 582, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card .check-icon-plan {
  opacity: 1;
  transform: scale(1);
}

/* line 587, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.check-icon-phone {
  position: absolute;
  top: 27px;
  right: 16px;
  width: 16px;
  height: 16px;
  opacity: 0;
  pointer-events: none;
  transition: transform .18s ease, opacity .18s ease;
}

/* line 598, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card .check-icon-phone {
  opacity: 1;
  transform: scale(1);
}

/* line 603, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.offer-box {
  background: #FFF5E6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 12px;
  padding: 12px 16px;
  margin-top: 16px;
  color: #1E1E1E;
}

/* line 613, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.offer-box .highlight {
  color: #EE3224;
  font-weight: bold;
}

/* line 618, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.heading-phone {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* line 624, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.offer-bottom {
  background-color: #FFF5E6;
  padding: 12px 16px;
}

/* line 629, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.offer-radio {
  padding: 16px 0px 0px 0px;
}

/* line 633, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.text-check {
  padding-left: 16px;
  padding-right: 16px;
}

/****select plan****/
/* line 639, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-card {
  display: block;
  cursor: pointer;
  height: 100%;
  background-color: #fff;
}

/* line 646, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-card input {
  display: none;
  /* hide radio */
}

/* line 651, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-content {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Top section */
/* line 663, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-top {
  background: #fff;
  padding: 56px 20px 20px 20px;
  position: relative;
  border-radius: 8px;
  flex-grow: 1;
}

/* Bottom section */
/* line 672, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-footer {
  font-size: 12px;
  padding: 12px 16px;
  background: #F9F9F9;
  border-radius: 0 0 8px 8px;
  color: #1E1E1E;
}

/* Active state */
/* line 681, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-card input:checked + .plan-content .plan-top {
  background: #EE3224;
  color: #fff;
}

/* line 686, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-card input:checked + .plan-content .plan-price {
  color: #fff;
}

/* line 691, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-card input:checked + .plan-content .plan-footer {
  background: #FFF5E6;
  color: #333;
}

/* Title & price */
/* line 698, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-title {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 4px;
}

/* line 704, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-price {
  font-size: 18px;
  color: #EE3224;
  margin-bottom: 0px;
}

/* Badge */
/* line 711, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.badge {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 10px;
  background: #fff7e6;
  color: #FF9900;
  padding: 6px 10px;
  border-radius: 30px;
  font-weight: 500;
}

/* Check icon */
/* line 724, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.check-icon-offer {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
}

/* line 732, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.plan-card input:checked + .plan-content .check-icon-offer {
  opacity: 1;
  transform: scale(1);
}

/****delivery time******/
/* line 738, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.time-dropdown {
  position: relative;
  height: 52px;
  z-index: 10;
}

/* Trigger (summary behaves like button) */
/* line 745, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.time-btn {
  list-style: none;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 16px;
  font-weight: 400;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #1B1B25;
}

/* line 760, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.time-btn:hover {
  border-color: #EE3224;
}

/* Custom caret icon */
/* line 765, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.time-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #868686;
}

/* Dropdown Panel */
/* line 779, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.time-menu {
  margin-bottom: 6px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  z-index: 15;
  bottom: 100%;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* Manual Inputs */
/* line 793, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.manual-inputs {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 799, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.manual-inputs input {
  flex: 1;
  padding: 6px 8px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  font-size: 14px;
}

/* line 807, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.manual-inputs input:focus {
  border-color: #e63946;
  outline: none;
}

/* line 812, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.time-form:focus {
  box-shadow: none;
}

/***product summery***/
/* Container */
/* line 819, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-box {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

/* Section titles */
/* line 828, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* Row layout */
/* line 835, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

/* line 841, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-row:last-child {
  border-bottom: none;
}

/* line 845, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-label {
  font-weight: 400;
  font-size: 14px;
  color: #868686;
  display: flex;
  align-items: center;
}

/* line 853, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-label {
  font-size: 14px;
  font-weight: bold;
  margin-top: auto;
  margin-left: 16px;
}

/* line 861, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-value {
  font-weight: 400;
  font-size: 14px;
  margin-top: auto;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 60%;
  text-align: right;
}

/* line 871, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-value2 {
  font-weight: 400;
  font-size: 14px;
  margin-top: auto;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 60%;
  text-align: right;
}

/* line 882, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-value.price-display {
  word-wrap: normal;
  word-break: normal;
  overflow-wrap: normal;
  white-space: nowrap;
}

/* line 889, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-highlight {
  color: #EE3224;
  font-weight: 700;
}

/* line 894, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.border-bottom-summery {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 16px;
  margin-top: 16px;
}

/* Note box */
/* line 901, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-note {
  background: #FFF4E5;
  padding: 16px;
  border-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
  margin-top: 15px;
}

/* Tax Note Accordion */
/* line 911, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-note-accordion {
  background: #FFF4E5;
  border-radius: 8px;
  font-size: 14px;
  color: #1B1B25;
  overflow: hidden;
}

/* line 920, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-note-header {
  display: flex;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease;
}

/* line 929, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-note-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 933, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.tax-note-arrow {
  font-size: 12px;
  margin-right: 12px;
  transition: transform 0.3s ease;
  color: #1B1B25;
  font-weight: bold;
}

/* line 941, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.tax-note-arrow.expanded {
  transform: rotate(90deg);
}

/* line 945, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-note-content {
  flex: 1;
  line-height: 1.4;
}

/* line 950, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-note-body {
  padding: 0 16px 16px 16px;
  margin-top: 8px;
  display: none;
}

/* line 956, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-note-body p {
  margin-bottom: 8px;
}

/* line 959, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-note-body h6 {
  margin-top: 12px;
}

/* line 962, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-note-body.expanded {
  display: block;
}

/* line 966, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.tax-note-details {
  line-height: 1.4;
}

/* line 970, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.tax-note-details ul {
  padding-left: 1.5rem;
  margin-bottom: 12px;
  list-style: none;
}

/* line 976, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.tax-note-details ul li {
  position: relative;
}

/* line 980, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.tax-note-details ul li::before {
  content: "※";
  font-weight: 900 !important;
  font-family: 'Inter', sans-serif;
  position: absolute;
  left: -1.5rem;
}

/* Footer actions */
/* line 989, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
  gap: 12px;
}

/* line 997, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-btn {
  flex: 1;
  padding: 14px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  text-align: center;
}

/* line 1008, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-btn.back {
  background: #fff;
  border-color: #EE3224;
  color: #EE3224;
  text-decoration: none;
}

/* line 1015, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-btn.back:hover {
  background: #ffe5e7;
}

/* line 1019, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-btn.next {
  background: #EE3224;
  color: #fff;
  text-decoration: none;
}

/* line 1025, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-btn.next:hover {
  background: #EE3224;
}

/* line 1029, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-bar {
  display: none;
}

/* line 1033, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.collapse-drawer {
  display: none;
}

/*****create account************/
/* line 1038, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-input {
  border: 1px solid #E5E5E5;
  padding: 16px;
  border-radius: 12px;
  font-size: 14px;
  height: 54px;
}

/* line 1046, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-input:focus {
  box-shadow: none;
  border-color: #EE3224;
}

/* line 1057, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.input-label {
  font-size: 14px;
  color: #868686;
}

/* line 1062, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eye-icon {
  position: absolute;
  top: 20px;
  right: 16px;
}

/* line 1068, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sub-info {
  color: #EE3224;
  text-decoration: underline;
}

/*****residence card***/
/* line 1076, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.photo-heading {
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}

/* line 1083, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.photo-accor {
  border: none;
}

/* line 1087, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.photo-accor-inside {
  background: #FCF7F0 !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
  padding-top: 0px !important;
  padding: 24px;
}

/* line 1097, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.photo-accor button {
  background-color: #FCF7F0 !important;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border: none;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 24px;
}

/* line 1109, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.accordion-text {
  flex: 1;
}

/* line 1113, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.photo-accor button h6 {
  color: #1B1B25 !important;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

/* line 1120, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.photo-accor-p {
  color: #868686 !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Caret styles */
/* line 1128, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.collapse-photo::after {
  content: "";
  display: inline-block;
  background-image: url(/New_registration/CaretDown-light.svg) !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/* line 1139, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.collapse-photo:not(.collapsed)::after {
  content: "";
  display: inline-block;
  background-image: url(/New_registration/CaretDown-light.svg) !important;
  transform: rotate(180deg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 1148, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* always 2 columns */
  gap: 20px;
}

/* line 1155, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.image-card {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}

/* line 1162, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.image-card img {
  width: 100%;
  height: 172px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  border-radius: 8px;
}

/* line 1170, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.image-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

/* line 1176, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.image-card p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* line 1182, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.close-btn {
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: transparent;
}

/* line 1190, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.close-btn img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* line 1196, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upload-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns */
  gap: 24px;
  margin-top: 20px;
  margin-bottom: 32px;
}

/* line 1205, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upload-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

/* line 1211, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upload-card p {
  font-size: 14px;
  color: #868686;
  margin: 0 0 24px 0;
}

/* line 1217, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upload-box {
  display: block;
  border: 1px dashed #EE3224;
  border-radius: 16px;
  padding: 64px 4px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
  height: 200px;
  position: relative;
}

/* line 1229, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upload-box:hover {
  background: rgba(244, 67, 54, 0.05);
}

/* line 1233, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upload-content img {
  width: 32px;
  margin-bottom: 10px;
}

/* line 1238, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upload-content span {
  display: block;
  font-size: 12px;
  color: #868686;
}

/* line 1244, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.disabled-btn {
  background-color: #D7D7D7 !important;
}

/* line 1248, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upoad-action {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 12px;
}

/* line 1255, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upoad-button {
  flex: 1;
  padding: 14px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  text-align: center;
  width: 100%;
}

/* line 1267, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upoad-button.next {
  background: #EE3224;
  color: #fff;
}

/* line 1272, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upload-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 16px;
}

/* line 1283, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #ddd;
  border-top: 3px solid #EE3224;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* line 1299, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.upload-preview {
  width: 100% !important;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1308, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/New_registration/caret-down-dark.svg) no-repeat right 1rem center/16px !important;
  padding-right: 2.5rem;
}

/* line 1316, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-select option:hover {
  background: #ffe0dd;
  color: #1b1b25;
}

/* line 1321, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-select option:checked {
  background: #ee3224;
  color: #fff;
}

/* Style date input with custom caret */
/* line 1328, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-date {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 2.5rem;
  background: url(/New_registration/caret-down-dark.svg) no-repeat right 1rem center/14px !important;
  background-repeat: no-repeat;
}

/* line 1338, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Android-specific fixes */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1349, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .custom-date::-webkit-calendar-picker-indicator {
    opacity: 1 !important;
    background: transparent !important;
    color: transparent !important;
    position: absolute !important;
    right: 1rem !important;
    width: 20px !important;
    height: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
/* Hide calendar icon for MNP page date inputs but keep functionality */
/* line 1363, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.floating-input input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
  position: absolute !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
  background: transparent !important;
  color: transparent !important;
}

/* line 1374, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.floating-input input[type="date"] {
  background: none !important;
}

/* Mobile-only fix for date picker dropdown arrow visibility */
@media (max-width: 991px) {
  /* Completely hide native date picker arrow for dob field */
  /* line 1381, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .dropdown-wrapper #dob::-webkit-calendar-picker-indicator {
    display: none !important;
    opacity: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  /* Remove background image from dob field */
  /* line 1389, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .dropdown-wrapper #dob {
    background: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
         appearance: none !important;
  }

  /* Show custom arrow */
  /* line 1396, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .dropdown-wrapper #dobArrow {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    right: 14px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    z-index: 100 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* line 1408, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .dropdown-wrapper #dobArrow img {
    width: 14px !important;
    height: 14px !important;
    display: block !important;
  }

  /* MNP page date fields - hide native arrows */
  /* line 1415, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .floating-input #mnpExpiryDate::-webkit-calendar-picker-indicator,
  .floating-input #transferDate::-webkit-calendar-picker-indicator {
    display: none !important;
    opacity: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  /* line 1423, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .floating-input #mnpExpiryDate,
  .floating-input #transferDate {
    background: url(/New_registration/caret-down-dark.svg) no-repeat right 16px center !important;
    background-size: 14px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
         appearance: none !important;
  }
}
/* Focus border color */
/* line 1434, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-date:focus,
.custom-date:focus-visible {
  border: 1px solid #EE3224 !important;
}

/* line 1439, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-date:-moz-focusring {
  border: 1px solid #EE3224;
}

/* line 1443, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.delivery-top {
  margin-top: 40px;
}

/* line 1447, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.red-text-bottom a {
  font-size: 12px;
  font-weight: 600;
  color: #EE3224;
  text-decoration: none;
}

/*****choose product number validation***/
/* line 1456, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-wrapper {
  position: relative;
}

/* line 1459, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.arrow-info {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust this based on where you want it horizontally */
  transform: translateY(-50%);
  pointer-events: none;
  /* Ensures clicks go to the select element */
}

/* line 1466, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-input {
  width: 100%;
  padding: 16px;
  font-size: 14px;
  border-radius: 12px;
  cursor: pointer;
  padding-top: 25px;
}

/* line 1476, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-input:focus {
  border-color: #EE3224;
  outline: none;
}

/* line 1481, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-label {
  position: absolute;
  left: 10px;
  top: 17px;
  font-size: 14px;
  color: #868686;
  padding: 0 4px;
  pointer-events: none;
  transition: all 0.2s ease;
}

/* line 1492, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-input:focus ~ .dropdown-label,
.dropdown-input.has-value ~ .dropdown-label {
  top: 8px;
  left: 7px;
  font-size: 12px;
  color: #868686;
}

/* Keep birth date label fixed in position */
/* line 1501, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#dob:focus ~ .dropdown-label {
  left: 14px !important;
}

/* line 1505, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

/* line 1522, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 1528, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-option {
  padding: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
  font-size: 14px;
}

/* line 1538, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-option:hover {
  background: #FAFAFA;
}

/* line 1542, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-option.selected {
  background: #FAFAFA;
  font-weight: 400;
  color: #1B1B25;
}

/* line 1548, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-check {
  display: none;
  color: #1976d2;
  font-weight: bold;
}

/* line 1554, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.dropdown-option.selected .dropdown-check {
  display: inline-block;
}

/* line 1557, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.notice-box {
  background-color: #fff3e6;
  /* light peach background */
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
}

/* line 1565, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.notice-title {
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 1570, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.notice-list {
  margin: 0;
  padding-left: 20px;
}

/* line 1574, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.notice-link {
  color: #EE3224;
  font-weight: bold;
  text-decoration: underline;
}

/* line 1579, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.line-height {
  line-height: 1.7;
}

/* line 1582, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.edit-btn {
  cursor: pointer;
}

/* line 1585, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.finalstep-box {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

/* line 1592, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.summary-buttons, .summary-buttons-tnc {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 12px;
}

/* line 1598, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-btns {
  display: none;
}

/* line 1602, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.edit-input {
  width: 100%;
  font-size: 14px;
  padding: 4px 6px;
  margin-top: 4px;
}

/*****tnc***/
/* line 1610, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.important-points-box {
  border-style: solid;
  border-color: #E5E5E5;
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 8px 8px;
  background: #ffffff;
  line-height: 1.6;
  max-height: 480px;
  overflow: overlay;
  padding: 24px;
}

/* line 1621, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.important-points-box-heading {
  border-style: solid;
  border-color: #E5E5E5;
  border-width: 1px 1px 0px 1px;
  border-radius: 8px 8px 0px 0px;
  background: #FAFAFA;
  line-height: 1.6;
  max-height: 480px;
  overflow: overlay;
  padding: 16px 24px 16px 24px;
}

/* line 1632, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.important-points-box-heading h1 {
  font-size: 16px !important;
  text-align: left;
  font-weight: 700;
  margin: 0px;
}

/* line 1639, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.important-points-box h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}

/* line 1645, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.important-points-box h6 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 6px;
}

/* line 1652, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.important-points-box p {
  font-size: 14px;
  margin-bottom: 10px;
}

/* ---------- reset / layout ---------- */
/* line 1657, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cbox {
  display: flex;
  align-items: flex-start;
  gap: .6em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1665, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-p, .sim-p-tnc {
  margin: 0;
  font: 14px/1.4 system-ui, sans-serif;
}

/* line 1671, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sub-info {
  color: #EE3224;
  font-weight: 600;
}

/* ---------- hide native ---------- */
/* line 1677, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* ---------- fake box ---------- */
/* line 1684, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cbox__decor {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  /* optical vertical align with text */
  border: 1px solid #9f9e9e;
  border-radius: 4px;
  background: #fff;
  transition: all .2s ease;
  position: relative;
}

/* ---------- tick ---------- */
/* line 1697, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cbox__decor::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform .2s ease;
}

/* ---------- checked ---------- */
/* line 1711, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cbox input:checked + .cbox__decor {
  background: #EE3224;
  border-color: #EE3224;
}

/* line 1716, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cbox input:checked + .cbox__decor::after {
  transform: rotate(45deg) scale(1);
}

/* ---------- hover ---------- */
/* line 1721, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cbox:hover .cbox__decor {
  border-color: #EE3224;
}

@media (max-width: 576px) {
  /* line 1725, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .easy-bg {
    padding: 40px 20px;
  }

  /* line 1729, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .main-container {
    padding: 20px 16px;
  }

  /* line 1733, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .step-progress {
    padding: 20px 10px;
  }

  /* line 1737, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .step-connector {
    top: 16px;
  }

  /* line 1741, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .upload-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /* line 1744, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .submitted-top {
    margin-top: 5% !important;
    margin-bottom: 15% !important;
  }

  /* line 1749, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-buttons {
    margin-top: 0px;
  }

  /* line 1753, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .check-icon-plan {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 16px !important;
  }

  /* line 1758, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .check-icon-plan2 {
    top: 20% !important;
    transform: translateY(-50%) !important;
    right: 16px !important;
  }

  /* line 1764, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .check-icon-phone {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 16px !important;
  }

  /* Special positioning for MNP option to align with text content only */
  /* line 1771, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .text-check .check-icon-phone {
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    transform: translateY(-50%) !important;
  }

  /* line 1778, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .text-check {
    position: relative !important;
  }

  /* Add spacing between plan cards in mobile */
  /* line 1783, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .plan-card {
    margin-bottom: 16px !important;
  }

  /* line 1787, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .row.g-3 {
    gap: 16px !important;
  }
}
@media (max-width: 991px) {
  /* line 1794, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .step-card {
    width: 100%;
    min-height: auto;
  }

  /* line 1799, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .step-description {
    font-size: 13px;
  }

  /* Do not hide .items-button here: users_new_ui imports this file and the start page
   * (init_new) uses .items-button with Bootstrap d-md-none on the mobile variant only.
   * Hiding .items-button for all widths ≤991px created a dead zone (768–991px) where
   * neither the mobile nor desktop "I've prepared the Items" button appeared. */
  /* line 1808, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-box {
    display: none !important;
  }

  /* line 1811, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .next-btn {
    display: none;
  }

  /* line 1815, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .custom-md6 {
    width: 100%;
  }

  /* line 1819, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .choose-head {
    text-align: left;
  }

  /* line 1823, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .choose-p {
    text-align: left;
  }

  /* line 1827, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .step-progress {
    margin: auto;
  }

  /* line 1831, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .header-pd {
    padding: 20px;
  }

  /* line 1835, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .padding-container {
    padding: 0px 20px;
  }

  /* line 1854, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
  }

  /* line 1863, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-heading {
    font-size: 14px;
    font-weight: 700;
  }

  /* line 1868, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .sub-head {
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* line 1875, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
  }

  /* line 1883, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-price {
    color: #EE3224;
    font-weight: bold;
  }

  /* line 1888, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-icon {
    padding-right: 8px;
  }

  /* line 1892, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  /* line 1898, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-btn {
    flex: 1;
    padding: 10px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
  }

  /* line 1908, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-btn.back {
    background: #f0f0f0;
    color: #333;
  }

  /* line 1913, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-btn.next {
    background: #e60000;
    color: #fff;
  }

  /* Overlay */
  /* line 1920, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 900;
  }

  /* Drawer */
  /* line 1934, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .collapse-drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: bottom 0.3s ease;
    max-height: 80%;
    overflow-y: auto;
    padding: 20px;
    z-index: 999;
  }

  /* Checkbox hack → active state */
  /* line 1950, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .drawer-checkbox:checked ~ .overlay {
    opacity: 1;
    visibility: visible;
  }

  /* line 1955, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .drawer-checkbox:checked ~ .collapse-drawer {
    bottom: 7rem;
    /* sits above footer bar */
  }

  /* line 1960, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .overlay.active {
    display: block;
  }

  /* line 1964, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .collapse-drawer {
    display: block;
  }

  /* line 1968, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .left-top {
    padding-right: 13px;
  }

  /* line 1972, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .check-icon-plan {
    top: 15px;
  }

  /* line 1976, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .check-icon-phone {
    top: 15px;
  }

  /* line 1980, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .check-icon-offer img,
  svg {
    vertical-align: sub;
  }

  /* line 1985, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .time-card-bottom {
    padding-bottom: 10px;
  }
}
/* line 1991, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.input-label {
  font-size: 14px;
  color: #868686;
}

/* line 1997, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.floating-input {
  position: relative;
  z-index: 1;
}

/* line 2001, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.floating-label {
  position: absolute;
  top: 17px;
  left: 16px;
  font-size: 14px;
  color: #868686;
  padding: 0 4px;
  transition: all 0.2s ease;
  pointer-events: none;
}

/* line 2012, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.floating-input input:not(:-moz-placeholder-shown) + .floating-label {
  top: 5px;
  left: 14px;
  font-size: 12px;
}
.floating-input input:focus + .floating-label,
.floating-input input:not(:placeholder-shown) + .floating-label,
.floating-input.focused .floating-label,
.floating-input select:focus + .floating-label {
  top: 5px;
  left: 14px;
  font-size: 12px;
}

/* line 2020, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.floating-input input:not(:-moz-placeholder-shown) {
  padding-top: 24px;
  padding-bottom: 8px;
}
.floating-input input:focus,
.floating-input input:not(:placeholder-shown),
.floating-input.focused input,
.floating-input.focused select,
.floating-input select:focus {
  padding-top: 24px;
  padding-bottom: 8px;
}

/* Specific styles for select elements in floating inputs */
/* line 2030, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.floating-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding-right: 2.5rem;
  cursor: pointer;
}

/* line 2039, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.floating-input select:focus {
  outline: none;
  border-color: #EE3224;
}

/************ Registration success completion ****************/
/***submited***/
/* line 2051, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.submitted-top {
  padding: 107px 0px;
  margin-top: 5% !important;
  margin-bottom: 5% !important;
}

/* line 2057, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.main-container-sub {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 27.5px;
  padding-bottom: 32px;
}

/* line 2064, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#confetti-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

/* line 2074, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.success-container {
  text-align: center;
  max-width: 573px;
  margin: auto;
  position: relative;
}

/* line 2080, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.img-z {
  z-index: 10000;
}

/* line 2083, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.success-text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 24px;
}

/* line 2089, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.btn-gohome {
  background: #EE3224;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

/* line 2101, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.content-spacer {
  flex: 1;
}

/* line 2105, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.submitted-footer {
  position: relative;
  background: #B61105;
  color: #fff;
  overflow: hidden;
}

/* Multiple gradient blur overlays for depth */
/* line 2113, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.submitted-footer::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 300px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
  background: #FF9900;
  top: -8rem;
  left: 10rem;
  z-index: 0;
}

/* line 2127, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.submitted-footer::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 300px;
  border-radius: 50%;
  filter: blur(114px);
  opacity: 0.5;
  background: #FF9900;
  bottom: -10rem;
  right: 0;
  z-index: 0;
}

/* Additional gradient orb */
/* line 2143, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.gradient-orb {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(114px);
  opacity: 0.25;
  background: #FF9900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* line 2157, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
  gap: 40px;
}

/* line 2168, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-text {
  flex: 1;
  max-width: 500px;
  padding-bottom: 64px;
  padding-left: 32px;
}

/* line 2175, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-text h2 {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}

/* line 2183, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

/* line 2189, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-text button {
  background-color: #FF9900;
  border-radius: 30px;
  border: none;
  padding: 10px 24px;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
}

/* line 2201, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-text button:hover {
  background-color: #FF8800;
}

/* line 2205, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-image {
  line-height: 0;
  flex-shrink: 0;
}

/* line 2210, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-image img {
  max-width: 350px;
  height: auto;
  display: block;
}

/* line 2215, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.img-z {
  z-index: 10000;
}

/*****passport photo upload*****/
/* line 2221, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.image-passport {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}

/* line 2228, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.image-passport img {
  width: 100%;
  height: 172px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #f5f5f5;
}

/* line 2237, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.image-passport h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

/* line 2243, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.image-passport p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* line 2248, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#user-email, #account-email-id {
  text-align: left;
}

@media (max-width: 768px) {
  /* line 2252, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .time-dropdown {
    z-index: 10;
  }

  /* line 2255, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .photo-heading {
    font-size: 16px;
    text-align: center;
  }

  /* line 2259, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .photo-accor button h6 {
    font-size: 18px;
  }

  /* line 2262, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .image-uploading-heading {
    font-size: 18px !important;
  }

  /* line 2265, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  #user-email, #account-email-id {
    text-wrap: auto;
    text-align: left;
  }

  /* line 2269, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .time-menu {
    z-index: 15;
  }

  /* line 2273, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .floating-input {
    z-index: 5;
    position: relative !important;
  }

  /* Override for non-dob date fields */
  /* line 2279, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .custom-date:not(#dob)::-webkit-calendar-picker-indicator {
    opacity: 1 !important;
    z-index: 10000 !important;
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }

  /* Keep floating-input date fields hidden on mobile */
  /* line 2291, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .floating-input input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
    position: absolute !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* line 2299, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  input[type="date"] {
    position: relative !important;
    z-index: 1 !important;
  }

  /* line 2304, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  input[type="date"]::-webkit-datetime-edit {
    position: relative !important;
    z-index: 1 !important;
  }

  /* line 2309, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  input[type="date"]:not(#dob):focus::-webkit-calendar-picker-indicator {
    opacity: 1 !important;
    z-index: 10000 !important;
  }

  /* Only boost z-index when date picker is active */
  /* line 2315, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  input[type="date"]:focus {
    z-index: 10000 !important;
  }

  /* Prevent horizontal overflow */
  /* line 2320, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  body {
    overflow-x: hidden !important;
  }

  /* Ensure proper positioning */
  /* line 2325, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .floating-input input[type="date"]:focus {
    transform: none !important;
    position: relative !important;
  }

  /* line 2330, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 30px;
    padding: 20px 20px 0 20px;
  }

  /* line 2337, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-text {
    padding-bottom: 0px;
    padding-top: 52px;
    max-width: 338px;
  }
}
@media (max-width: 991px) {
  /* line 2345, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .section-container {
    padding: 0px 20px;
  }

  /* line 2349, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .steps-container {
    flex-direction: column;
    gap: 20px;
  }

  /* line 2354, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .connector {
    transform: rotate(90deg);
    margin: 0;
    align-self: center;
  }

  /* line 2360, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .step-title {
    font-size: 16px;
  }

  /* line 2364, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .items-button-footer {
    color: #fff;
    background-color: #EE3224;
    padding: 10px 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    border: none;
    height: 48px;
    width: 100%;
    display: block;
  }

  /* line 2377, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .custom-footer {
    background-color: #fff;
    padding: 20px;
    border-top: 1px solid #E5E5E5;
  }

  /* line 2382, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-btns {
    display: block;
  }

  /* line 2386, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .main-container {
    padding: 20px 16px;
  }

  /* line 2390, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .choose-p {
    text-align: left;
  }

  /* line 2394, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .header-pd {
    padding: 20px !important;
  }

  /* line 2398, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .padding-container {
    padding: 0px 20px;
  }

  /* line 2402, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-bar {
    display: block;
    position: fixed;
    bottom: env(safe-area-inset-bottom, 0);
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #E5E5E5;
    padding: 20px;
    z-index: 9999;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  /* iPhone specific fix for footer gap */
  @supports (-webkit-touch-callout: none) {
    /* line 2420, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
    .footer-bar {
      padding-bottom: calc(20px + env(safe-area-inset-bottom, 0));
      bottom: 0;
    }
  }
  /* line 2426, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
  }

  /* line 2435, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-heading {
    font-size: 14px;
    font-weight: 700;
  }

  /* line 2440, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .sub-head {
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
  }

  /* line 2446, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
  }

  /* line 2454, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-price {
    color: #EE3224;
    font-weight: bold;
  }

  /* line 2459, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-icon {
    padding-right: 8px;
  }

  /* line 2463, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  /* line 2469, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-btn {
    flex: 1;
    padding: 10px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
  }

  /* line 2479, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-btn.back {
    background: #f0f0f0;
    color: #333;
  }

  /* line 2484, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .footer-btn.next {
    background: #e60000;
    color: #fff;
  }

  /* Overlay */
  /* line 2491, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 900;
  }

  /* Drawer */
  /* line 2505, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .collapse-drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: bottom 0.3s ease;
    max-height: 80%;
    overflow-y: auto;
    padding: 20px;
    z-index: 999;
  }

  /* Checkbox hack → active state */
  /* line 2521, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .drawer-checkbox:checked ~ .overlay {
    opacity: 1;
    visibility: visible;
  }

  /* line 2526, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .drawer-checkbox:checked ~ .collapse-drawer {
    bottom: 7rem;
    /* sits above footer bar */
  }

  /* line 2531, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .overlay.active {
    display: block;
  }

  /* line 2535, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-actions {
    display: none;
    margin-bottom: 0px !important;
  }

  /* line 2540, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .collapse-drawer {
    display: block;
  }

  /* line 2544, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .check-icon-plan {
    top: 15px;
  }

  /* line 2548, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .check-icon-offer img,
  svg {
    vertical-align: sub;
  }

  /* line 2554, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .navbar-new {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 2563, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cutom-modal-width {
  max-width: 720px;
}

/* line 2566, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-modal {
  border-radius: 16px;
  border: none;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 10000 !important;
}

/* line 2574, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal {
  z-index: 10000 !important;
}

/* line 2578, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-backdrop {
  z-index: 9999 !important;
}

@media (max-width: 991px) {
  /* line 2583, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 2593, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    max-height: 90vh !important;
    transform: translateY(0) !important;
  }

  /* line 2606, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .custom-modal {
    border-radius: 16px 16px 0 0 !important;
    margin: 0 !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    position: relative !important;
    bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* line 2617, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }

  /* Ensure eSIM modal specific adjustments */
  /* line 2622, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .esim-modal-width .modal-dialog {
    max-height: 90vh !important;
  }

  /* line 2626, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .esim-modal-width .modal-content {
    max-height: 80vh !important;
    display: flex !important;
    flex-direction: column !important;
  }
}
/* line 2633, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-header {
  border-bottom: none;
  padding: 20px 24px 0 24px;
  position: relative;
}

/* line 2639, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-titles {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #1B1B25;
  margin-right: 32px;
  /* avoid overlap with close button */
}

/* line 2647, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-body {
  padding: 16px 24px 24px 24px;
  font-size: 14px;
  line-height: 1.7;
}

/* line 2653, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-body a {
  color: #EE3224;
  text-decoration: underline;
  font-weight: 600;
}

/* line 2659, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-body strong {
  color: #D78202;
  font-weight: 600;
}

/* line 2664, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-body ul {
  padding-left: 20px;
}

/* Only center modal on medium screens and up (≥768px) */
@media (min-width: 768px) {
  /* line 2670, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .responsive-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    /* match Bootstrap's modal-dialog-centered */
  }
}
@media (min-width: 1300px) and (max-width: 1358px) {
  /* line 2677, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .plan-footer {
    padding: 8px;
  }
}
/******new style **************/
/* line 2685, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.offer-radio {
  padding: 16px 0 16px 0;
}

/* line 2690, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.mnp-transfer-box .offer-radio {
  border: 1px solid #fff;
  padding-bottom: 16px;
}

/* line 2695, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.mnp-transfer-box {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}

/* line 2700, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-icon {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: auto;
  margin-bottom: auto;
}

/* Change SVG image when active */
/* line 2711, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-icon.new-phone {
  content: url(/New_registration/new-phonenumber.svg);
}

/* line 2715, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-icon.mnp-transfer {
  content: url(/New_registration/mnp-transfer.svg);
}

/* When selected — swap to red version */
/* line 2720, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card .sim-icon.new-phone {
  content: url(/New_registration/new-number-active.svg);
}

/* line 2724, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card .sim-icon.mnp-transfer {
  content: url(/New_registration/mnp-trasfer-active.svg);
}

/* line 2728, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-card {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  margin-top: auto;
}

/* line 2738, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-card.physical-sim {
  background-image: url(/New_registration/SimCard.svg);
}

/* line 2742, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-card.esim {
  background-image: url(/New_registration/esim.svg);
}

/* ✅ Change icon color when active */
/* line 2747, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card .sim-card.physical-sim {
  background-image: url(/New_registration/physical-active.svg);
}

/* line 2751, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-radio:checked + .radio-card .sim-card.esim {
  background-image: url(/New_registration/esim-active.svg);
}

/* line 2756, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* line 2762, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.check-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 8px;
}

/* line 2769, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-box {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

/* line 2775, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-item {
  padding: 10px 12px;
  font-size: 13px;
}

/* line 2780, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-item.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

/* line 2784, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.alert-warning {
  background-color: #fff4e5;
  border: none;
  color: #333;
}

/* line 2790, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-modal-width {
  max-width: 560px;
}

/* line 2794, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.margin-top-modal {
  margin-bottom: 24px;
}

/* line 2798, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-sub-heading {
  color: #1B1B25;
  font-size: 14px;
  font-weight: 700;
}

/* line 2804, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-option {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 16px 20px;
  background-color: #fff;
}

/* line 2811, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 2820, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-title {
  font-size: 14px;
  font-weight: 700;
  color: #1B1B25;
}

/* line 2826, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.sim-desc {
  font-size: 14px;
  color: #1B1B25;
  line-height: 1.4;
}

/* line 2832, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-warning-section {
  background-color: #FFF4E5;
  border: none;
  color: #1B1B25;
  border-radius: 12px;
  padding: 16px;
  font-size: 14px;
}

/* line 2840, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-bottom-button {
  width: 48%;
  padding: 14px 37px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 400;
}

/* line 2847, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.physical-button {
  border: 1px solid #EE3224;
  color: #EE3224;
}

/* line 2851, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-button {
  background: #EE3224;
  color: #fff;
}

/* line 2855, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-modal-body {
  padding: 24px;
}

/* line 2858, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.list-unstyled {
  padding-left: 0 !important;
  list-style: none;
}

/* line 2862, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-modal {
  border-radius: 16px !important;
}

/* line 2865, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-title-esim {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #1B1B25;
}

/* line 2871, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.close.close-esim-button {
  font-size: 20px;
  margin-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  /* line 2878, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-title-esim {
    margin: 24px 0px 10px 24px;
  }

  /* line 2881, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .esim-modal {
    margin-top: auto;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
  }

  /* line 2888, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .esim-modal-body {
    padding: 16px !important;
    padding-bottom: 12px;
    max-height: calc(90vh - 120px) !important;
    overflow-y: auto !important;
  }

  /* line 2894, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-header {
    padding: 16px !important;
    flex-shrink: 0;
  }

  /* line 2898, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-header.modal-header-mob {
    padding: 20px 20px 0px 20px !important;
  }

  /* line 2901, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-footer {
    padding: 16px !important;
    flex-shrink: 0;
    flex-direction: column !important;
    gap: 12px !important;
  }

  /* line 2907, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-bottom-button {
    width: 100% !important;
    margin: 0 !important;
  }

  /* line 2911, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .esim-list li {
    margin-bottom: 16px !important;
  }

  /* line 2914, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .sim-option {
    padding: 12px 16px !important;
  }

  /* line 2917, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-sim-icon {
    width: 32px !important;
    height: 32px !important;
  }

  /* line 2921, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .sim-title {
    font-size: 13px !important;
  }

  /* line 2924, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .sim-desc {
    font-size: 13px !important;
  }

  /* line 2927, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-warning-section {
    padding: 12px !important;
    font-size: 13px !important;
  }

  /* line 2931, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .doc-card-outside {
    display: block !important;
  }

  /* line 2934, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .p-esim {
    margin-bottom: 0px;
  }

  /* line 2937, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .margin-top-modal {
    margin-bottom: 0px;
  }

  /* line 2940, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-note, .summary-note-accordion {
    margin-bottom: 20px;
  }
}
/* line 2944, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.passport-outside {
  margin: auto;
  padding-right: 11px;
}

/* line 2948, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.doc-card-outside {
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  transition: transform 0.2s ease;
  height: 100%;
  border: 1px solid #E5E5E5;
  display: flex;
  gap: 24px;
}

/******new init page changes ****/
/* line 2960, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accordion .card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: none;
}

/* line 2968, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accordion .card-header {
  background: #fff;
  padding: 0;
  border: none;
}

/* line 2974, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accordion .btn-link {
  text-decoration: none;
  padding: 16px 20px;
  font-weight: 600;
  color: #1B1B25;
}

/* line 2980, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.btn-link:hover {
  color: #1B1B25 !important;
}

/* line 2984, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accordion .icon-wrapper {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

/* line 2993, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accordion .title-text {
  font-size: 16px;
  font-weight: 700;
}

/* line 2998, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accordion .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  /* Points down by default */
  transition: transform 0.3s ease;
}

/* line 3007, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accordion.active .arrow,
.custom-accordion .arrow.active {
  transform: rotate(-135deg);
  /* Points up when clicked */
}

/* line 3013, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accordion .card-body {
  background: #fafafa;
  padding: 16px 20px;
  border-top: 1px solid #eee;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

/* line 3023, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.doc-card-bg {
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  transition: transform 0.2s ease;
  height: 100%;
  border: 1px solid #E5E5E5;
}

/* line 3031, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.see-link {
  font-size: 14px;
  font-weight: 700;
  color: #EE3224;
  text-decoration: none;
}

/* line 3037, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.see-link:hover {
  color: #EE3224;
  text-decoration: none;
}

/* line 3041, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-delivery .modal-dialog {
  max-width: 720px;
}

/* line 3045, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-delivery .modal-content {
  border-radius: 12px;
  border: none;
}

/* line 3050, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-delivery .modal-header {
  border-bottom: none;
  padding: 20px 24px 0;
}

/* line 3055, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-delivery .modal-titles {
  font-weight: 600;
  font-size: 18px;
  color: #1B1B25;
}

/* line 3061, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-delivery .modal-body {
  padding: 20px 24px 30px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

/* line 3068, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-delivery .modal-body h6 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
  color: #1B1B25;
}

/* line 3075, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-delivery .note-box {
  background: #FFF4E5;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  color: #1B1B25;
  margin-top: 10px;
}

/* line 3084, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-delivery .modal-footer {
  border-top: none;
  padding: 10px 24px 24px;
}

/* line 3088, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.box-sim {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 20px;
}

/* line 3093, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.box-sim p {
  margin-bottom: 0;
}

/* line 3096, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.close-sim {
  font-weight: 300;
  font-size: 28px;
}

@media (max-width: 768px) {
  /* line 3102, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .residence-card-div {
    margin-bottom: 20px;
  }

  /* line 3105, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .modal-init {
    margin-top: auto !important;
  }

  /* line 3108, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .box-sim p {
    margin-bottom: 0;
  }
}
/* Hide shipping section in mobile drawer only for DATA SIM + eSIM */
@media (max-width: 991px) {
  /* line 3115, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .plan-top {
    background: #fff;
    padding: 10px 10px 0px 20px;
    position: relative;
    border-radius: 8px;
    flex-grow: 1;
    min-height: 80px;
  }

  /* line 3123, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .badge {
    left: 80px !important;
  }

  /* line 3126, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .title-text {
    text-align: left;
  }

  /* line 3129, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .plan-desc {
    margin-bottom: 8px !important;
  }

  /* line 3132, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .drawer-shipping-section.hide-for-data-esim {
    display: none !important;
  }

  /* line 3135, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .MNP_info_heading {
    display: none !important;
  }

  /* Mobile adjustments for tax note accordion */
  /* line 3140, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .tax-note-arrow {
    font-size: 10px;
    margin-right: 10px;
  }

  /* line 3145, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-note-body {
    padding: 0 12px 12px 12px;
  }

  /* line 3148, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-note-body h6 {
    font-size: 14px;
  }
}
/* line 3153, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.MNP_info_heading {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1B1B25;
  margin: 16px 0px 16px 0px;
}

/* line 3161, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.aligining-center {
  display: flex;
  align-items: center !important;
}

/* line 3169, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.steps {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
  justify-content: center;
}

/* line 3178, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #555;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* line 3191, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.step-active {
  background: #EE3224;
  padding: 6px 16px;
  width: auto;
  border-radius: 4px;
}

/* line 3197, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-info-text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: #1B1B25;
  margin-bottom: 20px;
  text-align: left;
}

/* Section layout */
/* line 3207, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-section {
  margin-bottom: 15px;
  text-align: left;
}

/* Gray label with dot */
/* line 3213, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-title {
  background: #dcdcdc;
  display: inline-block;
  padding: 4px;
  font-weight: 700;
  color: #1B1B25;
  font-size: 15px;
  margin-bottom: 4px;
}

/* line 3222, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-title .dot {
  color: #1B1B25;
  margin-right: 4px;
  font-size: 16px;
}

/* Small details below */
/* line 3229, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-detail {
  font-size: 14px;
  line-height: 1.5;
  color: #1B1B25;
  margin-left: 4px;
}

/* Blue button */
/* line 3237, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.btn-esim-blue {
  background: #0000FF;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  margin-bottom: 10px;
}

/* line 3247, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.btn-esim-blue:hover {
  background: #0000cc;
}

/* Note text */
/* line 3252, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-note {
  font-size: 12px;
  color: #0000FF;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Red bottom button */
/* line 3261, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.btn-esim-red {
  background: #EE3224;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  max-width: 250px;
}

/* line 3272, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.btn-esim-red:hover {
  background: #d62a1c;
}

/* line 3275, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.button-class-mnp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 3281, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.inner-content {
  padding: 0px 20px 0px 20px;
}

/* line 3285, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.arrow_mnp {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 13px;
  padding: 0 20px 0 8px;
  background: #555555;
  border-radius: 0px 0 0 0px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  transition: background .25s;
  margin-right: 10px;
}

/* line 3299, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.arrow_mnp::after {
  content: "";
  position: absolute;
  left: 23px;
  width: 15px;
  height: 26px;
  background: #555555;
  border-radius: 0 6px 6px 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: background .25s;
}

/* line 3311, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-sim-icon {
  max-width: 100%;
  height: auto;
}

/* line 3316, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eid-field-group {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}

/* line 3324, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eid-field-group__hidden {
  grid-column: 1 / -1;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

/* line 3332, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eid-field-group .eid-general-error {
  grid-column: 1 / -1;
}

/* line 3336, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eid-field-group .eid-field-group__label {
  grid-column: 1;
}

/* line 3340, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eid-field-group .eid-field-group__input {
  grid-column: 2;
}

/* line 3344, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eid-field-group .eid-field-error {
  grid-column: 2;
  align-self: start;
  margin-top: 2px;
}

/* line 3350, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eid-field-group .eid-field-group__label {
  font-weight: 600;
  font-size: 16px;
  color: #1B1B25;
  margin-bottom: 0;
}

/* line 3357, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eid-field-group .eid-field-group__input {
  padding: 8px 12px;
  border: 1px solid #555;
  border-radius: 0;
  font-size: 16px;
  outline: none;
}

/* line 3365, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.eid-field-group .eid-field-group__input:focus {
  border-color: #EE3224;
}

/* line 3369, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.input-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

/* line 3376, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.input-row label {
  font-weight: 600;
  font-size: 16px;
  color: #1B1B25;
  margin-bottom: 0px;
}

/* line 3383, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.bg-label {
  background-color: #EE3224;
  color: white;
  border-radius: 4px;
  margin-left: 8px;
  padding: 2px;
}

/* line 3391, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.input-row input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #555;
  border-radius: 0;
  /* no border radius */
  font-size: 16px;
  outline: none;
}

/* line 3401, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.input-row input:focus {
  border-color: #EE3224;
  /* optional: red border on focus */
}

/* line 3406, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-instruction {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #333;
  text-align: left;
}

/* line 3413, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.esim-note {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}

/* line 3420, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.submit-btn-esim {
  width: 100%;
  max-width: 300px;
  padding: 12px;
  background-color: #EE3224;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 3434, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.submit-btn-esim:hover {
  background-color: #EE3224;
}

/* line 3438, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.custom-accordion-esim {
  border: 1px solid #555;
  border-radius: 0;
}

/* line 3443, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.accordion-item-esim {
  border-bottom: 1px solid #555;
}

/* line 3447, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.accordion-item-esim:last-child {
  border-bottom: none;
}

/* line 3451, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.accordion-header-esim {
  width: 100%;
  background: #fff;
  border: none;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
}

/* line 3466, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.accordion-arrow-esim {
  width: 10px;
  height: 10px;
  border-right: 2px solid #1B1B25;
  border-bottom: 2px solid #1B1B25;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 8px;
}

/* line 3476, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.accordion-item-esim.active .accordion-arrow-esim {
  transform: rotate(-135deg);
  /* rotated arrow on open */
}

/* line 3481, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.accordion-body-esim {
  display: none;
  padding: 12px 16px;
  background: #fff;
  font-size: 14px;
  color: #1B1B25;
}

/* line 3489, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.blue-square {
  width: 15px;
  height: 15px;
  background-color: #0b92b4;
  margin: auto;
  margin-right: 20px;
}

/****modal ***/
/* line 3499, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-modal-dialog {
  max-width: 560px;
  margin: 1.75rem auto;
}

/* line 3504, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-modal-content {
  border-radius: 0px;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 16px;
}

/* line 3513, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-close-btn {
  position: absolute;
  right: 16px;
  top: 21px;
  background: none;
  border: none;
  font-size: 28px;
  color: #1B1B25;
  cursor: pointer;
}

/* line 3523, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-close-btn-mnp-tomorrow {
  background: none;
  border: none;
  font-size: 28px;
  color: #1B1B25;
  cursor: pointer;
}

/* line 3531, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-modal-header {
  display: flex;
  align-items: center;
  padding: 16px;
  justify-content: start;
  border-bottom: 1px solid #EE3224;
}

/* line 3539, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #1B1B25;
}

/* line 3545, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-modal-body {
  padding: 24px 16px;
  color: #1B1B25;
  text-align: start;
}

/* line 3551, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-modal-footer {
  padding: 5px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* line 3558, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-proceed-btn {
  background: #EE3224;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 30px;
  border: none;
  font-size: 16px;
  min-width: 200px;
}

/* line 3569, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.confirm-proceed-btn:hover {
  background: #e43225;
  color: #fff;
}

/* line 3574, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cancel-btn {
  background: #555;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 30px;
  border: none;
  font-size: 16px;
  min-width: 200px;
}

/* line 3585, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.cancel-btn:hover {
  color: white;
}

/* line 3588, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.modal-text {
  font-size: 18px;
  font-weight: bold;
  color: #e43225;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 576px) {
  /* line 3605, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .confirm-modal-dialog {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }

  /* line 3612, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .confirm-modal-content {
    width: 100%;
    border-radius: 16px 16px 0 0;
    max-height: 90%;
  }
}
/* line 3621, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.box-middle {
  border: 1px solid #555;
  width: 400px;
  height: auto;
  padding: 10px;
  margin-top: 20px;
}

/* line 3628, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.box-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #555;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* line 3640, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.box-text {
  font-size: 16px;
  font-weight: 500;
}

/* line 3645, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.submit-btn-esim-settings {
  width: 100%;
  max-width: 300px;
  padding: 12px;
  background-color: #EE3224;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

@media (max-width: 560px) {
  /* line 3660, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .arrow_mnp {
    height: 8px !important;
    padding: 0 8px 0 4px !important;
    margin-right: 4px !important;
  }

  /* line 3665, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .arrow_mnp::after {
    left: 10px !important;
    width: 8px !important;
    height: 16px !important;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
  }
}
/* line 3679, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.submit-btn-esim-settings:hover {
  background-color: #EE3224;
}

/* line 3683, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.price-strike-mobile {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  margin-top: auto;
}

@media (max-width: 991px) {
  /* line 3691, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-value {
    white-space: nowrap;
  }

  /* line 3694, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-value2 {
    text-align: left;
  }

  /* line 3698, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-value-new-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: baseline !important;
  }
}
@media only screen and (max-width: 560px) {
  /* line 3706, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .steps {
    gap: 6px;
  }

  /* line 3709, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .step {
    font-size: 10px;
  }

  /* line 3713, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .steps {
    gap: 4px !important;
  }

  /* line 3716, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .step {
    min-width: 28px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 10px !important;
    flex-shrink: 0 !important;
  }

  /* line 3723, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .step-active {
    min-width: auto !important;
    width: auto !important;
    padding: 4px 8px !important;
    font-size: 8px !important;
    height: 28px !important;
  }

  /* line 3730, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .arrow_mnp {
    width: 5px !important;
    height: 5px !important;
    margin-right: 6px !important;
  }
}
/* line 3737, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#mobile-delivery-address {
  text-wrap: auto;
}

/* line 3741, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-bag-icon {
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  margin-left: 8px;
}

/* line 3749, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.footer-bag-icon.expanded {
  transform: rotate(180deg);
}

/* Hide service provider label when date picker is open */
@media (max-width: 768px) {
  /* line 3755, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  input[type="date"]:focus ~ .service-provider-container .service-provider-label,
  input[type="date"]:focus + * .service-provider-container .service-provider-label {
    visibility: hidden !important;
  }

  /* line 3760, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .service-provider-container .service-provider-label {
    z-index: 1 !important;
  }

  /* line 3764, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
  .summary-value.text-end.full-address-value {
    text-align: left !important;
  }
}
/* line 3769, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#pdf-wrapper {
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ddd;
  /* optional */
}

/* line 3776, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#pdf-viewer canvas {
  width: 100%;
  height: auto;
}

/* line 3782, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#pdf-wrapper-2 {
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ddd;
  /* optional */
}

/* line 3789, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#pdf-wrapper-2 canvas {
  width: 100%;
  height: auto;
}

/* line 3794, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.arrow-confirm {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  /* RIGHT */
  transition: transform 0.3s ease;
}

/* When accordion is OPEN */
/* line 3804, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.terms-accordion-btn:not(.collapsed) .arrow-confirm {
  transform: rotate(45deg);
  /* DOWN */
}

/* Default — centered label */
/* line 3809, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.floating-input-activation-date {
  position: absolute;
  left: 15px;
  top: 6px;
  font-size: 12px;
  transition: all 0.2s ease;
  pointer-events: none;
}

/* Float label ONLY when input has value OR is focused */
/* line 3820, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#ActivationDate:-moz-placeholder-shown:not(:focus) + .floating-input-activation-date {
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
}
#ActivationDate:placeholder-shown:not(:focus) + .floating-input-activation-date {
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
}

/* line 3826, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
#ActivationDate:focus + label {
  top: 50%;
  /* ❌ remove */
  transform: translateY(-50%);
}

/* line 3830, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.no-ios-link {
  color: black !important;
  text-decoration: none !important;
  pointer-events: none;
  /* optional */
}

/* Kill iOS data-detector styling */
/* line 3836, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
a[x-apple-data-detectors],
a[x-apple-data-detectors] *,
a[href^="tel"] {
  color: black !important;
  text-decoration: none !important;
  font-weight: inherit !important;
  pointer-events: none;
}

/* line 3845, /opt/jpsmart_user/app/assets/stylesheets/card_select_new.scss */
.email-desktop {
  max-width: 85% !important;
  text-align: left !important;
}

/* CSS Document */
/* line 3, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
body {
  font-family: 'Inter', sans-serif;
  color: #1B1B25;
}

/* line 10, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.flag-icon {
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  background: linear-gradient(to bottom, #fff 50%, #dc143c 50%);
  border: 1px solid #ddd;
  border-radius: 2px;
}

/* line 21, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.head-bar {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  padding: 0px;
}

/* line 27, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.language-menu {
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* line 32, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.language-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 39, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.dropdown-toggle::after {
  display: none;
}

/* line 43, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.language-toggle.no-caret::after {
  display: none !important;
}

/* line 47, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.language-toggle.show .bi-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

/* line 52, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.flag-en {
  background: linear-gradient(to right, #012169 33%, #fff 33%, #fff 66%, #c8102e 66%);
}

/* line 56, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.flag-jp {
  background: linear-gradient(to bottom, #fff 50%, #dc143c 50%);
}

/* line 61, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.question-text {
  font-size: 14px;
  color: #1B1B25;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 40px;
  font-weight: 700;
}

/* line 71, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-radio {
  display: none;
}

/* card style */
/* line 76, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.radio-card {
  font-size: 14px;
  font-weight: bold !important;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: all 0.22s ease;
  height: 100%;
  position: relative;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 16.5px 16px;
}

/* selected state */
/* line 94, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-radio:checked + .radio-card {
  border-color: #EE3224;
}

/* check icon wrapper */
/* line 100, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.check-icon {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
  pointer-events: none;
}

/* show icon if selected */
/* line 112, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-radio:checked + .radio-card .check-icon {
  opacity: 1;
  transform: scale(1);
}

/* card section*/
/* line 119, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.section-container {
  max-width: 720px;
  margin: 0 auto;
}

/* line 127, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.doc-image {
  background: #FFB03E;
  border-radius: 8px;
  padding: 30px 52px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 137, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.doc-image img {
  max-width: 100%;
  border-radius: 6px;
}

/* line 142, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.doc-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
}

/* line 148, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.doc-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 40px;
}

/* line 154, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 160, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.doc-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

/* line 167, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.list-bottom {
  margin-bottom: 16px;
}

/* line 171, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.circle-img {
  padding-right: 14px;
}

/* line 175, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-accor {
  border: none;
}

/* line 179, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-accor button {
  background-color: #FAFAFA !important;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border: none;
  box-shadow: none !important;
  color: #1B1B25 !important;
  font-size: 14px;
}

/* line 189, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.accor-inside {
  background: #FAFAFA !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
}

/* line 197, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.collapse-icon::after {
  background-image: url(/../images/CaretDown.png) !important;
  width: 16px;
  height: 16px;
  background-size: cover;
}

/* line 204, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.collapse-icon:not(.collapsed)::after {
  background-image: url(/../images/CaretDown.png) !important;
  width: 16px;
  height: 16px;
  background-size: cover;
}

/**4 esay section**/
/* Step Card */
/* Active State */
/* Step Label */
/* Step Title */
/* Step Description */
/* Connector */
/* line 298, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.connector {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/../images/arrow-inactive.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: auto 16px;
  position: relative;
  z-index: 1;
}

/* line 312, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.connector.active {
  background: url(/../images/arrow-active.svg);
}

/* line 317, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.form-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

/************ choose product****************/
/* line 328, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.padding-container {
  padding: 0px 120px;
}

/***step progress***/
/* line 433, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.right-top {
  padding-top: 40px;
  padding-left: 40px;
}

/* line 438, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.sim-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

/* line 452, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.rd-padding {
  padding: 18.5px 16px;
}

/* line 469, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-radio:checked + .radio-card {
  opacity: 1;
  transform: scale(1);
}

/* line 474, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.offer-box {
  background: #FFF5E6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 12px;
  padding: 12px 16px;
  margin-top: 16px;
  color: #1E1E1E;
}

/* line 484, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.offer-box .highlight {
  color: #EE3224;
  font-weight: bold;
}

/* line 489, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.heading-phone {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* line 495, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.offer-bottom {
  background-color: #FFF5E6;
  padding: 12px 16px;
}

/* line 500, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.text-check {
  padding-left: 16px;
  padding-right: 16px;
}

/****select plan****/
/* line 506, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.plan-card {
  display: block;
  cursor: pointer;
  height: 100%;
  background-color: #fff;
}

/* line 513, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.plan-card input {
  display: none;
  /* hide radio */
}

/* line 518, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.plan-content {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Top section */
/* Active state */
/* line 558, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.plan-card input:checked + .plan-content .plan-footer {
  background: #FFF5E6;
  color: #333;
}

/* Title & price */
/* line 565, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.plan-title {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 4px;
}

/* Badge */
/* line 578, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.badge {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 10px;
  background: #fff7e6;
  color: #FF9900;
  padding: 6px 10px;
  border-radius: 30px;
  font-weight: 500;
}

/* Check icon */
/* line 591, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.check-icon-offer {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
}

/* line 599, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.plan-card input:checked + .plan-content .check-icon-offer {
  opacity: 1;
  transform: scale(1);
}

/****delivery time******/
/* line 605, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.time-dropdown {
  position: relative;
  height: 52px;
}

/* Trigger (summary behaves like button) */
/* line 611, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.time-btn {
  list-style: none;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 16px;
  font-weight: 400;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #1B1B25;
}

/* line 626, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.time-btn:hover {
  border-color: #EE3224;
}

/* Custom caret icon */
/* line 631, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.time-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #868686;
}

/* Manual Inputs */
/* line 654, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.manual-inputs {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 660, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.manual-inputs input {
  flex: 1;
  padding: 6px 8px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  font-size: 14px;
}

/* line 668, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.manual-inputs input:focus {
  border-color: #e63946;
  outline: none;
}

/* line 673, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.time-form:focus {
  box-shadow: none;
}

/***product summery***/
/* Container */
/* line 680, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.summary-box {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

/* Section titles */
/* line 689, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.summary-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* Row layout */
/* line 696, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.summary-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

/* line 702, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.summary-row:last-child {
  border-bottom: none;
}

/* line 713, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.sim-label {
  font-size: 14px;
  font-weight: bold;
  margin-top: auto;
  margin-left: 16px;
}

/* line 721, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.summary-highlight {
  color: #EE3224;
  font-weight: 700;
}

/* Note box */
/* line 733, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.summary-note {
  background: #FFF4E5;
  padding: 16px;
  border-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
  margin-top: 15px;
}

/* Footer actions */
/* line 761, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.collapse-drawer {
  display: none;
}

/*****create account************/
/* line 765, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-input {
  border: 1px solid #E5E5E5;
  padding: 16px;
  border-radius: 12px;
}

/* line 770, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-input:focus {
  box-shadow: none;
  border-color: #EE3224;
}

/* line 774, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.email-subtext {
  color: #868686;
  font-size: 12px;
  margin-top: 8px;
}

/* line 779, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.price-container {
  display: flex;
  align-items: center;
  gap: 6px;
  /* adjust for desired closeness */
}

/* line 785, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.price-strike {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

/* line 790, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.price-strike-mobile {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin-left: 104px !important;
}

/* line 797, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.input-label {
  font-size: 14px;
  color: #868686;
}

/* line 801, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.eye-icon {
  position: absolute;
  top: 20px;
  right: 16px;
}

/* line 806, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.sub-info {
  color: #EE3224;
  text-decoration: underline;
}

/*****residence card***/
/* line 820, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.photo-accor {
  border: none;
}

/* line 823, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.photo-accor-inside {
  background: #FCF7F0 !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
  padding-top: 0px !important;
  padding: 24px;
}

/* line 832, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.photo-accor button {
  background-color: #FCF7F0 !important;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border: none;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 24px;
}

/* line 844, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.accordion-text {
  flex: 1;
}

/* line 855, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.photo-accor-p {
  color: #868686 !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Caret styles */
/* line 863, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.collapse-photo::after {
  background-image: url(/../images/CaretDown-light.svg) !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  flex-shrink: 0;
}

/* line 871, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.collapse-photo:not(.collapsed)::after {
  background-image: url(/../images/CaretDown-light.svg) !important;
  transform: rotate(180deg);
}

/* line 876, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* always 2 columns */
  gap: 20px;
}

/* line 882, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.image-card {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}

/* line 889, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.image-card img {
  width: 100%;
  height: 172px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  border-radius: 8px;
}

/* line 897, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.image-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

/* line 903, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.image-card p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* line 908, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.close-btn {
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: transparent;
}

/* line 915, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.close-btn img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* line 921, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upload-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns */
  gap: 24px;
  margin-top: 20px;
  margin-bottom: 32px;
}

/* line 929, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upload-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

/* line 935, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upload-card p {
  font-size: 14px;
  color: #868686;
  margin: 0 0 24px 0;
}

/* line 941, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upload-box {
  display: block;
  border: 1px dashed #EE3224;
  border-radius: 16px;
  padding: 64px 4px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
  height: 200px;
  position: relative;
}

/* line 953, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upload-box:hover {
  background: rgba(244, 67, 54, 0.05);
}

/* line 957, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upload-content img {
  width: 32px;
  margin-bottom: 10px;
}

/* line 962, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upload-content span {
  display: block;
  font-size: 12px;
  color: #868686;
}

/* line 968, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.disabled-btn {
  background-color: #D7D7D7 !important;
}

/* line 971, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upoad-action {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 12px;
}

/* line 978, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upoad-button {
  flex: 1;
  padding: 14px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  text-align: center;
  width: 100%;
}

/* line 989, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upoad-button.next {
  background: #EE3224;
  color: #fff;
}

/* line 994, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upload-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 16px;
}

/* line 1005, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #ddd;
  border-top: 3px solid #EE3224;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* line 1019, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.upload-preview {
  width: 100% !important;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1028, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/../images/caret-down-dark.svg) no-repeat right 1rem center/16px;
  padding-right: 2.5rem;
}

/* line 1035, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-select option:hover {
  background: #ffe0dd;
  color: #1b1b25;
}

/* line 1040, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-select option:checked {
  background: #ee3224;
  color: #fff;
}

/* Style date input with custom caret */
/* line 1047, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-date {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 2.5rem;
  background: url(/../images/caret-down-dark.svg) no-repeat right 1rem center/16px;
  background-repeat: no-repeat;
}

/* line 1055, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Focus border color */
/* line 1064, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-date:focus,
.custom-date:focus-visible {
  border: 1px solid #EE3224 !important;
}

/* line 1069, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.custom-date:-moz-focusring {
  border: 1px solid #EE3224;
}

/* line 1072, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.delivery-top {
  margin-top: 40px;
}

/* line 1075, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
.red-text-bottom a {
  font-size: 12px;
  font-weight: 600;
  color: #EE3224;
  text-decoration: none;
}

@media (max-width: 576px) {
  /* line 1095, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .upload-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991px) {
  /* line 1101, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .section-container {
    padding: 0px 20px;
  }

  /* line 1115, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .connector {
    transform: rotate(90deg);
    margin: 0;
    align-self: center;
  }

  /* See card_select_new.scss: do not hide global .items-button (init_new start page). */
  /* line 1131, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .summary-box {
    display: none;
  }

  /* line 1148, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .custom-footer {
    background-color: #E5E5E5;
    padding: 20px;
  }

  /* line 1153, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .divider-text {
    margin-top: 24px;
  }

  /* line 1158, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .custom-md6 {
    width: 100%;
  }

  /* line 1175, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .padding-container {
    padding: 0px 20px;
  }

  /* line 1194, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
  }

  /* line 1203, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .footer-heading {
    font-size: 14px;
    font-weight: 700;
  }

  /* line 1214, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .footer-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
  }

  /* line 1222, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .footer-price {
    color: #EE3224;
    font-weight: bold;
  }

  /* line 1227, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .footer-icon {
    padding-right: 8px;
  }

  /* line 1231, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .footer-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  /* line 1237, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .footer-btn {
    flex: 1;
    padding: 10px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
  }

  /* line 1247, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .footer-btn.back {
    background: #f0f0f0;
    color: #333;
  }

  /* line 1252, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .footer-btn.next {
    background: #e60000;
    color: #fff;
  }

  /* Overlay */
  /* line 1259, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 900;
  }

  /* Drawer */
  /* line 1273, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .collapse-drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: bottom 0.3s ease;
    max-height: 80%;
    overflow-y: auto;
    padding: 20px;
    z-index: 999;
  }

  /* Checkbox hack → active state */
  /* line 1289, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .drawer-checkbox:checked ~ .overlay {
    opacity: 1;
    visibility: visible;
  }

  /* line 1294, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .drawer-checkbox:checked ~ .collapse-drawer {
    bottom: 7rem;
    /* sits above footer bar */
  }

  /* line 1298, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .overlay.active {
    display: block;
  }

  /* line 1305, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .collapse-drawer {
    display: block;
  }

  /* line 1310, /opt/jpsmart_user/app/assets/stylesheets/create_account.scss */
  .check-icon-offer img,
  svg {
    vertical-align: sub;
  }
}
/* CSS Document */
/* line 4, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
body {
  font-family: 'Inter', sans-serif;
  color: #1B1B25;
}

/* line 9, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.flag-icon {
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  background: linear-gradient(to bottom, #fff 50%, #dc143c 50%);
  border: 1px solid #ddd;
  border-radius: 2px;
}

/* line 19, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.head-bar {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  padding: 0px;
}

/* line 26, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.flag-en {
  background: linear-gradient(to right, #012169 33%, #fff 33%, #fff 66%, #c8102e 66%);
}

/* line 30, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.flag-jp {
  background: linear-gradient(to bottom, #fff 50%, #dc143c 50%);
}

/* line 35, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.question-text {
  font-size: 14px;
  color: #1B1B25;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 40px;
  font-weight: 700;
}

/* line 45, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-radio {
  display: none;
}

/* card style */
/* line 50, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.radio-card {
  font-size: 14px;
  font-weight: bold !important;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: all 0.22s ease;
  height: 100%;
  position: relative;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 16.5px 16px;
}

/* selected state */
/* line 68, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-radio:checked + .radio-card {
  border-color: #EE3224;
}

/* check icon wrapper */
/* line 74, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.check-icon {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
  pointer-events: none;
}

/* show icon if selected */
/* line 86, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-radio:checked + .radio-card .check-icon {
  opacity: 1;
  transform: scale(1);
}

/* card section*/
/* line 93, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.section-container {
  max-width: 720px;
  margin: 0 auto;
}

/* line 101, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.doc-image {
  background: #FFB03E;
  border-radius: 8px;
  padding: 30px 52px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 111, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.doc-image img {
  max-width: 100%;
  border-radius: 6px;
}

/* line 116, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.doc-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
}

/* line 122, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.doc-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 40px;
}

/* line 128, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 134, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.doc-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

/* line 141, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.list-bottom {
  margin-bottom: 16px;
}

/* line 145, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.circle-img {
  padding-right: 14px;
}

/* line 149, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-accor {
  border: none;
}

/* line 153, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-accor button {
  background-color: #FAFAFA !important;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border: none;
  box-shadow: none !important;
  color: #1B1B25 !important;
  font-size: 14px;
}

/* line 163, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.accor-inside {
  background: #FAFAFA !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
}

/* line 171, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.collapse-icon::after {
  background-image: url(/../images/CaretDown.png) !important;
  width: 16px;
  height: 16px;
  background-size: cover;
}

/* line 178, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.collapse-icon:not(.collapsed)::after {
  background-image: url(/../images/CaretDown.png) !important;
  width: 16px;
  height: 16px;
  background-size: cover;
}

/* line 185, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.items-button {
  color: #fff;
  background-color: #EE3224;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  border: none;
  height: 48px;
}

/* line 196, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.button-bottom {
  margin-bottom: 40px;
}

/**4 esay section**/
/* Active State */
/* Connector */
/* line 272, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.connector {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/../images/arrow-inactive.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: auto 16px;
  position: relative;
  z-index: 1;
}

/* line 286, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.connector.active {
  background: url(/../images/arrow-active.svg);
}

/* line 291, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.form-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

/************ choose product****************/
/* line 302, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.padding-container {
  padding: 0px 120px;
}

/***step progress***/
/* line 412, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.right-top {
  padding-top: 40px;
  padding-left: 40px;
}

/* line 417, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.sim-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 1.7;
}

/* line 432, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.rd-padding {
  padding: 16px;
}

/* line 448, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-radio:checked + .radio-card {
  opacity: 1;
  transform: scale(1);
}

/* line 453, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.offer-box {
  background: #FFF5E6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 12px;
  padding: 12px 16px;
  margin-top: 16px;
  color: #1E1E1E;
}

/* line 463, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.offer-box .highlight {
  color: #EE3224;
  font-weight: bold;
}

/* line 468, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.heading-phone {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* line 474, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.offer-bottom {
  background-color: #FFF5E6;
  padding: 12px 16px;
}

/* line 479, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.offer-radio {
  padding: 16px 0px 0px 0px;
}

/* line 483, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.text-check {
  padding-left: 16px;
  padding-right: 16px;
}

/****select plan****/
/* line 489, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.plan-card {
  display: block;
  cursor: pointer;
  height: 100%;
  background-color: #fff;
}

/* line 496, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.plan-card input {
  display: none;
  /* hide radio */
}

/* line 501, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.plan-content {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Top section */
/* Active state */
/* line 541, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.plan-card input:checked + .plan-content .plan-footer {
  background: #FFF5E6;
  color: #333;
}

/* Title & price */
/* line 548, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.plan-title {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 4px;
}

/* Badge */
/* line 561, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.badge {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 10px;
  background: #fff7e6;
  color: #FF9900;
  padding: 6px 10px;
  border-radius: 30px;
  font-weight: 500;
}

/* Check icon */
/* line 574, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.check-icon-offer {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
}

/* line 582, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.plan-card input:checked + .plan-content .check-icon-offer {
  opacity: 1;
  transform: scale(1);
}

/****delivery time******/
/* line 588, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.time-dropdown {
  position: relative;
  height: 52px;
}

/* Trigger (summary behaves like button) */
/* line 594, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.time-btn {
  list-style: none;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 16px;
  font-weight: 400;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #1B1B25;
}

/* line 609, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.time-btn:hover {
  border-color: #EE3224;
}

/* Custom caret icon */
/* line 614, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.time-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #868686;
}

/* Manual Inputs */
/* line 637, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.manual-inputs {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 643, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.manual-inputs input {
  flex: 1;
  padding: 6px 8px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  font-size: 14px;
}

/* line 651, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.manual-inputs input:focus {
  border-color: #e63946;
  outline: none;
}

/* line 656, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.time-form:focus {
  box-shadow: none;
}

/***product summery***/
/* Container */
/* line 663, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.summary-box {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

/* Section titles */
/* line 672, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.summary-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* Row layout */
/* line 679, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.summary-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

/* line 685, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.summary-row:last-child {
  border-bottom: none;
}

/* line 696, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.sim-label {
  font-size: 14px;
  font-weight: bold;
  margin-top: auto;
  margin-left: 16px;
}

/* line 704, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.summary-highlight {
  color: #EE3224;
  font-weight: 700;
}

/* Note box */
/* line 716, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.summary-note {
  background: #FFF4E5;
  padding: 16px;
  border-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
  margin-top: 15px;
}

/* Footer actions */
/* line 738, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.collapse-drawer {
  display: none;
}

/*****create account************/
/* line 743, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-input {
  border: 1px solid #E5E5E5;
  padding: 16px;
  border-radius: 12px;
  font-size: 14px;
}

/* line 750, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-input:focus {
  box-shadow: none;
  border-color: #EE3224;
}

/* line 761, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.input-label {
  font-size: 14px;
  color: #868686;
}

/* line 766, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.eye-icon {
  position: absolute;
  top: 20px;
  right: 16px;
}

/* line 772, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.sub-info {
  color: #EE3224;
  text-decoration: underline;
}

/*****residence card***/
/* line 787, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.photo-accor {
  border: none;
}

/* line 791, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.photo-accor-inside {
  background: #FCF7F0 !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  color: #1B1B25;
  padding-top: 0px !important;
  padding: 24px;
}

/* line 801, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.photo-accor button {
  background-color: #FCF7F0 !important;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border: none;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 24px;
}

/* line 813, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.accordion-text {
  flex: 1;
}

/* line 824, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.photo-accor-p {
  color: #868686 !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Caret styles */
/* line 832, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.collapse-photo::after {
  background-image: url(/../images/CaretDown-light.svg) !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  flex-shrink: 0;
}

/* line 840, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.collapse-photo:not(.collapsed)::after {
  background-image: url(/../images/CaretDown-light.svg) !important;
  transform: rotate(180deg);
}

/* line 845, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* always 2 columns */
  gap: 20px;
}

/* line 852, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.image-card {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}

/* line 859, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.image-card img {
  width: 100%;
  height: 172px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  border-radius: 8px;
}

/* line 867, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.image-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

/* line 873, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.image-card p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* line 879, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.close-btn {
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: transparent;
}

/* line 887, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.close-btn img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* line 893, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upload-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns */
  gap: 24px;
  margin-top: 20px;
  margin-bottom: 32px;
}

/* line 902, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upload-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

/* line 908, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upload-card p {
  font-size: 14px;
  color: #868686;
  margin: 0 0 24px 0;
}

/* line 914, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upload-box {
  display: block;
  border: 1px dashed #EE3224;
  border-radius: 16px;
  padding: 64px 4px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
  height: 200px;
  position: relative;
}

/* line 926, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upload-box:hover {
  background: rgba(244, 67, 54, 0.05);
}

/* line 930, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upload-content img {
  width: 32px;
  margin-bottom: 10px;
}

/* line 935, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upload-content span {
  display: block;
  font-size: 12px;
  color: #868686;
}

/* line 941, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.disabled-btn {
  background-color: #D7D7D7 !important;
}

/* line 945, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upoad-action {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 12px;
}

/* line 952, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upoad-button {
  flex: 1;
  padding: 14px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  text-align: center;
  width: 100%;
}

/* line 964, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upoad-button.next {
  background: #EE3224;
  color: #fff;
}

/* line 969, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upload-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 16px;
}

/* line 980, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #ddd;
  border-top: 3px solid #EE3224;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* line 996, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.upload-preview {
  width: 100% !important;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1005, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/../images/caret-down-dark.svg) no-repeat right 1rem center/16px;
  padding-right: 2.5rem;
}

/* line 1013, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-select option:hover {
  background: #ffe0dd;
  color: #1b1b25;
}

/* line 1018, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-select option:checked {
  background: #ee3224;
  color: #fff;
}

/* Style date input with custom caret */
/* line 1025, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-date {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 2.5rem;
  background: url(/../images/caret-down-dark.svg) no-repeat right 1rem center/14px;
  background-repeat: no-repeat;
}

/* line 1035, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Focus border color */
/* line 1045, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-date:focus,
.custom-date:focus-visible {
  border: 1px solid #EE3224 !important;
}

/* line 1050, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.custom-date:-moz-focusring {
  border: 1px solid #EE3224;
}

/* line 1054, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.delivery-top {
  margin-top: 40px;
}

/* line 1058, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.red-text-bottom a {
  font-size: 12px;
  font-weight: 600;
  color: #EE3224;
  text-decoration: none;
}

/*****choose product number validation***/
/* line 1067, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-wrapper {
  position: relative;
}

/* line 1071, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  padding-top: 25px;
}

/* line 1081, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-input:focus {
  border-color: #EE3224;
  outline: none;
}

/* line 1086, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-label {
  position: absolute;
  left: 10px;
  top: 17px;
  font-size: 14px;
  color: #868686;
  padding: 0 4px;
  pointer-events: none;
  transition: all 0.2s ease;
}

/* line 1097, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-input:focus ~ .dropdown-label,
.dropdown-input.has-value ~ .dropdown-label {
  top: 8px;
  left: 7px;
  font-size: 12px;
  color: #868686;
}

/* line 1106, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

/* line 1123, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 1129, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-option {
  padding: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
  font-size: 14px;
}

/* line 1139, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-option:hover {
  background: #FAFAFA;
}

/* line 1143, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-option.selected {
  background: #FAFAFA;
  font-weight: 400;
  color: #1B1B25;
}

/* line 1149, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-check {
  display: none;
  color: #1976d2;
  font-weight: bold;
}

/* line 1155, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.dropdown-option.selected .dropdown-check {
  display: inline-block;
}

/* line 1158, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.notice-box {
  background-color: #fff3e6;
  /* light peach background */
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
}

/* line 1166, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.notice-title {
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 1180, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.line-height {
  line-height: 1.7;
}

/* line 1183, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.edit-btn {
  cursor: pointer;
}

/* line 1186, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.finalstep-box {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

/* line 1193, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.finalstep-box2 {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 20px;
}

/* line 1199, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.footer-btns {
  display: none;
}

/* line 1203, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.edit-input {
  width: 100%;
  font-size: 14px;
  padding: 4px 6px;
  margin-top: 4px;
}

/*****tnc***/
/* ---------- reset / layout ---------- */
/* line 1239, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.cbox {
  display: flex;
  align-items: flex-start;
  gap: .6em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1252, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.sub-info {
  color: #EE3224;
  font-weight: 600;
}

/* ---------- hide native ---------- */
/* line 1258, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
.cbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* ---------- fake box ---------- */
/* ---------- checked ---------- */
/* ---------- hover ---------- */
@media (max-width: 576px) {
  /* line 1318, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .upload-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991px) {
  /* line 1324, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .section-container {
    padding: 0px 20px;
  }

  /* line 1338, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .connector {
    transform: rotate(90deg);
    margin: 0;
    align-self: center;
  }

  /* line 1356, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .summary-box {
    display: none;
  }

  /* line 1359, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .next-btn {
    display: none;
  }

  /* line 1375, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .custom-footer {
    background-color: #fff;
    padding: 20px;
    border-top: 1px solid #E5E5E5;
  }

  /* line 1380, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-btns {
    display: block;
  }

  /* line 1383, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .custom-md6 {
    width: 100%;
  }

  /* line 1399, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .padding-container {
    padding: 0px 20px;
  }

  /* line 1418, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
  }

  /* line 1427, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-heading {
    font-size: 14px;
    font-weight: 700;
  }

  /* line 1438, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
  }

  /* line 1446, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-price {
    color: #EE3224;
    font-weight: bold;
  }

  /* line 1451, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-icon {
    padding-right: 8px;
  }

  /* line 1455, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  /* line 1461, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-btn {
    flex: 1;
    padding: 10px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
  }

  /* line 1471, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-btn.back {
    background: #f0f0f0;
    color: #333;
  }

  /* line 1476, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .footer-btn.next {
    background: #e60000;
    color: #fff;
  }

  /* Overlay */
  /* line 1483, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 900;
  }

  /* Drawer */
  /* line 1497, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .collapse-drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: bottom 0.3s ease;
    max-height: 80%;
    overflow-y: auto;
    padding: 20px;
    z-index: 999;
  }

  /* Checkbox hack → active state */
  /* line 1513, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .drawer-checkbox:checked ~ .overlay {
    opacity: 1;
    visibility: visible;
  }

  /* line 1518, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .drawer-checkbox:checked ~ .collapse-drawer {
    bottom: 7rem;
    /* sits above footer bar */
  }

  /* line 1523, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .overlay.active {
    display: block;
  }

  /* line 1531, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .collapse-drawer {
    display: block;
  }

  /* line 1540, /opt/jpsmart_user/app/assets/stylesheets/new_payment_method.scss */
  .check-icon-offer img,
  svg {
    vertical-align: sub;
  }
}
/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif; 
*/
/* colors */
/* line 31, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.hl-red,
.hl-red-link {
  color: #E71618 !important;
}

/* line 35, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.hl-red-link:hover {
  color: #cc272a;
}

/* line 38, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.hl-7b {
  color: #7b7b7b;
}

/* line 41, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.full-width {
  width: 100%;
}

/* line 45, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-red-border {
  color: #E71618;
  border: 2px solid #E71618;
  background: #fff;
}
/* line 49, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-red-border:hover {
  background: #E71618 !important;
  color: #fff;
}

/* line 55, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.bold {
  font-weight: bold !important;
}

/* Body */
/* line 59, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

/* NAVBAR */
/* line 63, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
nav {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  /* line 70, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .visible-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 75, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .visible-sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1105px) {
  /* line 82, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-brand .logo {
    max-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 907px) {
  /* line 87, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  nav.navbar .float-right.language-menu {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* line 92, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-brand {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  /* line 98, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .menu-items a {
    padding: .75rem !important;
  }

  /* line 101, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-brand .logo {
    max-width: 300px;
    width: 300px;
  }
}
/* line 106, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.svg-logo {
  width: 350px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  /* line 106, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .svg-logo {
    width: 300px;
  }
}

/* line 114, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.navbar-brand.agent-brand {
  padding: .0 1rem;
}

/* line 117, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.navbar {
  padding: 0;
}

/* line 120, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.menu-items {
  background: #fff;
}

/* line 124, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.menu-items a {
  float: left;
  padding: .75rem .6rem;
  color: #333;
  text-decoration: none;
  transition: .3s;
  text-align: right;
}

@media (min-width: 1366px) {
  /* line 134, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .menu-items a {
    padding: .75rem 1rem;
  }
}
/* line 139, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.menu-items .active,
.menu-items a:hover,
.jp-club-link a:hover {
  background: #ffadaf;
}

/* line 144, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.menu-divider {
  width: 2px;
  background: #ffadaf;
  height: 25px;
  margin-top: .75rem;
}

/* line 150, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.jp-club-link a {
  padding: .75rem;
  color: #333;
  text-decoration: none;
  transition: .3s;
}

/* line 156, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#dropdown-active-language {
  padding: .75rem;
  background: #ffadaf;
  cursor: pointer;
  display: none;
}

/* line 163, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.language-menu-dropdown .btn {
  background: none;
  outline: none !important;
}
/* line 166, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.language-menu-dropdown .btn:focus {
  outline: none !important;
}
/* line 170, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.language-menu-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
/* line 173, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.language-menu-dropdown .dropdown-menu .dropdown-item {
  padding: 7px 12px;
}
/* line 176, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.language-menu-dropdown .dropdown-menu .dropdown-item.active,
.language-menu-dropdown .dropdown-menu .dropdown-item:active {
  background: #E71618;
  color: #fff;
}
/* line 182, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.language-menu-dropdown img {
  width: 25px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  /* line 162, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .language-menu-dropdown {
    width: 100%;
    text-align: center;
  }
}

/* line 191, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
div.dropdown-menu.show {
  left: auto;
  right: 0px;
}

/* line 195, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.svg-logo {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333 !important;
}

/* line 201, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.dropdown_button {
  border: #000 solid 1px;
  margin-left: 5px;
  border-radius: 20px;
}

@media (min-width: 971px) and (max-width: 980px) {
  /* line 208, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .menu-items a {
    padding: .75rem .6rem;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  /* line 213, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .logo {
    width: 190px;
  }

  /* line 216, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .menu-items a {
    padding: .75rem .4rem;
  }
}
@media (max-width: 767px) {
  /* line 221, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-brand {
    padding: 1rem .5rem;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  /* line 227, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-brand.agent-brand {
    padding: .0 .5rem;
  }

  /* line 230, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .logo {
    width: 160px;
  }

  /* line 233, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #dropdown-active-language {
    display: block;
    padding: .75rem .5rem;
  }

  /* line 237, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .menu-items {
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    left: 0;
    overflow: hidden;
    border-bottom: 1px solid #ffadaf;
    transition: .7s;
  }

  /* line 246, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .menu-items a {
    display: block;
    width: 100%;
  }

  /* line 250, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .jp-club-link a {
    padding: .75rem .5rem;
  }

  /* line 253, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .menu-divider {
    display: none;
  }

  /* line 256, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .mobile-expanded-true {
    max-height: 500px;
  }

  /* line 259, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .mobile-expanded-false {
    max-height: 0;
  }
}
@media (max-width: 320px) {
  /* line 264, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .logo {
    width: 130px;
  }
}
/* HEADER */
/* line 270, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
header {
  padding: 40px 0px;
}

/* line 273, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
header h2 {
  font-size: 2rem;
}

/* STEPS */
/* line 278, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps {
  background: #fff;
}

/* line 281, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

/* line 288, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li {
  margin: 0 2rem;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 294, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li .step {
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  float: left;
  position: relative;
  z-index: 3;
  background: #707070;
}

/* line 304, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li span {
  display: block;
  border-radius: 50%;
  color: #fff;
  padding: 3px 13px;
}

/* line 310, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li.active-step .step {
  background: #E71618;
}

/* line 313, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li .line {
  position: absolute;
  height: 1px;
  width: 6rem;
  background: #707070;
  left: -6rem;
  top: calc(50% - 9px);
  z-index: 1;
}

/* line 322, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li .triangle-right,
#steps ul li .triangle-left {
  z-index: 2;
  position: absolute;
  /* IE 9 */
  /* Safari */
  transform: rotate(45deg);
  background: none;
  width: 10px;
  height: 10px;
  top: calc(50% - 6px);
}

/* line 334, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li .triangle-right {
  right: -5px;
}

/* line 337, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li .triangle-left {
  left: -5px;
}

/* line 340, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li.active-step .triangle-right,
#steps ul li.active-step .triangle-left {
  background: none;
}

/* line 344, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#steps ul li.active-step .line {
  background: #E71618;
}

@media (max-width: 767px) {
  /* line 348, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  header h2 {
    font-size: 1.4rem;
  }

  /* line 351, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #steps ul li {
    margin: 0 .75rem;
    width: 40px;
    height: 40px;
  }

  /* line 356, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #steps ul li .step {
    width: 32px;
    height: 32px;
  }

  /* line 360, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #steps ul li span {
    font-size: 12px;
  }

  /* line 363, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #steps ul li .triangle-right {
    right: -4px;
  }

  /* line 366, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #steps ul li .triangle-left {
    left: -4px;
  }

  /* line 370, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #steps ul li .step {
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    float: left;
    position: relative;
    z-index: 3;
    background: #707070;
  }

  /* line 380, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #steps ul li span {
    display: block;
    border-radius: 50%;
    color: #fff;
    padding: 7px 13px;
  }

  /* line 386, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #steps ul li.active-step .step {
    background: #E71618;
  }

  /* line 389, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #steps ul li .line {
    position: absolute;
    height: 1px;
    width: 2rem;
    background: #707070;
    left: -2rem;
    top: calc(50% - 4px);
    z-index: 1;
  }
}
/* CONTENTS */
/* line 402, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.block-section {
  margin-bottom: 50px;
}

/* line 405, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.item-label {
  font-weight: 500;
  margin-top: 1rem;
  display: block;
}

/* line 410, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.item-label .lbl-required,
.payment-notice-cont .lbl-required {
  display: inline-block;
  background: #FA1E02;
  color: #fff;
  font-size: 80%;
  padding: 0 5px;
  font-weight: 400;
  border-radius: 3px;
}

/* line 420, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.selectable-block {
  display: block;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 10px;
  color: #333;
  text-decoration: none !important;
  transition: .2s;
  position: relative;
  overflow: hidden;
}

/* line 432, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.selectable-block:hover {
  color: #333;
  background: #fff;
}

/* line 438, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#product-selection .selectable-block {
  padding: 16px;
  margin-top: .3rem;
  margin-bottom: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 446, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.selectable-block.selected {
  background: #fff;
  border: 2px solid #E71618;
}

@media (min-width: 992px) {
  /* line 452, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #product-selection .selectable-block {
    text-align: center;
  }

  /* line 455, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #product-selection .selectable-block img {
    width: 225px;
  }

  /* line 458, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .xl-flex {
    display: flex;
  }

  /* line 461, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .modal-lg-xl {
    max-width: 1000px;
  }
}
/* line 465, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.product-icon-cont {
  padding-left: 60px;
  text-align: left;
  width: 100%;
}

/* line 471, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.product-icon-cont {
  position: relative;
}
/* line 473, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.product-icon-cont::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  margin-top: -8px;
  left: 5px;
  background: #e6e6e6;
  border: 7px solid #e6e6e6;
  border-radius: 50%;
}

/* line 488, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.selectable-block.selected .product-icon-cont::after {
  border: 7px solid #E71618;
  background: #fff;
}

/* line 496, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data3Gb.selectable-block.selected,
#dataVoice3Gb.selectable-block.selected,
#tenMin2Gb.selectable-block.selected,
#wifiBasicSP.selectable-block.selected,
#smartCall2Gb.selectable-block.selected {
  background: #fff;
}

/* line 503, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data6Gb.selectable-block.selected,
#dataVoice6Gb.selectable-block.selected,
#tenMin6Gb.selectable-block.selected,
#wifiUnli.selectable-block.selected,
#smartCall6Gb.selectable-block.selected {
  background: #fff;
}

/* line 510, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data12Gb.selectable-block.selected,
#dataVoice12Gb.selectable-block.selected,
#tenMin14Gb.selectable-block.selected,
#wifiUnliSP.selectable-block.selected,
#smartCall14Gb.selectable-block.selected {
  background: #fff;
}

/* line 517, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data20Gb.selectable-block.selected,
#dataVoice20Gb.selectable-block.selected,
#smartCall20Gb.selectable-block.selected {
  background: #fff;
}

/* line 523, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#plan-selection-wifi .selectable-block {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 527, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.plus-sign {
  margin: 0 1rem 0 1.2rem;
  font-size: 1.5rem;
}

/* line 531, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fa-plus {
  color: #333;
}

/* line 534, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.product,
.plan,
.data-size {
  margin: 0 10px 5px 0;
}

/* line 539, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.plan {
  font-weight: 500;
}

/* line 542, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.plan:last-child,
.product:last-child,
.data-size:last-child {
  margin-right: 0;
}

/* line 547, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.wifi-label {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 552, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.wifi-label span {
  display: inline-block;
}

/* line 555, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#plan-selection-sim .selectable-block {
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
}

/* line 559, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#plan-selection-smart-wifi .selectable-block {
  margin: 0 0 1.2rem 0;
  width: calc(50% - .5rem);
}
@media screen and (max-width: 767px) {
  /* line 559, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #plan-selection-smart-wifi .selectable-block {
    width: calc(100%) !important;
    margin: 0 0 1rem !important;
  }
}

/* line 567, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#plan-selection-smart-call .selectable-block {
  margin: 0 .5rem 1.2rem 0.5rem;
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  /* line 567, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #plan-selection-smart-call .selectable-block {
    width: calc(100%) !important;
    margin: 0 0 1rem !important;
  }
}

/* line 575, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-size-selection .data-size {
  margin: 0 .5rem 1.2rem .5rem;
  width: calc(32% - .5rem);
}
@media screen and (max-width: 991px) {
  /* line 575, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #data-size-selection .data-size {
    width: calc(48% - .5rem);
    padding: 2.5rem .5rem 2.5rem .5rem;
  }
}
/* line 582, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-size-selection .data-size .gb-size {
  font-size: 1.5rem;
  padding: 0;
  margin: 10px 0;
}
/* line 586, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-size-selection .data-size .gb-size::after {
  display: none;
}
/* line 589, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-size-selection .data-size .gb-size strong {
  font-size: 78%;
}
@media screen and (max-width: 767px) {
  /* line 593, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #data-size-selection .data-size .product-icon-cont {
    padding-left: 30px;
  }
}

/* line 601, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.plan hr {
  margin: 1rem;
}

/* line 604, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.plan {
  width: calc(48% - 5px) !important;
  margin: 0 1.1rem 0 0;
}
@media screen and (max-width: 767px) {
  /* line 604, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plan {
    width: calc(100%) !important;
    margin: 0 0 1rem !important;
  }
}

/* line 612, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.img-price {
  text-align: center;
  margin: .25rem 0;
}

/* line 616, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-size-thumb-container {
  min-width: 87px;
  min-height: 67px;
}

/* line 620, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#plan-details-wrapper {
  padding: 15px 0;
  border-width: 2px;
  border-style: solid;
  border-color: #E71618;
  border-radius: 10px;
}

/* line 627, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#plan-details-wrapper table {
  font-size: .9rem;
}

/* line 630, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.sms-img-cont,
#data-size-thumb-container {
  text-align: center;
}

/* line 634, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.ooyoso-toggle {
  margin: 0;
  background: #21b5c6;
  display: block;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
}

/* line 642, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.ooyoso-toggle,
.ooyoso-toggle:hover,
.ooyoso-toggle:focus {
  color: #fff;
  text-decoration: none;
}

/* line 648, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.data-usage-img {
  max-width: 250px;
  margin: .5rem 0;
}

/* line 652, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.ooyoso-cont {
  padding-bottom: 15px;
}

/* line 655, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.usage-table th,
.usage-table td {
  padding: .2rem .3rem;
}

/* line 659, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.usage-table td.left-col-lbl {
  width: 50%;
}

/* line 662, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.data-size {
  width: calc(33.33% - 5px);
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
}

/* line 666, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.gb-size {
  font-size: 2.5rem;
  margin-bottom: 0;
  font-weight: 700;
  padding-bottom: 27px;
  position: relative;
  line-height: 1.2;
}
/* line 673, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.gb-size::after {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 0px;
  right: 15px;
  height: 1px;
  background: #ccc;
}
/* line 682, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.gb-size strong {
  font-size: 78%;
}

/* line 686, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.price-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
}

/* line 692, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.selectable-block .per-month,
#data-usage-section .per-month {
  font-size: .75rem;
  font-weight: 500;
  display: block;
}

/* line 700, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-usage-section .plan-details-container .xl-flex {
  align-items: center;
}

/* line 705, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.per-month {
  font-weight: 700 !important;
  display: inline-block !important;
  margin-left: 5px;
  font-size: inherit !important;
}

/* line 711, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.osusume {
  position: absolute;
  left: 0;
  right: 0;
  height: 1.5rem;
  top: -25px;
  line-height: 1.5rem;
  color: #E71618;
  font-size: 1rem;
  color: #E71618;
  text-align: center;
}

/* line 723, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
a.change-plan-info,
.note-label {
  color: #666;
  transition: .2s;
  text-decoration: none;
  display: inline-block;
  font-size: .9rem;
  font-weight: 400;
}

/* line 732, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
a.note-label:hover,
a.change-plan-info:hover {
  color: #E71618;
}

/* line 736, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
a.change-plan-info {
  padding: 10px 0 0;
}

/* line 739, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.important-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
}
/* line 743, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.important-link a {
  color: #E71618;
  text-decoration: underline;
}
/* line 746, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.important-link a:hover {
  text-decoration: none;
}
/* line 750, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.important-link p {
  margin: 0;
}

/* line 754, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.popover {
  border: 2px solid #E71618;
}

/* line 757, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  border-left-color: #E71618;
}

/* line 760, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.privacy-policy {
  font-size: .9rem;
}

/* line 763, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-link {
  text-decoration: underline;
}

/* line 766, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.form-control.error,
.has-error,
.has-error .form-control {
  border-color: #E71618;
}

/* line 771, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
span.has-error,
.help-block.with-errors {
  font-size: 12px;
  color: #E71618;
}

/* line 776, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.help-block.with-errors .list-unstyled {
  margin: 0.2rem 0 0.5rem;
}

/* line 779, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-primary-jp {
  background: #FA1E02;
  color: #fff;
  border: 2px solid #FA1E02;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 250px;
}
/* line 786, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-primary-jp i.fa-caret-left {
  margin-right: 7px;
}
/* line 789, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-primary-jp i.fa-caret-right {
  margin-left: 7px;
}

/* line 793, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-primary-jp:hover {
  background: #fff;
  color: #FA1E02;
}

/* line 798, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-secondary-jp {
  background: #707070;
}

/* line 802, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-secondary-jp:hover {
  background: #b3b3b3;
}

/* line 810, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-primary-jp-submit {
  font-size: 1.2rem;
  text-align: center;
  white-space: pre-wrap;
}

/* line 815, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fs-75 {
  font-size: 75%;
}

/* line 818, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fs-80 {
  font-size: 80%;
}

/* line 821, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fs-85 {
  font-size: 85%;
}

/* line 824, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fs-90 {
  font-size: 90%;
}

/* line 827, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.clearfloat {
  float: none !important;
}

/* line 831, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.payment-notice-cont {
  padding: 15px;
  font-size: .9rem;
}

/* line 835, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.debit-card-notice {
  font-size: .9rem;
  color: #666666;
}
/* line 838, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.debit-card-notice h5 {
  font-size: 1rem;
}

/* line 842, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.payment-method {
  margin: 5px;
  width: calc(33% - 10px);
  text-align: center;
  padding: 1rem;
  min-height: 250px;
  display: flex;
  align-items: center;
}
/* line 850, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.payment-method-cod {
  padding: .75rem;
}
/* line 852, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.payment-method-cod .cod_label {
  font-size: 1rem;
}
/* line 854, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.payment-method-cod .cod_label_top {
  text-align: left;
}
/* line 858, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.payment-method-cod .cod_label_bottom {
  text-align: right;
  margin-top: 10px;
}

/* line 866, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.payment-method p {
  margin-bottom: 10px;
}

/* line 869, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.payment-method:hover img,
.payment-method.selected img {
  opacity: 1;
}

/* line 873, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.confirmation-section {
  border-radius: 0;
}

/* line 876, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.confirmation-section .table td,
.confirmation-section .table th {
  padding: .5rem;
}

/* line 880, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.confirmation-section .plan-details-container {
  padding: 1rem;
}

/* line 884, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.confirmation-section .plan-details-container img {
  max-width: 75px;
}

/* line 887, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.plus-sign-data-details {
  display: flex;
  align-items: center;
  padding: 0 .2rem;
}

/* line 892, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.confirmation-imgs-divider {
  border-top: 1px solid #ccc;
  margin: 0 0 1rem;
}

/* line 920, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
table.charge-table {
  width: 100%;
}

/* line 923, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
table.charge-table th,
table.charge-table td {
  padding: .25rem .75rem;
  text-align: right;
}

/* line 931, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
table.charge-table .border-bottom {
  border-color: #666 !important;
}

/* line 934, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.next-month-payment {
  padding: 1rem;
  background: #f4f4f4;
}

/* line 938, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.total-charge {
  color: #b12704;
  font-size: 1.5rem;
  font-weight: 700;
}

/* line 943, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-container {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  margin-bottom: 1.5rem;
}

/* line 949, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-title {
  text-align: center;
  background: #666;
  padding: .5rem;
  color: #fff;
  position: relative;
}

/* line 956, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-title a {
  color: #fff;
  margin: 0 0 0 10px;
}

/* line 961, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-content {
  padding: 1rem;
}

/* line 964, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-content-1,
.terms-content-2 {
  height: 200px;
  overflow: hidden;
}

/* line 969, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-content-3 {
  height: 150px;
  overflow: hidden;
}

/* line 973, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-init .terms-content-1,
.terms-init .terms-content-2,
.terms-init .terms-content-3 {
  height: 160px;
}

/* line 978, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-init .terms-container {
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  box-shadow: none;
}

/* line 984, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.terms-init .terms-title {
  text-align: center;
  background: #9e9e9e;
  padding: .5rem;
  color: #fff;
}

/* line 990, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#support-icon {
  width: 22px;
  height: 22px;
}

/* line 994, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#support-icon .st0 {
  fill: #333;
}

/* line 997, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.edit-box {
  background: #f1faff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Custom Scroll bar */
/* line 1003, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.simplebar-scrollbar:before {
  background: red;
}

/* line 1006, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.simplebar-track {
  background: rgba(161, 161, 161, 0.3);
  border-radius: 3px;
}

/* MODALS */
@media (min-width: 576px) {
  /* line 1012, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #planChangeInfo .modal-sm,
  #securityCodeInfo .modal-sm {
    max-width: 350px !important;
  }
}
/* line 1018, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#planChangeInfo .modal-content,
#securityCodeInfo .modal-content {
  border: 3px solid #E71618;
}

/* line 1022, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#check-terms-note {
  transition: 1s;
  overflow: hidden;
  max-height: 500px;
  font-size: .9rem;
}

/* NOTICE */
/* line 1031, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.alert-notice {
  padding: .4rem 1rem;
  background: none;
}

/* line 1035, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.subtle-alert-notice {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 1042, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.alert-notice .fas {
  color: #f1cd15;
}

/* line 1045, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.after-dash {
  position: relative;
}

/* line 1048, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.after-dash::after {
  content: "-";
  right: -8px;
  top: 5px;
  position: absolute;
}

/* line 1054, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fileContainer {
  position: relative;
  color: #fff;
  overflow: hidden;
}

/* line 1059, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fileContainer span {
  position: relative;
  z-index: 2;
}

/* line 1063, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fileContainer input {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

/* line 1072, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.id_check_uploader .alert {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 1077, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.jp-file-name {
  color: #04b0d0;
  padding-left: .75rem;
  border-left: 2px solid #04b0d0;
}

/* line 1082, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.user-info-sales-type-select li {
  width: 25%;
}

/* line 1085, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.user-info-sales-type-select .btn {
  background: #acacac;
  color: #fff;
}

/* line 1089, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.user-info-sales-type-select li:first-child .btn {
  -webkit-border-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1100, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.user-info-sales-type-select li:last-child .btn {
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1113, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.user-info-sales-type-select .btn.active,
.user-info-sales-type-select .btn:hover {
  background: #E71618;
  color: #fff;
}

/* line 1119, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.visibile-mobile-only,
.visibile-desktop-only {
  display: none;
}

/* line 1123, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.contract-agreement {
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  width: calc(100% - 1rem);
  background: #fff;
  margin: .5rem;
}

/* line 1131, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#contract-checkbox-lbl {
  cursor: pointer;
  font-size: .9rem;
}

/* line 1135, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.disabled-lbl {
  color: #999;
}

/* line 1138, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.mail-notice-cont {
  margin-top: .5rem;
  color: #666666;
}

/* line 1142, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.mail-notice-cont p {
  font-size: .75rem;
  margin-bottom: .4rem;
}

/* line 1146, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.mail-notice-cont br {
  display: none;
}

/* line 1149, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.policy-link-cont {
  margin-top: .7rem;
}

/* line 1152, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.policy-link-cont p {
  margin-bottom: .5rem;
  font-size: .9rem;
  color: #666666;
}

/* line 1157, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.policy-link-cont a {
  color: #666666;
  text-decoration: underline;
}

/* line 1161, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.lbl-cb-cont {
  cursor: pointer;
}

/* line 1164, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#account-form-container form {
  width: 100%;
}

/* line 1167, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #dc3545;
}

/* line 1170, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.custom-control-label {
  cursor: pointer;
}

/* line 1173, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.coming-soon-product {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1178, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.coming-soon-product img {
  width: 125px !important;
}

/* line 1181, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.product-coming-soon,
.product-out-of-stock {
  pointer-events: none;
  opacity: .75;
}

/* line 1186, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.sc-impt-title {
  font-size: 18px;
}

/* line 1189, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container h1,
.important-notes-container h1 {
  font-size: 17px;
  font-weight: 700;
}

/* line 1194, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container h2,
.important-notes-container h2 {
  font-size: 15px;
  font-weight: 700;
}

/* line 1199, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container ul,
.important-notes-container ul {
  list-style-type: square;
}

/* line 1203, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container li,
#important-notes-container p,
.important-notes-container li,
.important-notes-container p {
  font-size: 12px;
}

/* line 1209, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container p small,
.important-notes-container p small {
  font-size: 11px;
}

/* line 1213, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container .table-container,
.important-notes-container .table-container {
  padding-left: 40px;
}

/* line 1217, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container h3,
.important-notes-container h3 {
  font-size: 14px;
  font-weight: 700;
}

/* line 1222, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container table,
.important-notes-container table {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
}

/* line 1228, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container table thead tr th,
#important-notes-container table tbody tr td,
.important-notes-container table thead tr th,
.important-notes-container table tbody tr td {
  padding: 8px;
  font-size: 12px;
  border: 1px solid #ccc;
}

/* line 1236, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#important-notes-container table thead tr th,
.important-notes-container table thead tr th {
  background: #eee;
}

/* line 1240, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.out-of-stock-lbl {
  position: absolute;
  top: 35%;
  left: 30%;
  right: 30%;
  padding: 5px;
  /* IE 9 */
  /* Safari */
  transform: rotate(-20deg);
  color: #fff;
  background: rgba(215, 44, 44, 0.85);
  text-shadow: 1px 1px 0px #000000;
  border-radius: 5px;
}

/* line 1254, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.mnp-info-section .alert-danger {
  margin-top: 10px;
  padding: 5px 10px;
}

/* line 1258, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.exp-validity-notice,
.switch-validity-notice {
  font-size: .9rem;
  color: #dc3545;
}

@media (min-width: 768px) {
  /* line 1265, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .l-flex {
    display: flex;
  }

  /* line 1268, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .note-label {
    float: right;
  }

  /* line 1271, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .payment-method p {
    font-size: 1.25rem;
  }

  /* line 1274, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .l-text-center {
    text-align: center;
  }

  /* line 1277, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .sm-up-r-lbl {
    text-align: right;
  }

  /* line 1280, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .btn-primary-jp-submit {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  /* line 1284, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .label-icon {
    max-width: 150px;
  }

  /* line 1287, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .terms-title a {
    position: absolute;
    right: 15px;
    bottom: 8px;
  }

  /* line 1292, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #product-selection .selectable-block {
    margin: 0 .65rem .5rem 0;
    width: calc(33.33% - .7rem);
  }

  /* line 1296, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #product-selection .selectable-block:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1301, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #product-selection .selectable-block {
    padding: 2rem 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 1306, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #product-selection .selectable-block {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  /* line 1311, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plan-d {
    padding-right: 7px;
  }

  /* line 1314, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plan-dv {
    padding-left: 7px;
  }

  /* line 1317, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #product-selection .selectable-block.product {
    margin: 0 0 .5rem;
  }

  /* line 1320, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .btn-primary-jp {
    width: 100%;
  }

  /* line 1323, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .s-text-right {
    text-align: right;
  }

  /* line 1326, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .usage-table td.left-col-lbl {
    width: 55%;
  }

  /* line 1329, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .payment-method {
    width: calc(50% - 10px);
    padding: .2rem;
  }

  /* line 1333, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #plan-selection-wifi .gb-size {
    font-size: 1.5rem;
  }

  /* line 1336, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .user-info-sales-type-select li {
    width: 50%;
  }

  /* line 1344, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .out-of-stock-lbl {
    top: 40%;
    left: 10%;
    right: 10%;
  }
}
/* line 1350, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.data-gb-img-cont,
.sms-img-cont,
.zero-5-img-cont {
  font-weight: 700 !important;
  font-size: 1.7rem !important;
}

/* line 1357, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.data-gb-img-cont p {
  margin: 10px 0;
}

@media (min-width: 576px) {
  /* line 1363, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .sm-up-mb-3 {
    margin-bottom: .75rem !important;
  }

  /* line 1366, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .visibile-desktop-only {
    display: block;
  }
}
@media (max-width: 575.9px) {
  /* line 1371, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .xs-block {
    display: block !important;
  }

  /* line 1374, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plan img {
    width: 30px;
    height: auto;
  }

  /* line 1378, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .visibile-mobile-only {
    display: block;
  }
}
@media (max-width: 430px) {
  /* line 1385, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #plan-selection-sim .selectable-block {
    padding: 1rem .2rem;
  }

  /* line 1388, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plan img {
    width: 30px;
    height: auto;
  }

  /* line 1392, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plus-sign {
    margin: 0 1rem 0 1.2rem;
    font-size: 1rem;
  }

  /* line 1396, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plan {
    font-size: .9rem;
  }

  /* line 1399, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plan hr {
    margin: .5rem 1rem;
  }

  /* line 1402, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plan p {
    margin: 0 0 .5rem;
  }
}
@media (max-width: 320px) {
  /* line 1407, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plan {
    font-size: .75rem;
  }

  /* line 1410, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .plus-sign {
    margin: 0 .75rem 0 1rem;
  }

  /* line 1413, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #planChangeInfo p {
    font-size: .9rem;
  }

  /* line 1416, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #plan-details-wrapper .plan-details-container img {
    max-width: 70px;
  }

  /* line 1419, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #data-size-thumb-container {
    min-width: 70px;
    min-height: 53px;
  }
}
/* line 1426, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#campaign-banner .visible-pc {
  margin-top: 20px;
  border-radius: 10px;
}

/* line 1433, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#account-form-container #campaign-banner .visible-sp {
  border-radius: 7px;
}

/* line 1440, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.reset-border {
  border: none !important;
}

/* line 1443, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.reset-margin {
  margin: 0 !important;
}

/* line 1448, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions {
  background: #f4f4f4;
  font-size: 80%;
  padding: 5px 15px;
  margin-bottom: 40px;
}
/* line 1453, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions p.heading {
  margin: 5px 0;
  font-weight: 700;
  color: #555;
}
/* line 1458, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row {
  display: flex;
}
/* line 1460, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row .block-col {
  display: flex;
  align-items: center;
  padding: 5px 0;
  flex-basis: 50%;
}
/* line 1465, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row .block-col .block-img {
  border: 1px solid #ddd;
  overflow: hidden;
  flex: 0 0 102px;
  height: 66.7px;
}
/* line 1470, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row .block-col .block-img a {
  display: block;
  position: relative;
  height: 66.7px;
  width: 102px;
}
/* line 1475, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row .block-col .block-img a .overlay-bg {
  position: absolute;
  z-index: 3;
  width: 25px;
  height: 25px;
  background: #000;
  top: 0;
  right: 0;
  opacity: .15;
  transition: .2s;
}
/* line 1486, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row .block-col .block-img a .overlay-bg .magnify {
  width: 17px;
  right: 4px;
  top: 4px;
  fill: #fff;
  position: absolute;
}
/* line 1494, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row .block-col .block-img a .cross-out {
  position: absolute;
  z-index: 2;
  width: 18px;
  bottom: 5px;
  left: 5px;
  opacity: 1;
  transition: .2s;
  fill: #E74B4B;
}
/* line 1504, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row .block-col .block-img a img {
  width: 100px;
  position: relative;
  z-index: 1;
  transition: .2s;
}
/* line 1511, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row .block-col .block-img a:hover .overlay-bg {
  opacity: .4;
}
/* line 1517, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-up-instructions .block-row .block-col .block-desc {
  padding: 5px 8px;
  font-size: 88%;
  color: #555;
}

/* line 1526, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.upload-modal-img {
  border: 2px solid #ccc;
}

/* line 1530, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#uploadResCard .modal-header {
  background: #f4f4f4;
  border-bottom: none;
}
/* line 1533, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#uploadResCard .modal-header h5 {
  font-size: 1.1em;
}
/* line 1537, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#uploadResCard .desc-wrapper {
  display: flex;
  padding: 10px;
  color: #666666;
}
/* line 1541, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#uploadResCard .desc-wrapper .svg-wrapper {
  flex: 0 0 25px;
  margin-right: 10px;
}
/* line 1544, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#uploadResCard .desc-wrapper .svg-wrapper svg {
  fill: #E74B4B;
}
/* line 1549, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#uploadResCard .desc-wrapper p small {
  display: block;
  line-height: 1.5;
}

/* line 1557, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.form-group.inline {
  display: inline-block;
}

/* line 1560, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.user-info-sex-select {
  list-style: none;
}

/* line 1563, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.user-info-sex-select li {
  display: inline-block;
  margin: 5px 10px;
}

/* line 1567, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.user-info-sex-select li .btn.active {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

/* line 1574, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-passport-note {
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 10px 5px 0;
  line-height: 1.4;
  color: #333;
}
/* line 1581, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.rescard-passport-note strong {
  font-weight: normal;
}

@media (max-width: 767px) {
  /* line 1589, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #product-selection a#jp-smart-call,
  #product-selection a#jp-smart-sim,
  #product-selection a#jp-smart-wifi {
    margin-bottom: 20px;
  }
}

/* line 1597, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
p.passport-only-link-wrapper {
  margin: 10px 0 0px;
  font-size: 13px;
  font-weight: 700;
}
/* line 1601, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
p.passport-only-link-wrapper a {
  color: #dc3545;
}

/* line 1607, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#passport-only-modal .modal-dialog {
  max-width: 550px;
}
/* line 1610, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#passport-only-modal .modal-header {
  background: #f4f4f4;
  border-bottom: none;
}
/* line 1613, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#passport-only-modal .modal-header h5 {
  font-size: 1.1em;
}
/* line 1618, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#passport-only-modal .modal-body p {
  font-size: 14px;
}
/* line 1622, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#passport-only-modal .modal-footer {
  justify-content: center;
}

/* line 1628, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.id_check_uploader .alert.alert-warning.small {
  background: none !important;
  padding: 0 5px !important;
  border: none !important;
  color: #333;
}

/* line 1636, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#personal-info-table td {
  border: 0 !important;
}

/* line 1641, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-link-return {
  color: #666666;
  text-decoration: underline;
  font-size: 14px;
}
/* line 1645, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-link-return:hover {
  color: #333333;
}

/* line 1651, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-double-campaign a {
  color: #666666;
  font-size: .9rem;
}
/* line 1654, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-double-campaign a:hover {
  color: #E71618;
  text-decoration: none;
}
/* line 1658, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-double-campaign a i {
  margin-left: 2px;
}
/* line 1662, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-double-campaign table.data-double-table {
  margin: 0 0 20px 0;
  border: none !important;
  width: 100%;
}
/* line 1667, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-double-campaign table.data-double-table tr th {
  text-align: center;
  background: #fff;
  font-weight: 700;
  border-radius: 0;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  color: #E71618 !important;
  text-align: center;
  padding: 0 8px 25px;
}
/* line 1680, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-double-campaign table.data-double-table tr td {
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  padding: 8px;
}
/* line 1685, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-double-campaign table.data-double-table tr td:first-child {
  width: 33%;
  background: #eee !important;
}
/* line 1689, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#data-double-campaign table.data-double-table tr td p {
  width: 90% !important;
  margin: 0 5% 5px !important;
}

/* line 1697, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
p.notes {
  margin: 5px 0 10px;
  font-size: .9rem;
  line-height: 1.4;
}
/* line 1701, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
p.notes:last-of-type {
  margin: 5px 0 15px;
}

/* -------- added from innovature.ai------- */
/* line 1709, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.cus-date .form-control {
  border-right: none;
}
/* line 1712, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.cus-date .form-control:focus {
  border: 1px solid #ced4da;
  border-right: none;
  box-shadow: none;
}
/* line 1718, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.cus-date .form-control.has-error ~ .input-group-append .input-group-text {
  border: 1px solid #E71618 !important;
}
/* line 1722, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.cus-date .form-control.has-error {
  border-right: none;
}
/* line 1725, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.cus-date .form-control.has-error:focus {
  border: 1px solid #E71618;
  border-right: none;
  box-shadow: none;
}
/* line 1732, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.cus-date .input-group-text {
  background-color: transparent;
}
/* line 1736, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.cus-date span.has-error {
  position: absolute;
  top: 40px;
}

/* line 1744, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.check-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 1756, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 1764, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.check-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
/* line 1774, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* line 1778, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.check-container input:checked ~ .checkmark {
  background-color: #E71618;
}
/* line 1782, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* line 1788, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.check-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* line 1797, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* line 1801, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.pickup-note-cont {
  padding-left: 30px;
  font-size: .75rem;
  color: #666666;
}

/* line 1808, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#airport-pickup-data .item-label {
  width: auto;
  white-space: nowrap;
}
/* line 1813, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
#airport-pickup-data .d-flex-data {
  display: flex;
}

/* line 1817, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-primary-confirm {
  color: #fff;
  border: 2px solid #E71618;
  background: #E71618;
}
/* line 1821, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.btn-primary-confirm:hover {
  color: #E71618;
  border: 2px solid #E71618;
  background: #fff;
}

/* line 1827, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fw-500 {
  font-weight: 500;
}

/* line 1831, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.fl-upld-notice p {
  color: #666;
}

/* line 1836, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.airport-payment .payment-method {
  width: calc(34% - 10px);
}

/* line 1840, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.text-red {
  color: #E71618;
}

/* line 1843, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.active-shop {
  background: #E71618 !important;
  color: #fff !important;
}

/* line 1847, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.shop-app-text {
  background-color: #E71618;
  color: #fff;
  font-size: 25px;
}

@media (max-width: 767px) {
  /* line 1854, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #airport-pickup-data .item-label {
    margin-bottom: 10px !important;
  }
  /* line 1857, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  #airport-pickup-data .d-flex-data {
    display: block;
    margin-bottom: 10px;
  }

  /* line 1862, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .align-center {
    text-align: center !important;
  }

  /* line 1865, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .align-left {
    text-align: left !important;
  }

  /* line 1869, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .airport-payment .payment-method {
    width: calc(50% - 10px);
  }
}
/*for new notice*/
/* line 1875, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.notice_details {
  word-break: break-all;
}

/* line 1879, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
button.shop-app-button {
  color: #BD7000;
  font-size: 10px;
  border: 1px solid #FFB03E;
  background: #FFE3BA;
  border-radius: 18px;
  padding: 8px 12px;
  height: 30px;
  width: 140px;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 17px;
}

/* line 1893, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.shop-buton-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1899, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.navbar-new .navbar-brand-new img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  /* line 1904, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  button.shop-app-button {
    color: #BD7000;
    font-size: 9px;
    font-weight: 600;
    margin-left: 0px;
  }

  /* Ensure navbar elements stay in single row */
  /* line 1912, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-new .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 15px;
  }

  /* line 1920, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-new .d-flex {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 1;
    min-width: 0;
  }

  /* line 1928, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-new .navbar-brand-new {
    flex-shrink: 1;
    padding: 0;
  }

  /* line 1933, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-new .navbar-brand-new img {
    max-width: 170px;
    height: auto;
  }

  /* When shop button is present, make logo smaller */
  /* line 1939, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-new .d-flex:has(.shop-buton-div) .navbar-brand-new img {
    max-width: 140px !important;
  }

  /* line 1943, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-new .shop-buton-div {
    flex-shrink: 0;
    margin-left: 6px;
  }

  /* line 1948, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-new .dropdown {
    flex-shrink: 0;
  }

  /* line 1952, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .navbar-new .language-selector {
    font-size: 11px;
    padding: 4px 6px;
    min-width: 45px;
    white-space: nowrap;
  }

  /* line 1962, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .language-selector-new {
    white-space: normal;
  }

  /* line 1966, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .language-selector-new .selected-language {
    white-space: normal;
    font-size: 10px;
    word-break: break-word;
    max-width: 60px;
  }
}
/* Default: desktop */
/* line 1976, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
.logo-mobile {
  display: none;
}

/* Mobile screens */
@media (max-width: 768px) {
  /* line 1982, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .logo-desktop {
    display: none;
  }

  /* line 1986, /opt/jpsmart_user/app/assets/stylesheets/users_new_ui.scss */
  .logo-mobile {
    display: block;
    width: 45px;
    /* rounded, standard */
    height: auto;
    /* keeps aspect ratio */
    opacity: 1;
  }
}
