/* line 3, app/assets/stylesheets/cargos.scss */
.cargos-container {
  margin: auto;
  background-color: var(--bg-container);
  max-width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 10, app/assets/stylesheets/cargos.scss */
#state-info-row {
  background-color: var(--bg-container);
  display: inline-flex;
  align-items: center;
}
/* line 3, app/assets/stylesheets/carriers.scss */
.carriers-container {
  margin: auto;
  text-align: center;
  background-color: var(--bg-container);
  width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 10, app/assets/stylesheets/carriers.scss */
.carriers-container table.payments {
  border: none;
  border-collapse: collapse;
  background-color: transparent;
}

/* line 15, app/assets/stylesheets/carriers.scss */
.carriers-container table.payments tr {
  background: transparent;
}

/* line 19, app/assets/stylesheets/carriers.scss */
.carriers-container table.payments td {
  padding: 2px;
  border: none;
}

/* line 26, app/assets/stylesheets/carriers.scss */
.carriers-container form table.payments input[type="text"] {
  width: 182px;
}

/* line 31, app/assets/stylesheets/carriers.scss */
.carriers-container .content {
  display: inline-flex;
}

/* line 34, app/assets/stylesheets/carriers.scss */
.carriers-container .content table {
  width: initial;
}

/* line 38, app/assets/stylesheets/carriers.scss */
.carriers-container .content form input[type="file"] {
  width: 215px;
}

/* line 42, app/assets/stylesheets/carriers.scss */
.carriers-container .content form input[type="date"], .carriers-container .content textarea {
  width: 242px;
}

/* line 46, app/assets/stylesheets/carriers.scss */
.carriers-container .content .agent-requests {
  max-height: 900px;
  overflow: scroll;
}

/* line 52, app/assets/stylesheets/carriers.scss */
.carriers-container #carrier_short_owner_name {
  width: 160px;
}

/* line 56, app/assets/stylesheets/carriers.scss */
.carriers-container sidebar {
  position: fixed;
  left: -270px;
  display: flex;
  top: 100px;
}

/* line 62, app/assets/stylesheets/carriers.scss */
.carriers-container sidebar input[type=search] {
  width: 250px;
}

/* line 66, app/assets/stylesheets/carriers.scss */
.carriers-container sidebar #grabber {
  height: 120px;
  width: 15px;
  border-radius: 0 15px 15px 0;
  background-color: var(--bg-light);
  border: 1px solid gray;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--border-dark);
  border-left: 0;
  position: relative;
  font-size: medium;
  padding-top: 5px;
  left: -1px;
}

/* line 82, app/assets/stylesheets/carriers.scss */
.carriers-container sidebar #search-modal {
  width: 270px;
  border: 1px solid gray;
}

/* line 87, app/assets/stylesheets/carriers.scss */
.carriers-container sidebar form {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #efefef;
  text-align: left;
  padding: 2px 0 0 10px;
}

/* line 94, app/assets/stylesheets/carriers.scss */
.carriers-container sidebar form div {
  margin: 2px 0;
}

/* line 100, app/assets/stylesheets/carriers.scss */
.carriers-container sidebar:hover {
  transform: translateX(95%);
  transition-duration: 1s;
}
/* line 1, app/assets/stylesheets/comments.scss */
.comment {
  background-color: var(--bg-container);
  margin: 4px 10px;
  padding: 0 10px 6px;
  text-align: left;
  width: -webkit-fill-available;
  border-left: 4px solid rgba(46, 133, 46, 0.7);
}

/* line 9, app/assets/stylesheets/comments.scss */
.comment span.user-info {
  font-style: italic;
  color: var(--text-secondary);
}

/* line 14, app/assets/stylesheets/comments.scss */
.comment p {
  margin: 3px 0 6px 0;
}

/* line 19, app/assets/stylesheets/comments.scss */
.comment span {
  display: flex;
  justify-content: space-between;
  color: var(--text-muted);
}

/* line 25, app/assets/stylesheets/comments.scss */
.comment span.reply:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 30, app/assets/stylesheets/comments.scss */
#modal-window #new-comment-form #comment_text {
  min-height: 60px !important;
  margin: 5px 0;
}
/* line 3, app/assets/stylesheets/customers.scss */
.customers-container {
  margin: auto;
  text-align: center;
  background-color: var(--bg-container);
  width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 10, app/assets/stylesheets/customers.scss */
.customers-container table.payments {
  border: none;
  border-collapse: collapse;
  background-color: transparent;
}

/* line 15, app/assets/stylesheets/customers.scss */
.customers-container table.payments tr {
  background: transparent;
}

/* line 19, app/assets/stylesheets/customers.scss */
.customers-container table.payments td {
  padding: 2px;
  border: none;
}

/* line 26, app/assets/stylesheets/customers.scss */
.customers-container form table.payments input[type="text"] {
  width: 182px;
}

/* line 31, app/assets/stylesheets/customers.scss */
.customers-container .content {
  display: inline-flex;
}

/* line 34, app/assets/stylesheets/customers.scss */
.customers-container .content table {
  width: initial;
}

/* line 38, app/assets/stylesheets/customers.scss */
.customers-container .content form input[type="file"] {
  width: 215px;
}

/* line 42, app/assets/stylesheets/customers.scss */
.customers-container .content form input[type="date"], .customers-container .content textarea {
  width: 242px;
}

/* line 46, app/assets/stylesheets/customers.scss */
.customers-container .content .agent-requests {
  max-height: 900px;
  overflow: scroll;
}

/* line 52, app/assets/stylesheets/customers.scss */
.customers-container #customer_short_owner_name {
  width: 160px;
}

/* line 57, app/assets/stylesheets/customers.scss */
.customers-container sidebar {
  position: fixed;
  left: -270px;
  display: flex;
  top: 100px;
}

/* line 63, app/assets/stylesheets/customers.scss */
.customers-container sidebar input[type=search] {
  width: 250px;
}

/* line 67, app/assets/stylesheets/customers.scss */
.customers-container sidebar #grabber {
  height: 120px;
  width: 15px;
  border-radius: 0 15px 15px 0;
  background-color: var(--bg-light);
  border: 1px solid gray;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--border-dark);
  border-left: 0;
  position: relative;
  font-size: medium;
  padding-top: 5px;
  left: -1px;
}

/* line 83, app/assets/stylesheets/customers.scss */
.customers-container sidebar #search-modal {
  width: 270px;
  border: 1px solid gray;
}

/* line 88, app/assets/stylesheets/customers.scss */
.customers-container sidebar form {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #efefef;
  text-align: left;
  padding: 2px 0 0 10px;
}

/* line 95, app/assets/stylesheets/customers.scss */
.customers-container sidebar form div {
  margin: 2px 0;
}

/* line 101, app/assets/stylesheets/customers.scss */
.customers-container sidebar:hover {
  transform: translateX(95%);
  transition-duration: 1s;
}
/* line 1, app/assets/stylesheets/deal.scss */
.document {
  background-color: var(--bg-container);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  margin: auto;
  padding: 2cm 1.5cm 2cm 3cm !important;
  max-width: 800px;
  font-size: 10px;
}

/* line 11, app/assets/stylesheets/deal.scss */
.document .header {
  text-align: center;
}

/* line 15, app/assets/stylesheets/deal.scss */
.document b.list-header {
  padding: 20px 0 10px;
}

/* line 19, app/assets/stylesheets/deal.scss */
.document .paragraph {
  text-indent: 30px;
}

/* line 23, app/assets/stylesheets/deal.scss */
.document .space-between {
  display: flex;
  justify-content: space-between;
}

/* line 28, app/assets/stylesheets/deal.scss */
.document ul li:before {
  content: none !important;
}

/* line 32, app/assets/stylesheets/deal.scss */
.document ol, .document ul {
  list-style-type: none;
  padding: 0;
  counter-reset: item;
}

/* line 38, app/assets/stylesheets/deal.scss */
.document li {
  display: block;
  padding-left: 20px;
  padding-top: 6px;
}

/* line 53, app/assets/stylesheets/deal.scss */
.document ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

/* line 58, app/assets/stylesheets/deal.scss */
.document ol > li ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

/* line 63, app/assets/stylesheets/deal.scss */
.document table, .document td, .document th {
  border: 1px solid;
  border-collapse: collapse;
}

/* line 68, app/assets/stylesheets/deal.scss */
.document td {
  border-top: none;
  border-bottom: none;
}

/* line 73, app/assets/stylesheets/deal.scss */
.document table.client-info {
  padding: 0;
}

/* line 76, app/assets/stylesheets/deal.scss */
.document table.client-info td {
  padding: 0;
  vertical-align: text-top;
}

/* line 80, app/assets/stylesheets/deal.scss */
.document table.client-info td table {
  border: none;
  table-layout: fixed;
  width: 350px;
  height: -webkit-fill-available;
}

/* line 86, app/assets/stylesheets/deal.scss */
.document table.client-info td table td {
  padding: 1px 5px;
  border: none;
}

/* line 93, app/assets/stylesheets/deal.scss */
.document table.client-info th {
  border: none;
}

/* line 97, app/assets/stylesheets/deal.scss */
.document table.client-info tr, .document table.client-info th {
  background-color: var(--bg-container);
}
/* line 3, app/assets/stylesheets/errors.scss */
.error-page {
  padding: 5px 10px;
  margin: auto;
  margin-top: 100px;
  background-color: var(--bg-container);
  max-width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
/* line 3, app/assets/stylesheets/estimations.scss */
.estimations-container {
  background-color: var(--bg-container);
  padding: 3px;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 12, app/assets/stylesheets/estimations.scss */
.estimations-container header {
  display: flex;
  justify-content: space-around;
}

/* line 15, app/assets/stylesheets/estimations.scss */
.estimations-container header div a {
  margin: 0 4px;
}

/* line 19, app/assets/stylesheets/estimations.scss */
.estimations-container header .logo-container a {
  padding: 0;
}

/* line 23, app/assets/stylesheets/estimations.scss */
.estimations-container header div {
  text-align: center;
}

/* line 27, app/assets/stylesheets/estimations.scss */
.estimations-container header p {
  margin: 0;
}

/* line 31, app/assets/stylesheets/estimations.scss */
.estimations-container header a {
  font-size: inherit;
}

/* line 36, app/assets/stylesheets/estimations.scss */
.estimations-container table, .estimations-container td {
  border: 0;
  border-spacing: 0;
}

/* line 41, app/assets/stylesheets/estimations.scss */
.estimations-container th {
  vertical-align: middle;
}

/* line 45, app/assets/stylesheets/estimations.scss */
.estimations-container tr, .estimations-container td {
  vertical-align: top;
}

/* line 51, app/assets/stylesheets/estimations.scss */
.estimations-container td.comments-column {
  min-width: 350px;
}

/* line 54, app/assets/stylesheets/estimations.scss */
.estimations-container td.comments-column span {
  border-left: 3px solid green;
  padding-left: 3px;
}

/* line 60, app/assets/stylesheets/estimations.scss */
.estimations-container .bg-white {
  background-color: var(--bg-container);
}

/* line 65, app/assets/stylesheets/estimations.scss */
.estimations-container div#content {
  display: flex;
  flex-direction: row;
}

/* line 69, app/assets/stylesheets/estimations.scss */
.estimations-container div#content .empty-tr td {
  background-color: var(--bg-container);
}

/* line 73, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #info {
  flex: 4;
}

/* line 76, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #info table, .estimations-container div#content #info td {
  border: 0;
  border-spacing: 0;
}

/* line 81, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #info tr {
  background-color: var(--bg-light);
}

/* line 85, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #info tr.submit td {
  text-align: center;
}

/* line 90, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments {
  flex: 5;
  display: flex;
  min-width: 480px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 98, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments .comments-list {
  margin: 4px 0;
  max-height: 600px;
  overflow-y: scroll;
  width: -webkit-fill-available;
}

/* line 104, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments .comments-list .comment-text {
  max-width: 600px;
}

/* line 109, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments .reply-text {
  background-color: var(--bg-light);
  margin: 2px 10px 0 6px;
  padding: 2px;
  padding-left: 6px;
  border-right: none;
  text-wrap: nowrap;
  overflow: hidden;
  font-style: italic;
  max-width: 600px;
}

/* line 121, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments #new-comment-form {
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 127, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments #new-comment-form #reply-comment {
  margin-right: 10px;
  font-style: italic;
  margin-right: 10px;
  margin-left: 100px;
  max-width: 600px;
  text-align: left;
  font-style: italic;
  text-wrap: nowrap;
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments #new-comment-form #reply-comment #colored {
  color: rgba(46, 133, 46, 0.7);
}

/* line 143, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments #new-comment-form textarea#comment_text {
  width: -webkit-fill-available;
  height: 40px;
}

/* line 149, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments form {
  display: flex;
  margin: 4px 10px;
  width: -webkit-fill-available;
}

/* line 154, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments form input[type=text] {
  height: 40px;
  width: -webkit-fill-available;
}

/* line 159, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments form button {
  width: 40px;
  height: 40px;
  margin: 0 6px;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* line 168, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #comments form button svg {
  width: 20px;
  height: 20px;
}

/* line 176, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #price-offers {
  flex: 2;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* line 184, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #price-offers #list {
  max-height: 340px;
  overflow-y: auto;
  text-align: start;
}

/* line 190, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #price-offers #not-intrested {
  display: flex;
}

/* line 194, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #price-offers input[type=text] {
  height: 40px;
}

/* line 198, app/assets/stylesheets/estimations.scss */
.estimations-container div#content #price-offers p {
  margin-left: 4px;
  padding-left: 4px;
  border-left: 4px solid rgba(46, 133, 46, 0.7);
}

/* line 206, app/assets/stylesheets/estimations.scss */
.estimations-container div#content > div {
  margin: 4px;
  background-color: #F7F7F7;
}

/* line 212, app/assets/stylesheets/estimations.scss */
.estimations-container sidebar {
  position: fixed;
  left: -270px;
  display: flex;
  top: 100px;
}

/* line 218, app/assets/stylesheets/estimations.scss */
.estimations-container sidebar input[type=search] {
  width: 250px;
}

/* line 222, app/assets/stylesheets/estimations.scss */
.estimations-container sidebar #grabber {
  height: 120px;
  width: 15px;
  border-radius: 0 15px 15px 0;
  background-color: var(--bg-light);
  border: 1px solid gray;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--border-dark);
  border-left: 0;
  position: relative;
  font-size: medium;
  padding-top: 5px;
  left: -1px;
}

/* line 238, app/assets/stylesheets/estimations.scss */
.estimations-container sidebar #search-modal {
  width: 270px;
  border: 1px solid gray;
}

/* line 243, app/assets/stylesheets/estimations.scss */
.estimations-container sidebar form {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #efefef;
  text-align: left;
  padding: 2px 0 0 10px;
}

/* line 250, app/assets/stylesheets/estimations.scss */
.estimations-container sidebar form div {
  margin: 2px 0;
}

/* line 256, app/assets/stylesheets/estimations.scss */
.estimations-container td.checkbox-list {
  display: flex;
  flex-direction: column;
}

/* line 260, app/assets/stylesheets/estimations.scss */
.estimations-container td.checkbox-list label {
  text-wrap: nowrap;
}

/* line 263, app/assets/stylesheets/estimations.scss */
.estimations-container td.checkbox-list input[type='checkbox'] {
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
}

/* line 268, app/assets/stylesheets/estimations.scss */
.estimations-container td.checkbox-list span {
  display: inline-block;
  vertical-align: middle;
}

/* line 275, app/assets/stylesheets/estimations.scss */
.estimations-insert {
  text-align: center;
}

/* line 278, app/assets/stylesheets/estimations.scss */
.estimations-insert form {
  display: flex;
  flex-direction: column;
}

/* line 282, app/assets/stylesheets/estimations.scss */
.estimations-insert form input {
  height: 40px;
  margin: 6px;
}

/* line 290, app/assets/stylesheets/estimations.scss */
.status-hour_empty {
  background-color: yellow !important;
}

/* line 293, app/assets/stylesheets/estimations.scss */
.status-two_hours_empty {
  background-color: #cc0000 !important;
}

/* line 296, app/assets/stylesheets/estimations.scss */
.status-has_estimation {
  background-color: #0066cc !important;
}

/* line 299, app/assets/stylesheets/estimations.scss */
.status-full {
  background-color: #141488;
}

/* line 302, app/assets/stylesheets/estimations.scss */
.status-closed {
  background-color: #2ba962;
}

/* line 305, app/assets/stylesheets/estimations.scss */
.grey, .planning {
  background-color: #e6e6e6 !important;
}
/* line 1, app/assets/stylesheets/files_form.scss */
.files-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/files_form.scss */
.files-container li {
  margin: 3px;
}

/* line 11, app/assets/stylesheets/files_form.scss */
.files-container input[type=file] {
  border: 1px solid gray;
  border-radius: 5px;
}

/* line 16, app/assets/stylesheets/files_form.scss */
.files-container input[type=file]::file-selector-button {
  margin-right: 20px;
  padding: 5px 10px;
  border: none;
  color: var(--text-primary);
  cursor: pointer;
  transition: background .2s ease-in-out;
}

/* line 26, app/assets/stylesheets/files_form.scss */
.files-container input[type=file]::file-selector-button:hover {
  background: #e6e4e4;
}
/* line 1, app/assets/stylesheets/flashes.scss */
#flash {
  margin: 0;
  position: absolute;
  z-index: 5;
  font-size: 17px;
}

/* line 7, app/assets/stylesheets/flashes.scss */
#flash .flash-message {
  width: auto;
  height: auto;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  font-family: sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 20, app/assets/stylesheets/flashes.scss */
#flash .flash-message .flash-type {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 27, app/assets/stylesheets/flashes.scss */
#flash .flash-message .flash-content {
  font-size: 16px;
  line-height: 1.4;
}

/* line 32, app/assets/stylesheets/flashes.scss */
#flash .flash-message.information {
  background-color: var(--flash-info);
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
}

/* line 38, app/assets/stylesheets/flashes.scss */
#flash .flash-message.notice {
  background-color: var(--primary-light-blue);
  border: 1px solid var(--primary-blue);
  color: var(--primary-dark-blue);
}

/* line 44, app/assets/stylesheets/flashes.scss */
#flash .flash-message.success {
  background-color: var(--flash-success);
  border: 1px solid var(--status-fully-paid);
  color: var(--text-secondary);
}

/* line 50, app/assets/stylesheets/flashes.scss */
#flash .flash-message.warning, #flash .flash-message.alert {
  background-color: var(--flash-warning);
  border: 1px solid var(--status-partly-paid);
  color: var(--text-secondary);
}

/* line 56, app/assets/stylesheets/flashes.scss */
#flash .flash-message.error {
  background-color: var(--flash-error);
  border: 1px solid var(--status-inactive);
  color: var(--text-secondary);
}
/* line 7, app/assets/stylesheets/landing.scss */
#landing-container figure {
  margin: 0;
}

/* line 11, app/assets/stylesheets/landing.scss */
#landing-container a {
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 500px) {
  /* line 17, app/assets/stylesheets/landing.scss */
  #landing-container h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 6px 10px 18px;
  }
  /* line 23, app/assets/stylesheets/landing.scss */
  #landing-container h3 {
    font-size: large;
    text-align: left;
    margin: 18px 10px;
  }
}

@media (min-width: 500px) {
  /* line 31, app/assets/stylesheets/landing.scss */
  #landing-container h1 {
    font-size: xxx-large;
    line-height: 44px;
    margin-top: 6px;
  }
  /* line 37, app/assets/stylesheets/landing.scss */
  #landing-container h3 {
    font-size: large;
    text-align: center;
  }
}

/* line 43, app/assets/stylesheets/landing.scss */
#landing-container ul {
  list-style-type: none;
}

/* line 47, app/assets/stylesheets/landing.scss */
#landing-container hr.blue-line {
  background-color: var(--primary-blue);
  height: 8px;
  margin: 14px 0;
  border: none;
  width: 120px;
}

/* line 55, app/assets/stylesheets/landing.scss */
#landing-container header {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 2;
  background-color: var(--bg-container);
}

@media (max-width: 500px) {
  /* line 55, app/assets/stylesheets/landing.scss */
  #landing-container header {
    height: 15vh;
  }
}

/* line 69, app/assets/stylesheets/landing.scss */
#landing-container header li a {
  color: var(--primary-blue);
}

@media (max-width: 500px) {
  /* line 73, app/assets/stylesheets/landing.scss */
  #landing-container header #logo img {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 500px) {
  /* line 73, app/assets/stylesheets/landing.scss */
  #landing-container header #logo img {
    width: 120px;
    height: 120px;
  }
}

/* line 85, app/assets/stylesheets/landing.scss */
#landing-container header nav {
  margin: 0 6px;
}

/* line 88, app/assets/stylesheets/landing.scss */
#landing-container header nav ul {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-flow: wrap;
}

@media (max-width: 500px) {
  /* line 95, app/assets/stylesheets/landing.scss */
  #landing-container header nav a {
    font-size: 12px;
  }
}

@media (min-width: 500px) {
  /* line 95, app/assets/stylesheets/landing.scss */
  #landing-container header nav a {
    font-size: 18px;
  }
}

/* line 107, app/assets/stylesheets/landing.scss */
#landing-container section {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
}

/* line 112, app/assets/stylesheets/landing.scss */
#landing-container section h2 {
  font-size: xx-large;
  font-weight: lighter;
}

/* line 119, app/assets/stylesheets/landing.scss */
#landing-container section#main {
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background-size: cover;
  background-position: center;
  background-image: url(/assets/landing/main-ff525fd7c0a4fe9c24339aa796c1ef08650d248abadb3bcac66b6cf4d7a9eb67.jpg);
  height: 75vh;
}

/* line 129, app/assets/stylesheets/landing.scss */
#landing-container section#about {
  background-color: var(--primary-light-blue);
  flex-direction: row;
  justify-content: center;
}

/* line 134, app/assets/stylesheets/landing.scss */
#landing-container section#about p {
  text-align: justify;
  line-height: 28px;
}

@media (max-width: 500px) {
  /* line 134, app/assets/stylesheets/landing.scss */
  #landing-container section#about p {
    font-size: 12px;
  }
}

@media (min-width: 500px) {
  /* line 134, app/assets/stylesheets/landing.scss */
  #landing-container section#about p {
    font-size: 18px;
  }
}

/* line 147, app/assets/stylesheets/landing.scss */
#landing-container section#about div {
  padding: 30px;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 35vw;
  align-items: flex-start;
}

/* line 156, app/assets/stylesheets/landing.scss */
#landing-container section#about figure {
  height: 650px;
  box-shadow: rgba(149, 157, 165, 0.8) 0px 8px 24px;
}

@media (max-width: 1100px) {
  /* line 162, app/assets/stylesheets/landing.scss */
  #landing-container section#about div {
    max-width: none;
  }
  /* line 165, app/assets/stylesheets/landing.scss */
  #landing-container section#about #image {
    display: none;
  }
}

/* line 172, app/assets/stylesheets/landing.scss */
#landing-container section#partners {
  background-color: var(--bg-container);
  align-items: center;
}

/* line 176, app/assets/stylesheets/landing.scss */
#landing-container section#partners div.cards-container {
  display: flex;
}

@media (max-width: 700px) {
  /* line 176, app/assets/stylesheets/landing.scss */
  #landing-container section#partners div.cards-container {
    flex-direction: column;
  }
}

@media (min-width: 700px) {
  /* line 176, app/assets/stylesheets/landing.scss */
  #landing-container section#partners div.cards-container {
    flex-direction: row;
  }
}

/* line 187, app/assets/stylesheets/landing.scss */
#landing-container section#partners div.cards-container div.card {
  margin: 14px;
  display: flex;
  align-items: center;
  padding: 20px;
  flex: 1;
  border: 2px solid #F2F6F8;
  border-radius: 5px;
  white-space: pre-line;
  flex-direction: column;
  background-color: var(--primary-light-blue);
  border-bottom: 3px solid #00d8ff;
}

/* line 200, app/assets/stylesheets/landing.scss */
#landing-container section#partners div.cards-container div.card img {
  border-radius: 100%;
}

/* line 204, app/assets/stylesheets/landing.scss */
#landing-container section#partners div.cards-container div.card p {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}

/* line 210, app/assets/stylesheets/landing.scss */
#landing-container section#partners div.cards-container div.card h4 {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
}

@media (min-width: 1100px) {
  /* line 219, app/assets/stylesheets/landing.scss */
  #landing-container section#partners div.card {
    width: 18vw;
  }
}

@media (max-width: 1100px) {
  /* line 225, app/assets/stylesheets/landing.scss */
  #landing-container section#partners div.card {
    width: auto;
  }
}

/* line 231, app/assets/stylesheets/landing.scss */
#landing-container section#contacts {
  align-items: center;
  background-color: var(--primary-light-blue);
  height: 600px;
}

/* line 236, app/assets/stylesheets/landing.scss */
#landing-container section#contacts div.contact-form {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 72vw;
}

/* line 242, app/assets/stylesheets/landing.scss */
#landing-container section#contacts div.contact-form input[type=submit] {
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-blue);
}

@media (max-width: 700px) {
  /* line 236, app/assets/stylesheets/landing.scss */
  #landing-container section#contacts div.contact-form {
    align-items: center;
    flex-direction: column;
  }
  /* line 254, app/assets/stylesheets/landing.scss */
  #landing-container section#contacts div.contact-form input {
    padding: 10px;
    margin: 4px 0;
    width: 180px;
  }
}

@media (min-width: 700px) {
  /* line 236, app/assets/stylesheets/landing.scss */
  #landing-container section#contacts div.contact-form {
    flex-direction: row;
  }
  /* line 264, app/assets/stylesheets/landing.scss */
  #landing-container section#contacts div.contact-form input {
    margin: 0 4px;
    padding: 10px;
    width: 200px;
  }
}

/* line 272, app/assets/stylesheets/landing.scss */
#landing-container section#contacts div.info {
  display: inline-flex;
}

/* line 275, app/assets/stylesheets/landing.scss */
#landing-container section#contacts div.info div.contacts {
  flex: 1;
  margin-right: 20px;
}

/* line 279, app/assets/stylesheets/landing.scss */
#landing-container section#contacts div.info div.contacts p {
  text-align: justify;
}

/* line 283, app/assets/stylesheets/landing.scss */
#landing-container section#contacts div.info div.contacts img {
  vertical-align: bottom;
}

/* line 287, app/assets/stylesheets/landing.scss */
#landing-container section#contacts div.info div.contacts span.colored {
  color: var(--primary-blue);
}

/* line 292, app/assets/stylesheets/landing.scss */
#landing-container section#contacts div.info div.map {
  flex: 2;
  display: inline-flex;
  justify-content: center;
}

@media (max-width: 700px) {
  /* line 272, app/assets/stylesheets/landing.scss */
  #landing-container section#contacts div.info {
    align-items: center;
    flex-direction: column;
  }
  /* line 302, app/assets/stylesheets/landing.scss */
  #landing-container section#contacts div.info iframe {
    width: 300px;
    height: 200px;
  }
}

@media (min-width: 700px) {
  /* line 272, app/assets/stylesheets/landing.scss */
  #landing-container section#contacts div.info {
    flex-direction: row;
  }
  /* line 311, app/assets/stylesheets/landing.scss */
  #landing-container section#contacts div.info iframe {
    width: 50vw;
  }
}

/* line 318, app/assets/stylesheets/landing.scss */
#landing-container footer {
  height: 140px;
  padding: 20px 0;
  bottom: 0;
  background-color: var(--text-primary);
  color: var(--text-white);
  list-style-type: none;
  display: flex;
  justify-content: center;
}

/* line 328, app/assets/stylesheets/landing.scss */
#landing-container footer li a {
  color: var(--text-white);
}

/* line 332, app/assets/stylesheets/landing.scss */
#landing-container footer div.footer-container {
  display: inline-flex;
  justify-content: space-between;
}

/* line 336, app/assets/stylesheets/landing.scss */
#landing-container footer div.footer-container div, #landing-container footer div.footer-container nav {
  flex: 1;
}

/* line 340, app/assets/stylesheets/landing.scss */
#landing-container footer div.footer-container div {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 20px;
}

/* line 346, app/assets/stylesheets/landing.scss */
#landing-container footer div.footer-container div h3 {
  margin: 18px 0;
}

/* line 352, app/assets/stylesheets/landing.scss */
#landing-container footer ul {
  display: flex;
}

@media (max-width: 500px) {
  /* line 352, app/assets/stylesheets/landing.scss */
  #landing-container footer ul {
    flex-direction: column;
  }
  /* line 357, app/assets/stylesheets/landing.scss */
  #landing-container footer ul a {
    padding: 4px;
  }
}

@media (min-width: 500px) {
  /* line 352, app/assets/stylesheets/landing.scss */
  #landing-container footer ul {
    flex-direction: row;
  }
}
/* line 3, app/assets/stylesheets/payments.scss */
.payments-page {
  margin: auto;
  width: fit-content;
}

/* line 8, app/assets/stylesheets/payments.scss */
.payments-container {
  background-color: var(--bg-container);
  margin: auto;
  width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 14, app/assets/stylesheets/payments.scss */
.payments-container select {
  max-width: 350px;
}

/* line 18, app/assets/stylesheets/payments.scss */
.payments-container header div.box:nth-child(2) {
  min-width: auto;
}

/* line 22, app/assets/stylesheets/payments.scss */
.payments-container .links-container {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

/* line 28, app/assets/stylesheets/payments.scss */
.payments-container span.select2.select2-container.select2-container--default {
  width: 208px !important;
}

/* line 32, app/assets/stylesheets/payments.scss */
.payments-container table#payment-search {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 38, app/assets/stylesheets/payments.scss */
.payments-container table#payment-search tr {
  background-color: #fff;
}

/* line 42, app/assets/stylesheets/payments.scss */
.payments-container table#payment-search td {
  border: none;
}

/* line 46, app/assets/stylesheets/payments.scss */
.payments-container table#payment-search td:nth-child(odd) {
  text-align: right;
}

/* line 50, app/assets/stylesheets/payments.scss */
.payments-container table#payment-search td:nth-child(even) {
  width: 220px;
}

/* line 55, app/assets/stylesheets/payments.scss */
.payments-container .dates-form {
  text-align: center;
}

/* line 60, app/assets/stylesheets/payments.scss */
table#totals {
  width: max-content;
  margin-top: 30px;
}

/* line 66, app/assets/stylesheets/payments.scss */
table#payment-parts td {
  width: 100px;
  text-align: center;
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/reports.scss */
.reports-container {
  background-color: var(--bg-container);
  padding: 3px;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 13, app/assets/stylesheets/reports.scss */
.reports-container header .clients-container, .reports-container header .payments-container, .reports-container header .reports-container, .reports-container header .users-container {
  display: inline-flex;
}

/* line 17, app/assets/stylesheets/reports.scss */
.reports-container header .clients-container a, .reports-container header .payments-container a, .reports-container header .reports-container a, .reports-container header .users-container a {
  margin: 0 4px;
}

/* line 21, app/assets/stylesheets/reports.scss */
.reports-container header .logo-container a {
  padding: 0;
}

/* line 25, app/assets/stylesheets/reports.scss */
.reports-container header div {
  text-align: center;
}

/* line 29, app/assets/stylesheets/reports.scss */
.reports-container header p {
  margin: 0;
}

/* line 33, app/assets/stylesheets/reports.scss */
.reports-container header a {
  font-size: inherit;
}

/* line 38, app/assets/stylesheets/reports.scss */
.reports-container sidebar {
  position: fixed;
  left: -450px;
  display: flex;
  top: 100px;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

/* line 46, app/assets/stylesheets/reports.scss */
.reports-container sidebar input[type=search] {
  width: 250px;
}

/* line 50, app/assets/stylesheets/reports.scss */
.reports-container sidebar #grabber {
  height: 150px;
  width: 15px;
  border-radius: 0 15px 15px 0;
  background-color: var(--bg-light);
  border: 1px solid var(--border-dark);
  border-left: 0;
  position: relative;
  font-size: medium;
  padding-top: 5px;
  left: -1px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 67, app/assets/stylesheets/reports.scss */
.reports-container sidebar #grabber:hover {
  background-color: var(--bg-hover, #f0f0f0);
}

/* line 71, app/assets/stylesheets/reports.scss */
.reports-container sidebar #grabber.active {
  background-color: var(--primary-color, #007bff);
  color: white;
}

/* line 75, app/assets/stylesheets/reports.scss */
.reports-container sidebar #grabber.active::after {
  content: '←';
  font-size: 12px;
  font-weight: bold;
}

/* line 82, app/assets/stylesheets/reports.scss */
.reports-container sidebar #grabber::before {
  content: '→';
  font-size: 12px;
  font-weight: bold;
}

/* line 89, app/assets/stylesheets/reports.scss */
.reports-container sidebar #reports-search-form {
  width: 450px;
  border: 1px solid var(--border-dark);
  background: var(--bg-light);
}

/* line 95, app/assets/stylesheets/reports.scss */
.reports-container sidebar form {
  display: grid;
  grid-template-columns: 40% 60%;
  background: var(--bg-light);
  text-align: left;
  padding: 2px 0 0 10px;
}

/* line 102, app/assets/stylesheets/reports.scss */
.reports-container sidebar form div {
  margin: 2px 0;
}

/* line 110, app/assets/stylesheets/reports.scss */
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* line 117, app/assets/stylesheets/reports.scss */
.reports-layout {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}

/* line 123, app/assets/stylesheets/reports.scss */
.report-selection-column {
  flex: 0 0 300px;
  min-width: 300px;
}

/* line 128, app/assets/stylesheets/reports.scss */
.report-properties-column {
  flex: 1;
  min-width: 0;
}

/* line 133, app/assets/stylesheets/reports.scss */
#report-display-area {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  max-width: 80vw;
}

/* line 142, app/assets/stylesheets/reports.scss */
.report-container {
  margin: 20px;
}

/* line 146, app/assets/stylesheets/reports.scss */
.report-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 5px;
}

/* line 156, app/assets/stylesheets/reports.scss */
.report-header h2 {
  margin: 0 0 10px 0;
}

/* line 160, app/assets/stylesheets/reports.scss */
.report-header p {
  margin: 5px 0;
  color: #6c757d;
}

/* line 165, app/assets/stylesheets/reports.scss */
.report-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

/* line 172, app/assets/stylesheets/reports.scss */
.table-responsive {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 179, app/assets/stylesheets/reports.scss */
.table {
  width: 100%;
  margin-bottom: 0;
  color: var(--text-primary);
  background-color: var(--bg-container);
  border-collapse: collapse;
  font-size: 0.875rem;
}

/* line 188, app/assets/stylesheets/reports.scss */
.table th,
.table td {
  padding: 8px 12px;
  vertical-align: middle;
  border: 1px solid var(--border-light);
  text-align: left;
  white-space: nowrap;
}

/* line 197, app/assets/stylesheets/reports.scss */
.table th {
  background-color: var(--bg-light);
  color: var(--text-primary);
  font-weight: 600;
  border-bottom: 2px solid var(--border-medium);
  position: sticky;
  top: 0;
  z-index: 10;
}

/* line 207, app/assets/stylesheets/reports.scss */
.table thead th {
  background-color: var(--primary-dark-blue);
  color: var(--text-white);
  border-color: var(--primary-dark-blue);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* line 217, app/assets/stylesheets/reports.scss */
.table tbody tr:nth-of-type(odd) {
  background-color: var(--bg-container);
}

/* line 221, app/assets/stylesheets/reports.scss */
.table tbody tr:nth-of-type(even) {
  background-color: var(--bg-light);
}

/* line 225, app/assets/stylesheets/reports.scss */
.table tbody tr:hover {
  background-color: var(--bg-hover);
  transition: background-color 0.2s ease;
}

/* line 230, app/assets/stylesheets/reports.scss */
.table-bordered {
  border: 1px solid var(--border-medium);
  border-radius: 8px;
  overflow: hidden;
}

/* line 236, app/assets/stylesheets/reports.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid var(--border-light);
}

/* line 241, app/assets/stylesheets/reports.scss */
.table-dark {
  color: var(--text-white);
  background-color: var(--primary-dark-blue);
}

/* line 246, app/assets/stylesheets/reports.scss */
.table-info {
  color: var(--text-primary);
  background-color: var(--primary-light-blue);
  font-weight: 600;
}

/* line 252, app/assets/stylesheets/reports.scss */
.table-info td {
  border-top: 2px solid var(--primary-blue);
  font-weight: 600;
}

/* line 258, app/assets/stylesheets/reports.scss */
.table td:nth-child(8),
.table td:nth-child(9),
.table td:nth-child(11),
.table td:nth-child(13),
.table td:nth-child(14),
.table td:nth-child(15),
.table td:nth-child(17) {
  text-align: right;
  font-family: 'Courier New', monospace;
  font-weight: 500;
}

/* line 271, app/assets/stylesheets/reports.scss */
.table td:nth-child(7),
.table td:nth-child(10),
.table td:nth-child(12),
.table td:nth-child(13),
.table td:nth-child(16),
.table td:nth-child(18) {
  text-align: center;
  font-weight: 500;
}

/* line 282, app/assets/stylesheets/reports.scss */
.table td:nth-child(2),
.table td:nth-child(19) {
  text-align: center;
  font-weight: 500;
}

/* line 289, app/assets/stylesheets/reports.scss */
.table td:nth-child(3),
.table td:nth-child(5) {
  max-width: 200px;
  white-space: normal;
  word-wrap: break-word;
}

/* line 297, app/assets/stylesheets/reports.scss */
.table td:nth-child(4),
.table td:nth-child(6) {
  text-align: center;
  font-weight: 500;
}

/* line 304, app/assets/stylesheets/reports.scss */
.statistics .table th,
.statistics .table td {
  padding: 0.5rem;
  font-size: 0.8rem;
  white-space: nowrap;
}

/* line 312, app/assets/stylesheets/reports.scss */
.employees .table th,
.employees .table td {
  padding: 0.5rem;
  font-size: 0.8rem;
  white-space: nowrap;
}

/* line 319, app/assets/stylesheets/reports.scss */
.highlight-customer {
  background-color: #d4edda !important;
}

/* line 323, app/assets/stylesheets/reports.scss */
.highlight-carrier {
  background-color: #d4edda !important;
}

/* line 328, app/assets/stylesheets/reports.scss */
.summary-info {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* line 335, app/assets/stylesheets/reports.scss */
.summary-card {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  min-width: 200px;
}

/* line 344, app/assets/stylesheets/reports.scss */
.summary-card h4 {
  margin: 0 0 10px 0;
  color: #495057;
  font-size: 1rem;
}

/* line 350, app/assets/stylesheets/reports.scss */
.summary-card .amount {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
  margin: 0;
}

/* line 358, app/assets/stylesheets/reports.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-decoration: none;
}

/* line 374, app/assets/stylesheets/reports.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 380, app/assets/stylesheets/reports.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0056b3;
  border-color: #004085;
}

/* line 387, app/assets/stylesheets/reports.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 395, app/assets/stylesheets/reports.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 402, app/assets/stylesheets/reports.scss */
.report-type-selection {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 30px;
  margin: 20px 0;
  text-align: center;
}

/* line 411, app/assets/stylesheets/reports.scss */
.report-type-selection h3 {
  margin-bottom: 20px;
  color: #495057;
}

/* line 416, app/assets/stylesheets/reports.scss */
.report-form {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

/* line 424, app/assets/stylesheets/reports.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 428, app/assets/stylesheets/reports.scss */
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #495057;
}

/* line 435, app/assets/stylesheets/reports.scss */
.form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
}

/* line 444, app/assets/stylesheets/reports.scss */
.form-control:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 451, app/assets/stylesheets/reports.scss */
.date-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

/* line 462, app/assets/stylesheets/reports.scss */
.preset-btn {
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

/* line 475, app/assets/stylesheets/reports.scss */
.preset-btn:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  transform: translateY(-1px);
}

/* line 481, app/assets/stylesheets/reports.scss */
.preset-btn.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

/* line 488, app/assets/stylesheets/reports.scss */
.custom-date-range {
  margin-top: 10px;
}

/* line 492, app/assets/stylesheets/reports.scss */
.date-inputs {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  flex-wrap: wrap;
}

/* line 499, app/assets/stylesheets/reports.scss */
.date-input-group {
  flex: 1;
  min-width: 150px;
}

/* line 504, app/assets/stylesheets/reports.scss */
.date-input-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #495057;
  font-size: 0.9rem;
}

/* line 512, app/assets/stylesheets/reports.scss */
.date-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 518, app/assets/stylesheets/reports.scss */
.date-input {
  width: 100%;
  padding: 10px 35px 10px 12px;
  border: 2px solid #ced4da;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 529, app/assets/stylesheets/reports.scss */
.date-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* line 535, app/assets/stylesheets/reports.scss */
.date-input:hover {
  border-color: #adb5bd;
}

/* line 539, app/assets/stylesheets/reports.scss */
.date-icon {
  position: absolute;
  right: 10px;
  font-size: 16px;
  color: #6c757d;
  pointer-events: none;
  user-select: none;
}

/* line 548, app/assets/stylesheets/reports.scss */
.date-validation-message {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  display: none;
}

/* line 557, app/assets/stylesheets/reports.scss */
.date-validation-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  display: block;
}

/* line 564, app/assets/stylesheets/reports.scss */
.date-validation-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  display: block;
}

/* line 571, app/assets/stylesheets/reports.scss */
.date-validation-message.info {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
  display: block;
}

/* line 579, app/assets/stylesheets/reports.scss */
.date-inputs select {
  margin: 0 2px;
}

/* line 583, app/assets/stylesheets/reports.scss */
.form-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* line 590, app/assets/stylesheets/reports.scss */
.btn-secondary {
  color: #6c757d;
  background-color: #e9ecef;
  border-color: #ced4da;
}

/* line 596, app/assets/stylesheets/reports.scss */
.btn-secondary:hover {
  color: #6c757d;
  background-color: #dae0e5;
  border-color: #adb5bd;
}

@media (max-width: 768px) {
  /* line 604, app/assets/stylesheets/reports.scss */
  .reports-layout {
    flex-direction: column;
    gap: 15px;
  }
  /* line 609, app/assets/stylesheets/reports.scss */
  .report-selection-column {
    flex: none;
    min-width: auto;
  }
  /* line 614, app/assets/stylesheets/reports.scss */
  .report-properties-column {
    flex: none;
  }
  /* line 618, app/assets/stylesheets/reports.scss */
  .date-inputs {
    flex-direction: column;
    gap: 10px;
  }
  /* line 623, app/assets/stylesheets/reports.scss */
  .date-inputs select {
    margin: 0;
  }
  /* line 627, app/assets/stylesheets/reports.scss */
  .date-presets {
    gap: 6px;
    padding: 8px;
  }
  /* line 632, app/assets/stylesheets/reports.scss */
  .preset-btn {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
  /* line 637, app/assets/stylesheets/reports.scss */
  .date-input-group {
    min-width: auto;
  }
  /* line 641, app/assets/stylesheets/reports.scss */
  .date-input {
    padding: 8px 30px 8px 10px;
    font-size: 13px;
  }
  /* line 646, app/assets/stylesheets/reports.scss */
  .date-icon {
    right: 8px;
    font-size: 14px;
  }
  /* line 652, app/assets/stylesheets/reports.scss */
  .table-responsive {
    margin: 10px 0;
    border-radius: 4px;
  }
  /* line 657, app/assets/stylesheets/reports.scss */
  .table th,
.table td {
    padding: 6px 8px;
    font-size: 0.75rem;
  }
  /* line 663, app/assets/stylesheets/reports.scss */
  .table thead th {
    font-size: 0.65rem;
    padding: 6px 4px;
  }
  /* line 669, app/assets/stylesheets/reports.scss */
  .table td:nth-child(3),
.table td:nth-child(5) {
    max-width: 120px;
    font-size: 0.7rem;
  }
}

@media (max-width: 1200px) {
  /* line 677, app/assets/stylesheets/reports.scss */
  .table th,
.table td {
    padding: 6px 8px;
    font-size: 0.8rem;
  }
  /* line 683, app/assets/stylesheets/reports.scss */
  .table thead th {
    font-size: 0.7rem;
  }
}

@media print {
  /* line 690, app/assets/stylesheets/reports.scss */
  .table-responsive {
    box-shadow: none;
    border: 1px solid #000;
  }
  /* line 695, app/assets/stylesheets/reports.scss */
  .table {
    font-size: 0.75rem;
  }
  /* line 699, app/assets/stylesheets/reports.scss */
  .table th,
.table td {
    padding: 4px 6px;
    border: 1px solid #000;
  }
  /* line 705, app/assets/stylesheets/reports.scss */
  .table thead th {
    background-color: #f0f0f0 !important;
    color: #000 !important;
  }
  /* line 710, app/assets/stylesheets/reports.scss */
  .table tbody tr:nth-of-type(odd),
.table tbody tr:nth-of-type(even) {
    background-color: #fff !important;
  }
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/requests.scss */
.requests-container {
  background-color: var(--bg-container);
  padding: 3px;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 17, app/assets/stylesheets/requests.scss */
.requests-container .tables {
  margin: 0 0 10px;
}

/* line 22, app/assets/stylesheets/requests.scss */
.requests-container header .clients-container, .requests-container header .payments-container, .requests-container header .reports-container, .requests-container header .users-container {
  display: inline-flex;
}

/* line 26, app/assets/stylesheets/requests.scss */
.requests-container header .clients-container a, .requests-container header .payments-container a, .requests-container header .reports-container a, .requests-container header .users-container a {
  margin: 0 4px;
}

/* line 30, app/assets/stylesheets/requests.scss */
.requests-container header .logo-container a {
  padding: 0;
}

/* line 34, app/assets/stylesheets/requests.scss */
.requests-container header div {
  text-align: center;
}

/* line 38, app/assets/stylesheets/requests.scss */
.requests-container header p {
  margin: 0;
}

/* line 42, app/assets/stylesheets/requests.scss */
.requests-container header a {
  font-size: inherit;
}

/* line 47, app/assets/stylesheets/requests.scss */
.requests-container div.tables {
  display: flex;
}

/* line 50, app/assets/stylesheets/requests.scss */
.requests-container div.tables span.select2.select2-container.select2-container--default {
  width: 208px !important;
}

/* line 54, app/assets/stylesheets/requests.scss */
.requests-container div.tables input[type='text'], .requests-container div.tables input[type='number'],
.requests-container div.tables textarea {
  width: 200px;
}

/* line 60, app/assets/stylesheets/requests.scss */
.requests-container div.errors {
  max-width: 500px;
  margin: auto;
}

/* line 64, app/assets/stylesheets/requests.scss */
.requests-container div.errors ul {
  text-align: start;
}

/* line 69, app/assets/stylesheets/requests.scss */
.requests-container input[type=file] {
  max-width: 170px;
}

/* line 73, app/assets/stylesheets/requests.scss */
.requests-container div.years_container {
  display: flex;
  align-items: flex-start;
}

/* line 77, app/assets/stylesheets/requests.scss */
.requests-container div.years_container a {
  padding: 4px 10px 0;
  border-radius: 5px 5px 0 0;
  margin: 0 6px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.5px 1.5px 2px;
}

/* line 85, app/assets/stylesheets/requests.scss */
.requests-container sidebar {
  position: fixed;
  left: -450px;
  display: flex;
  top: 100px;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

/* line 93, app/assets/stylesheets/requests.scss */
.requests-container sidebar input[type=search] {
  width: 250px;
}

/* line 97, app/assets/stylesheets/requests.scss */
.requests-container sidebar #grabber {
  height: 150px;
  width: 15px;
  border-radius: 0 15px 15px 0;
  background-color: var(--bg-light);
  border: 1px solid var(--border-dark);
  border-left: 0;
  position: relative;
  font-size: medium;
  padding-top: 5px;
  left: -1px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 114, app/assets/stylesheets/requests.scss */
.requests-container sidebar #grabber:hover {
  background-color: var(--bg-hover, #f0f0f0);
}

/* line 118, app/assets/stylesheets/requests.scss */
.requests-container sidebar #grabber.active {
  background-color: var(--primary-color, #007bff);
  color: white;
}

/* line 122, app/assets/stylesheets/requests.scss */
.requests-container sidebar #grabber.active::after {
  content: '←';
  font-size: 12px;
  font-weight: bold;
}

/* line 129, app/assets/stylesheets/requests.scss */
.requests-container sidebar #grabber::before {
  content: '→';
  font-size: 12px;
  font-weight: bold;
}

/* line 136, app/assets/stylesheets/requests.scss */
.requests-container sidebar #requests-search-form {
  width: 450px;
  border: 1px solid var(--border-dark);
  background: var(--bg-light);
}

/* line 142, app/assets/stylesheets/requests.scss */
.requests-container sidebar form {
  display: grid;
  grid-template-columns: 40% 60%;
  background: var(--bg-light);
  text-align: left;
  padding: 2px 0 0 10px;
}

/* line 149, app/assets/stylesheets/requests.scss */
.requests-container sidebar form div {
  margin: 2px 0;
}
/* line 3, app/assets/stylesheets/sales.scss */
.sales-container {
  background-color: var(--bg-container);
  padding: 3px;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 12, app/assets/stylesheets/sales.scss */
.sales-container .tables {
  margin: 0 0 10px;
}

/* line 17, app/assets/stylesheets/sales.scss */
.sales-container header {
  display: flex;
  justify-content: space-around;
}

/* line 20, app/assets/stylesheets/sales.scss */
.sales-container header div a {
  margin: 0 4px;
}

/* line 24, app/assets/stylesheets/sales.scss */
.sales-container header .logo-container a {
  padding: 0;
}

/* line 28, app/assets/stylesheets/sales.scss */
.sales-container header div {
  text-align: center;
}

/* line 32, app/assets/stylesheets/sales.scss */
.sales-container header p {
  margin: 0;
}

/* line 36, app/assets/stylesheets/sales.scss */
.sales-container header a {
  font-size: inherit;
}

/* line 41, app/assets/stylesheets/sales.scss */
.sales-container div.tables {
  display: flex;
}

/* line 44, app/assets/stylesheets/sales.scss */
.sales-container div.tables span.select2.select2-container.select2-container--default {
  width: 208px !important;
}

/* line 48, app/assets/stylesheets/sales.scss */
.sales-container div.tables input[type='text'], .sales-container div.tables input[type='number'],
.sales-container div.tables textarea {
  width: 200px;
}

/* line 54, app/assets/stylesheets/sales.scss */
.sales-container div.errors {
  max-width: 500px;
  margin: auto;
}

/* line 58, app/assets/stylesheets/sales.scss */
.sales-container div.errors ul {
  text-align: start;
}

/* line 63, app/assets/stylesheets/sales.scss */
.sales-container input[type=file] {
  max-width: 170px;
}

/* line 67, app/assets/stylesheets/sales.scss */
.sales-container div.years_container {
  display: flex;
  align-items: flex-start;
}

/* line 71, app/assets/stylesheets/sales.scss */
.sales-container div.years_container a {
  padding: 4px 10px 0;
  border-radius: 5px 5px 0 0;
  margin: 0 6px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.5px 1.5px 2px;
}

/* line 79, app/assets/stylesheets/sales.scss */
.sales-container td.comments-column {
  min-width: 350px;
}

/* line 83, app/assets/stylesheets/sales.scss */
.sales-container div#content {
  max-height: 600px;
  display: flex;
  flex-direction: row;
}

/* line 88, app/assets/stylesheets/sales.scss */
.sales-container div#content .empty-tr td {
  background-color: var(--bg-container);
}

/* line 92, app/assets/stylesheets/sales.scss */
.sales-container div#content #info {
  flex: 4;
}

/* line 95, app/assets/stylesheets/sales.scss */
.sales-container div#content #info table, .sales-container div#content #info td {
  border: 0;
  border-spacing: 0;
}

/* line 100, app/assets/stylesheets/sales.scss */
.sales-container div#content #info tr {
  background-color: var(--bg-light);
}

/* line 104, app/assets/stylesheets/sales.scss */
.sales-container div#content #info tr.submit td {
  text-align: center;
}

/* line 109, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments {
  flex: 5;
  display: flex;
  min-width: 480px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 117, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments .comments-list {
  margin: 4px 0;
  max-height: 600px;
  overflow-y: auto;
  width: -webkit-fill-available;
}

/* line 123, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments .comments-list .comment-text {
  max-width: 600px;
}

/* line 128, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments .reply-text {
  background-color: var(--bg-light);
  margin: 2px 10px 0 6px;
  padding: 2px;
  padding-left: 6px;
  border-right: none;
  text-wrap: nowrap;
  overflow: hidden;
  font-style: italic;
  max-width: 600px;
}

/* line 140, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments #new-comment-form {
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 146, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments #new-comment-form #reply-comment {
  margin-right: 10px;
  font-style: italic;
  margin-right: 10px;
  margin-left: 100px;
  max-width: 600px;
  text-align: left;
  font-style: italic;
  text-wrap: nowrap;
  overflow: hidden;
}

/* line 157, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments #new-comment-form #reply-comment #colored {
  color: rgba(46, 133, 46, 0.7);
}

/* line 162, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments #new-comment-form textarea#comment_text {
  width: -webkit-fill-available;
  height: 40px;
}

/* line 168, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments form {
  display: flex;
  margin: 4px 10px;
  width: -webkit-fill-available;
}

/* line 173, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments form input[type=text] {
  height: 40px;
  width: -webkit-fill-available;
}

/* line 178, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments form button {
  width: 40px;
  height: 40px;
  margin: 0 6px;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* line 187, app/assets/stylesheets/sales.scss */
.sales-container div#content #comments form button svg {
  width: 20px;
  height: 20px;
}

/* line 195, app/assets/stylesheets/sales.scss */
.sales-container div#content #calls {
  flex: 3;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* line 203, app/assets/stylesheets/sales.scss */
.sales-container div#content #calls #list {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 209, app/assets/stylesheets/sales.scss */
.sales-container div#content #calls #not-intrested {
  display: flex;
  margin-top: 4px;
}

/* line 214, app/assets/stylesheets/sales.scss */
.sales-container div#content #calls .edit-calls-form {
  display: flex;
  flex-direction: column;
}

/* line 220, app/assets/stylesheets/sales.scss */
.sales-container div#content #estimations {
  flex: 3;
}

/* line 223, app/assets/stylesheets/sales.scss */
.sales-container div#content #estimations #list {
  max-height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 232, app/assets/stylesheets/sales.scss */
.sales-container div#content > div {
  margin: 4px;
  background-color: #F7F7F7;
}

/* line 238, app/assets/stylesheets/sales.scss */
.sales-container sidebar {
  position: fixed;
  left: -270px;
  display: flex;
  top: 100px;
}

/* line 244, app/assets/stylesheets/sales.scss */
.sales-container sidebar input[type=search] {
  width: 250px;
}

/* line 248, app/assets/stylesheets/sales.scss */
.sales-container sidebar #grabber {
  height: 120px;
  width: 15px;
  border-radius: 0 15px 15px 0;
  background-color: var(--bg-light);
  border: 1px solid gray;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--border-dark);
  border-left: 0;
  position: relative;
  font-size: medium;
  padding-top: 5px;
  left: -1px;
}

/* line 264, app/assets/stylesheets/sales.scss */
.sales-container sidebar #search-modal {
  width: 270px;
  border: 1px solid gray;
}

/* line 269, app/assets/stylesheets/sales.scss */
.sales-container sidebar form {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #efefef;
  text-align: left;
  padding: 2px 0 0 10px;
}

/* line 276, app/assets/stylesheets/sales.scss */
.sales-container sidebar form div {
  margin: 2px 0;
}

/* line 289, app/assets/stylesheets/sales.scss */
.status-sended_kp td.status {
  background-color: #0066cc !important;
  /* A shade of blue */
}

/* line 292, app/assets/stylesheets/sales.scss */
.status-call_again td.status {
  background-color: #cc0000 !important;
  /* A more subdued red */
}

/* line 295, app/assets/stylesheets/sales.scss */
.status-estimation td.status {
  background-color: #2e852e !important;
  /* Original green */
}

/* line 298, app/assets/stylesheets/sales.scss */
.status-waiting_oc td.status {
  background-color: yellow !important;
  /* Bright yellow for visibility */
}

/* line 301, app/assets/stylesheets/sales.scss */
.status-needs_reminder td.status {
  background-color: orange !important;
  /* A bright orange */
}

/* line 304, app/assets/stylesheets/sales.scss */
.status-expired_payment td.status {
  background-color: purple !important;
  /* A rich purple */
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: var(--bg-container);
  color: var(--text-primary);
  margin: 33px;
}

/* line 6, app/assets/stylesheets/scaffolds.scss */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 11, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: var(--bg-light);
  padding: 10px;
  font-size: 11px;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
a {
  color: var(--text-primary);
}

/* line 19, app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: var(--text-secondary);
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: var(--text-white);
  background-color: var(--btn-primary);
}

/* line 26, app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 32, app/assets/stylesheets/scaffolds.scss */
div.field,
div.actions {
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: var(--status-fully-paid);
}

/* line 39, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  position: relative;
}

/* Only apply error styling to divs that contain form elements */
/* line 44, app/assets/stylesheets/scaffolds.scss */
.field_with_errors:has(input),
.field_with_errors:has(textarea),
.field_with_errors:has(select) {
  padding: 3px;
  background-color: #ffebee;
  border: 2px solid #f44336;
  border-radius: 4px;
}

/* line 52, app/assets/stylesheets/scaffolds.scss */
.field_with_errors:has(input)::after,
.field_with_errors:has(textarea)::after,
.field_with_errors:has(select)::after {
  content: "⚠";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #f44336;
  font-size: 14px;
  z-index: 1;
}

/* line 64, app/assets/stylesheets/scaffolds.scss */
.field_with_errors input,
.field_with_errors textarea,
.field_with_errors select {
  background-color: #fff5f5;
  border: 1px solid #f44336;
  border-radius: 3px;
}

/* line 73, app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}

/* line 76, app/assets/stylesheets/scaffolds.scss */
.field-error {
  margin-top: 5px;
  padding: 5px 8px;
  background-color: #ffebee;
  border: 1px solid #f44336;
  border-radius: 4px;
  font-size: 12px;
}

/* line 84, app/assets/stylesheets/scaffolds.scss */
.error-message {
  color: #d32f2f;
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
@charset "UTF-8";
/* line 12, app/assets/stylesheets/users.scss */
.user-container {
  margin: 2rem auto;
  background-color: var(--bg-container, #ffffff);
  max-width: 800px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 12px;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/users.scss */
.user-container .cabinet-header {
  background: linear-gradient(135deg, #007bff 0%, #0062cc 100%);
  color: white;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* line 30, app/assets/stylesheets/users.scss */
.user-container .cabinet-header .cabinet-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 38, app/assets/stylesheets/users.scss */
.user-container .cabinet-header .cabinet-title i {
  font-size: 1.5rem;
}

/* line 44, app/assets/stylesheets/users.scss */
.user-container .cabinet-header .cabinet-actions .btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

/* line 56, app/assets/stylesheets/users.scss */
.user-container .cabinet-header .cabinet-actions .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  text-decoration: none;
}

/* line 66, app/assets/stylesheets/users.scss */
.user-container .cabinet-content {
  padding: 2rem;
}

/* line 70, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section {
  margin-bottom: 2.5rem;
}

/* line 73, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f8f9fa;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 84, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .section-title i {
  color: #007bff;
  font-size: 1.1rem;
}

/* line 91, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row {
  margin-bottom: 1.5rem;
}

/* line 95, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-label {
  display: block;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

/* line 103, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-value {
  background-color: #f8f9fa;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  color: #6c757d;
  font-weight: 500;
}

/* line 111, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-value .form-note {
  display: block;
  font-size: 0.85rem;
  color: #6c757d;
  margin-top: 0.25rem;
  font-style: italic;
}

/* line 120, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-input {
  width: -webkit-fill-available;
  padding: 0.75rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: white;
}

/* line 129, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* line 135, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-input::placeholder {
  color: #adb5bd;
}

/* line 140, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-help {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #17a2b8;
}

/* line 148, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-help i {
  font-size: 0.85rem;
}

/* line 153, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #6c757d;
}

/* line 161, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-note i {
  color: #28a745;
  font-size: 0.8rem;
}

/* line 171, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-actions {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid #f8f9fa;
  text-align: center;
}

/* line 177, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-actions .btn {
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-actions .btn.btn-primary {
  background-color: #007bff;
  color: white;
}

/* line 193, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-actions .btn.btn-primary:hover {
  background-color: #0062cc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* line 200, app/assets/stylesheets/users.scss */
.user-container .cabinet-content .user-form .form-actions .btn.btn-large {
  font-size: 1.1rem;
  padding: 1rem 2.5rem;
}

/* line 210, app/assets/stylesheets/users.scss */
.user-container .alert {
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
}

/* line 216, app/assets/stylesheets/users.scss */
.user-container .alert.alert-danger {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.2);
  color: #921925;
}

/* line 221, app/assets/stylesheets/users.scss */
.user-container .alert.alert-danger h2 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: #dc3545;
}

/* line 227, app/assets/stylesheets/users.scss */
.user-container .alert.alert-danger ul {
  margin: 0;
  padding-left: 1.25rem;
}

/* line 231, app/assets/stylesheets/users.scss */
.user-container .alert.alert-danger ul li {
  margin-bottom: 0.25rem;
}

/* line 240, app/assets/stylesheets/users.scss */
.log-in, .sign-up {
  margin-top: 100px;
}

/* line 244, app/assets/stylesheets/users.scss */
.links-container {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

/* line 252, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-header {
  background: linear-gradient(135deg, #007bff 0%, #0062cc 100%);
  color: white;
  padding: 2rem;
  text-align: center;
}

/* line 258, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-header .box {
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

/* line 266, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-header .box:first-child, .user-container.log-in .cabinet-header .box:last-child {
  display: none;
}

/* line 272, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-header .box:nth-child(2)::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

/* line 282, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content {
  padding: 2rem;
}

/* line 286, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-section {
  margin-bottom: 2rem;
}

/* line 289, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-section .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f8f9fa;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 300, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-section .section-title i {
  color: #007bff;
  font-size: 1.1rem;
}

/* line 307, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-section .form-group .form-row {
  margin-bottom: 1.5rem;
}

/* line 311, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-label {
  display: block;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

/* line 319, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-input {
  width: -webkit-fill-available;
  padding: 0.75rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: white;
}

/* line 328, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* line 334, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-input::placeholder {
  color: #adb5bd;
}

/* line 339, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-section .form-group .form-row .form-field input[type="checkbox"] {
  width: auto;
  margin-right: 0.5rem;
  transform: scale(1.2);
}

/* line 349, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-actions {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid #f8f9fa;
  text-align: center;
}

/* line 355, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-actions .btn {
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin: 0.25rem;
}

/* line 368, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-actions .btn.btn-primary {
  background-color: #007bff;
  color: white;
}

/* line 372, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-actions .btn.btn-primary:hover {
  background-color: #0062cc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* line 379, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-actions .btn.btn-secondary {
  background-color: #6c757d;
  color: white;
}

/* line 383, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-actions .btn.btn-secondary:hover {
  background-color: #545b62;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

/* line 390, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-actions .btn.btn-link {
  background-color: transparent;
  color: #007bff;
  border: 1px solid #007bff;
}

/* line 395, app/assets/stylesheets/users.scss */
.user-container.log-in .cabinet-content .user-form .form-actions .btn.btn-link:hover {
  background-color: #007bff;
  color: white;
}

/* line 408, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-header {
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
  color: white;
  padding: 2rem;
  text-align: center;
}

/* line 414, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-header .box {
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

/* line 422, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-header .box:first-child, .user-container.sign-up .cabinet-header .box:last-child {
  display: none;
}

/* line 428, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-header .box:nth-child(2)::before {
  content: "\f234";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

/* line 438, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content {
  padding: 2rem;
}

/* line 442, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section {
  margin-bottom: 2rem;
}

/* line 445, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f8f9fa;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 456, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .section-title i {
  color: #28a745;
  font-size: 1.1rem;
}

/* line 463, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .form-group .form-row {
  margin-bottom: 1.5rem;
}

/* line 467, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-label {
  display: block;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

/* line 475, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-input {
  width: -webkit-fill-available;
  padding: 0.75rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: white;
}

/* line 484, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-input:focus {
  outline: none;
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

/* line 490, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-input::placeholder {
  color: #adb5bd;
}

/* line 495, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-help {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #17a2b8;
}

/* line 503, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-help i {
  font-size: 0.85rem;
}

/* line 508, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #6c757d;
}

/* line 516, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-section .form-group .form-row .form-field .form-note i {
  color: #28a745;
  font-size: 0.8rem;
}

/* line 526, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-actions {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid #f8f9fa;
  text-align: center;
}

/* line 532, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-actions .btn {
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin: 0.25rem;
}

/* line 545, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-actions .btn.btn-success {
  background-color: #28a745;
  color: white;
}

/* line 549, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-actions .btn.btn-success:hover {
  background-color: #1e7e34;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

/* line 556, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-actions .btn.btn-secondary {
  background-color: #6c757d;
  color: white;
}

/* line 560, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-actions .btn.btn-secondary:hover {
  background-color: #545b62;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

/* line 567, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-actions .btn.btn-link {
  background-color: transparent;
  color: #28a745;
  border: 1px solid #28a745;
}

/* line 572, app/assets/stylesheets/users.scss */
.user-container.sign-up .cabinet-content .user-form .form-actions .btn.btn-link:hover {
  background-color: #28a745;
  color: white;
}

/* line 585, app/assets/stylesheets/users.scss */
.form-field .label-with-hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 591, app/assets/stylesheets/users.scss */
.form-field .label-with-hint .hint-trigger {
  position: relative;
  cursor: help;
  color: #17a2b8;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(23, 162, 184, 0.1);
  border: 1px solid rgba(23, 162, 184, 0.3);
}

/* line 607, app/assets/stylesheets/users.scss */
.form-field .label-with-hint .hint-trigger::before {
  content: "?";
  font-weight: bold;
  font-size: 0.8rem;
  display: block;
}

/* line 615, app/assets/stylesheets/users.scss */
.form-field .label-with-hint .hint-trigger .fas {
  display: none;
}

/* line 619, app/assets/stylesheets/users.scss */
.form-field .label-with-hint .hint-trigger:hover {
  color: #0c525d;
}

/* line 622, app/assets/stylesheets/users.scss */
.form-field .label-with-hint .hint-trigger:hover::after {
  content: attr(data-hint);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #343a40;
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.8rem;
  white-space: nowrap;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  max-width: 250px;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
}

/* line 642, app/assets/stylesheets/users.scss */
.form-field .label-with-hint .hint-trigger:hover::after::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #343a40;
}

/* line 657, app/assets/stylesheets/users.scss */
.form-field .form-input.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* line 663, app/assets/stylesheets/users.scss */
.form-field .field-error {
  color: #dc3545;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 671, app/assets/stylesheets/users.scss */
.form-field .field-error::before {
  content: "⚠";
  font-size: 0.8rem;
  font-weight: bold;
}

/* line 679, app/assets/stylesheets/users.scss */
.form-field .form-note .info-icon {
  color: #28a745;
  font-weight: bold;
  font-size: 0.8rem;
}
/* line 3, app/assets/stylesheets/view_container.scss */
.view_container, .view_container form {
  margin: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-container);
  width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* line 11, app/assets/stylesheets/view_container.scss */
.view_container header, .view_container form header {
  display: flex;
  flex-direction: row;
}

/* line 16, app/assets/stylesheets/view_container.scss */
.view_container .content, .view_container form .content {
  display: flex;
  flex-direction: row;
}

/* line 21, app/assets/stylesheets/view_container.scss */
.view_container .actions, .view_container form .actions {
  display: flex;
  flex-direction: row;
}
/*




*/
/* line 9, app/assets/stylesheets/application.scss */
:root {
  --primary-white: #ffffff;
  --primary-light-blue: #e6f3ff;
  --primary-blue: #339af0;
  --primary-dark-blue: #1c7ed6;
  --bg-main: #f8fafc;
  --bg-container: #ffffff;
  --bg-light: #f1f5f9;
  --bg-hover: #e2e8f0;
  --bg-sidebar: #f0f9ff;
  --text-primary: #1e293b;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --text-white: #ffffff;
  --border-light: #e2e8f0;
  --border-medium: #cbd5e1;
  --border-dark: #94a3b8;
  --status-documented: #dbeafe;
  --status-partly-paid: #fef3c7;
  --status-fully-paid: #dcfce7;
  --status-closed: #f1f5f9;
  --status-active: #dcfce7;
  --status-inactive: #fecaca;
  --btn-primary: #339af0;
  --btn-primary-hover: #1c7ed6;
  --btn-secondary: #e2e8f0;
  --btn-secondary-hover: #e2e8f0;
  --flash-info: #f0f9ff;
  --flash-success: #f0fdf4;
  --flash-warning: #fffbeb;
  --flash-error: #fef2f2;
}

/* line 57, app/assets/stylesheets/application.scss */
html {
  scroll-behavior: smooth;
}

/* line 61, app/assets/stylesheets/application.scss */
body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-main);
  color: var(--text-primary);
}

/* line 68, app/assets/stylesheets/application.scss */
table {
  height: fit-content;
  background-color: var(--bg-container);
  table-layout: auto;
  width: -webkit-fill-available;
  width: -webkit-fill-available;
}

/* line 76, app/assets/stylesheets/application.scss */
table th {
  font-weight: bold;
  padding: 5px;
  background: var(--bg-light);
  border: 1px solid var(--border-medium);
  color: var(--text-primary);
}

/* line 84, app/assets/stylesheets/application.scss */
table td {
  max-width: 300px;
  padding: 5px 10px;
  text-align: left;
  color: var(--text-primary);
}

/* line 92, app/assets/stylesheets/application.scss */
table tbody tr:nth-child(odd) {
  background: var(--bg-container);
}

/* line 96, app/assets/stylesheets/application.scss */
table tbody tr:nth-child(odd):hover {
  background: var(--bg-hover);
}

/* line 100, app/assets/stylesheets/application.scss */
table tbody tr:nth-child(even) {
  background: var(--bg-light);
}

/* line 104, app/assets/stylesheets/application.scss */
table tbody tr:nth-child(even):hover {
  background: var(--bg-hover);
}

/* line 109, app/assets/stylesheets/application.scss */
input[type=text] {
  width: 220px;
}

/* line 117, app/assets/stylesheets/application.scss */
.select-two select {
  max-width: 208px;
}

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

/* line 125, app/assets/stylesheets/application.scss */
.text-nowrap {
  text-wrap: nowrap;
}

/* line 129, app/assets/stylesheets/application.scss */
header {
  display: flex;
  width: -webkit-fill-available;
  width: -moz-available;
  font-size: 18px;
  align-items: center;
  padding: 5px;
}

/* line 137, app/assets/stylesheets/application.scss */
header span {
  font-size: 18px;
}

/* line 141, app/assets/stylesheets/application.scss */
header div.box {
  flex: 1;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: min-content;
}

/* line 150, app/assets/stylesheets/application.scss */
header div.box:first-child > span {
  margin-right: auto;
}

/* line 151, app/assets/stylesheets/application.scss */
header div.box:last-child > span {
  margin-left: auto;
}

/* line 152, app/assets/stylesheets/application.scss */
header div.box:nth-child(2) {
  min-width: 270px;
}

/* line 155, app/assets/stylesheets/application.scss */
div.actions {
  padding: 5px;
  display: flex;
  justify-content: center;
}

/* line 161, app/assets/stylesheets/application.scss */
a:not(.sort_link), a:visited, input[type=submit] {
  background-color: var(--btn-secondary);
  border-radius: 8px;
  border-width: 0;
  text-decoration: none;
  color: var(--text-primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0 2px;
  padding: 8px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

/* line 185, app/assets/stylesheets/application.scss */
a:hover, a:active {
  background-color: var(--btn-primary);
  color: var(--text-white);
}

/* line 190, app/assets/stylesheets/application.scss */
.pagination {
  margin: 2px;
  background-color: var(--bg-container);
}

/* line 194, app/assets/stylesheets/application.scss */
.pagination a, .pagination span.current {
  padding: 8px 12px;
}

/* line 199, app/assets/stylesheets/application.scss */
a.inline-link {
  padding: 2px 10px;
}

/* line 203, app/assets/stylesheets/application.scss */
.documented {
  background-color: var(--status-documented) !important;
}

/* line 207, app/assets/stylesheets/application.scss */
.partly_payed {
  background-color: var(--status-partly-paid) !important;
}

/* line 211, app/assets/stylesheets/application.scss */
.fully_payed {
  background-color: var(--status-fully-paid) !important;
}

/* line 215, app/assets/stylesheets/application.scss */
.closed {
  background-color: var(--status-closed) !important;
}

/* line 219, app/assets/stylesheets/application.scss */
.active-updated {
  background-color: var(--status-active) !important;
}

/* line 223, app/assets/stylesheets/application.scss */
.active-not-updated {
  background-color: var(--status-inactive) !important;
}

/* line 227, app/assets/stylesheets/application.scss */
#modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* line 239, app/assets/stylesheets/application.scss */
#modal-window .modal-dialog {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

/* line 246, app/assets/stylesheets/application.scss */
#modal-window .modal-content {
  background-color: var(--bg-container);
  border: 1px solid var(--border-medium);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 20px;
  position: relative;
  max-width: 500px;
  width: 100%;
  min-height: 100px;
  overflow-y: auto;
}

/* line 259, app/assets/stylesheets/application.scss */
#modal-window img.close-icon {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  z-index: 1001;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

/* line 271, app/assets/stylesheets/application.scss */
#modal-window img.close-icon:hover {
  background-color: #f5f5f5;
  transform: scale(1.05);
}

/* Track info form styling */
/* line 280, app/assets/stylesheets/application.scss */
.track-info-form .form-group {
  margin-bottom: 16px;
}

/* line 284, app/assets/stylesheets/application.scss */
.track-info-form .form-textarea {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  border: 1px solid var(--border-medium);
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
  background-color: var(--bg-light);
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

/* line 298, app/assets/stylesheets/application.scss */
.track-info-form .form-textarea:focus {
  outline: none;
  border-color: var(--btn-primary);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

/* line 304, app/assets/stylesheets/application.scss */
.track-info-form .form-textarea::placeholder {
  color: #9ca3af;
}

/* line 309, app/assets/stylesheets/application.scss */
.track-info-form .form-actions {
  margin-top: 16px;
}

/* line 313, app/assets/stylesheets/application.scss */
.track-info-form .btn-submit {
  width: 100%;
}

/* Mobile responsive */
@media (max-width: 768px) {
  /* line 321, app/assets/stylesheets/application.scss */
  #modal-window .modal-dialog {
    max-width: 95%;
    margin: 20px;
  }
  /* line 326, app/assets/stylesheets/application.scss */
  #modal-window .modal-content {
    padding: 16px;
  }
  /* line 330, app/assets/stylesheets/application.scss */
  #modal-window img.close-icon {
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
  }
  /* line 338, app/assets/stylesheets/application.scss */
  .track-info-form .form-textarea {
    min-height: 100px;
    font-size: 16px;
    /* Prevent zoom on iOS */
  }
}

/* line 344, app/assets/stylesheets/application.scss */
.remove-icon {
  top: 22px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 22px;
}

/* line 356, app/assets/stylesheets/application.scss */
.remove-icon::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 8px;
  left: 4px;
}

/* line 369, app/assets/stylesheets/application.scss */
a.icon-container {
  position: relative;
  border: none;
  height: 0;
  top: -15px;
  padding: 0;
  background-color: var(--bg-container);
}

/* line 378, app/assets/stylesheets/application.scss */
#error_explanation {
  margin: auto;
}

/* line 381, app/assets/stylesheets/application.scss */
#error_explanation ul {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

/* line 388, app/assets/stylesheets/application.scss */
#search-modal form {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-light);
  padding: 10px;
}

/* line 396, app/assets/stylesheets/application.scss */
#search-modal form > * {
  margin-top: 2px;
}

/* line 400, app/assets/stylesheets/application.scss */
#currencies {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 236px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  padding: 8PX;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 100px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
