
/*
Trix 1.3.5
Copyright © 2024 37signals, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }
  trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%; }
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-dialogs {
  position: relative; }
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }
trix-toolbar .trix-dialog--link {
  max-width: 600px; }
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1; }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight; }
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }
trix-editor .attachment {
  position: relative; }
  trix-editor .attachment:hover {
    cursor: default; }
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0; }
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }
trix-editor .trix-button-group {
  display: inline-flex; }
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-editor .trix-button.trix-active {
    background: #cbeefa; }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }
  trix-editor .trix-button--remove:hover {
    border-color: #333; }
    trix-editor .trix-button--remove:hover::before {
      opacity: 1; }
trix-editor .attachment__metadata-container {
  position: relative; }
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }
  .trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em; }
  .trix-content li {
    margin-left: 1em; }
  .trix-content [dir=rtl] li {
    margin-right: 1em; }
  .trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }
    .trix-content .attachment a {
      color: inherit;
      text-decoration: none; }
      .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }
  .trix-content .attachment__caption {
    text-align: center; }
    .trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' · '; }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center; }
    .trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }
    .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }
/* line 13, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 22, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 31, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
/* line 2, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px;
  font-size: 14px;
}

/* line 10, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list table thead tr {
  height: 40px;
  background-color: #e5efff;
  color: #000000;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 19, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dbd6d6 !important;
}

/* line 23, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list #print-all {
  margin: 5px 0 10px 0;
  background-color: #DBE9FD;
  border-radius: 10px;
  padding: 5px 0;
}

/* line 30, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list .icon-print {
  position: relative;
}

/* line 33, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list .icon-check {
  position: absolute;
  top: -3px;
  right: -6px;
  width: 20px;
}

/* line 42, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-header {
  border-bottom: 0 !important;
}

/* line 45, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-header .sub-title {
  color: #0000008C;
  font-size: 12px;
}

/* line 51, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-body {
  background: #f6f6f6;
  border-radius: 4px;
  margin: 0 1rem;
  height: 134px;
  font-size: 14px;
}

/* line 59, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-footer {
  justify-content: center;
}

/* line 62, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-footer button {
  width: 48%;
}

/* line 66, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-footer .btn-gray {
  border: 1px solid gray;
}

/* line 71, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-bill {
  max-width: 520px !important;
}

/* line 75, app/assets/stylesheets/bill_sheet.scss */
.background-gray {
  background: #c7c6c6 !important;
}
/* line 2, app/assets/stylesheets/billing_form.scss */
#billing_form .wd-100 {
  width: 100%;
}

/* line 6, app/assets/stylesheets/billing_form.scss */
#billing_form .area-note {
  height: 260px;
  border-color: #dbe9fd;
}

/* line 11, app/assets/stylesheets/billing_form.scss */
#billing_form .btn {
  width: 175px;
}
/* line 1, app/assets/stylesheets/client_company.scss */
.client-company-edit-table {
  width: 100%;
}

/* line 3, app/assets/stylesheets/client_company.scss */
.client-company-edit-table tr:first-child {
  white-space: nowrap;
  background: #deefff;
  border-bottom: none;
}

/* line 8, app/assets/stylesheets/client_company.scss */
.client-company-edit-table tr:first-child td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 13, app/assets/stylesheets/client_company.scss */
.client-company-edit-table tr:first-child td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 19, app/assets/stylesheets/client_company.scss */
.client-company-edit-table tr {
  border-bottom: 1px solid #deefff;
}

/* line 23, app/assets/stylesheets/client_company.scss */
.client-company-edit-table td {
  padding: 10px 12px;
}

/* line 28, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .control-icons span {
  padding: 8px;
  border-radius: 8px;
  background: #e5efff;
}

/* line 34, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .control-icons img {
  width: 15px;
}

/* line 41, app/assets/stylesheets/client_company.scss */
.border-tab-client .nav-link {
  border-bottom: 1px solid #949494 !important;
  border-right: 1px solid #949494 !important;
  border-radius: 0 !important;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
}

/* line 51, app/assets/stylesheets/client_company.scss */
.btn-client-action {
  height: 35px;
  width: 90px;
}

/* line 56, app/assets/stylesheets/client_company.scss */
textarea#client_company_note {
  min-height: 100px;
}

/* line 60, app/assets/stylesheets/client_company.scss */
.overflow-x {
  overflow-x: auto;
}

/* line 65, app/assets/stylesheets/client_company.scss */
.nav-customer-contact .nav-link {
  color: #4d4d4d !important;
}

/* line 69, app/assets/stylesheets/client_company.scss */
.nav-customer-contact .active {
  color: #007dce !important;
  background: white !important;
  border-bottom: 2px solid #007dce !important;
  border-radius: 0 !important;
}

/* line 77, app/assets/stylesheets/client_company.scss */
.card-client {
  padding: 12px !important;
}

@media screen and (min-width: 992px) {
  /* line 77, app/assets/stylesheets/client_company.scss */
  .card-client {
    padding: 16px !important;
  }
}

/* line 93, app/assets/stylesheets/client_company.scss */
.card-sub-client {
  padding: 8px !important;
}

@media screen and (min-width: 992px) {
  /* line 93, app/assets/stylesheets/client_company.scss */
  .card-sub-client {
    padding: 16px !important;
  }
}

/* line 109, app/assets/stylesheets/client_company.scss */
.row-wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  /* line 109, app/assets/stylesheets/client_company.scss */
  .row-wrapper {
    flex-direction: row;
  }
}

/* line 126, app/assets/stylesheets/client_company.scss */
.col-label {
  width: 100%;
}

@media screen and (min-width: 992px) {
  /* line 126, app/assets/stylesheets/client_company.scss */
  .col-label {
    width: 20%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 126, app/assets/stylesheets/client_company.scss */
  .col-label {
    width: 12%;
  }
}

/* line 144, app/assets/stylesheets/client_company.scss */
.col-input {
  width: 100%;
}

@media screen and (min-width: 992px) {
  /* line 144, app/assets/stylesheets/client_company.scss */
  .col-input {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 144, app/assets/stylesheets/client_company.scss */
  .col-input {
    width: 88%;
  }
}

/* line 162, app/assets/stylesheets/client_company.scss */
.label-client {
  white-space: nowrap;
}

/* line 166, app/assets/stylesheets/client_company.scss */
.nav-client {
  display: grid !important;
  grid-template-columns: auto auto auto;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
}

@media screen and (min-width: 992px) {
  /* line 166, app/assets/stylesheets/client_company.scss */
  .nav-client {
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
  }
}

/* line 185, app/assets/stylesheets/client_company.scss */
.nav-client-new {
  display: grid !important;
  grid-template-columns: auto auto auto;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
}

@media screen and (min-width: 992px) {
  /* line 185, app/assets/stylesheets/client_company.scss */
  .nav-client-new {
    grid-template-columns: auto auto auto auto auto;
  }
}

/* line 204, app/assets/stylesheets/client_company.scss */
.client-title {
  font-size: 20px;
}

@media screen and (min-width: 1200px) {
  /* line 204, app/assets/stylesheets/client_company.scss */
  .client-title {
    font-size: 30px;
  }
}

/* line 220, app/assets/stylesheets/client_company.scss */
.content-client {
  margin-top: 10px !important;
  padding: 16px;
}

@media screen and (min-width: 992px) {
  /* line 220, app/assets/stylesheets/client_company.scss */
  .content-client {
    padding: 0px;
    margin-top: 30px !important;
  }
}

/* line 238, app/assets/stylesheets/client_company.scss */
.btn-add-client {
  border: 1px solid #c3d602;
  padding: 6px 10px 6px 10px;
  background: #c3d602 !important;
  color: #ffffff !important;
}

/* line 245, app/assets/stylesheets/client_company.scss */
.width-100 {
  width: 40px !important;
}

/* line 250, app/assets/stylesheets/client_company.scss */
#problem-tab .header {
  background: #deefff;
  padding: 10px 0px;
}

/* line 255, app/assets/stylesheets/client_company.scss */
#problem-tab .btn-add-row-problem {
  margin-top: 20px;
}

/* line 261, app/assets/stylesheets/client_company.scss */
.rank-status span.radio {
  padding-right: 15px;
}

/* line 266, app/assets/stylesheets/client_company.scss */
.control-icons {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 271, app/assets/stylesheets/client_company.scss */
.font-14 {
  font-size: 14px !important;
}

/* line 275, app/assets/stylesheets/client_company.scss */
.client-csv {
  padding: 0 15px;
}

/* line 279, app/assets/stylesheets/client_company.scss */
.span-border-right {
  border-right: 1px solid gray;
  line-height: 10px;
  display: inline-block;
  padding-right: 6px;
}

/* line 286, app/assets/stylesheets/client_company.scss */
.project-continue-row-head {
  background-color: #D0EEFF;
}

/* line 290, app/assets/stylesheets/client_company.scss */
.estimate-sheet-icon {
  min-width: 153px;
}

/* line 295, app/assets/stylesheets/client_company.scss */
.tab-append-client-companies .select2 {
  width: 200px !important;
}

/* line 303, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .select2-container--bootstrap .select2-selection--multiple {
  min-height: 38px;
  height: auto !important;
  white-space: normal;
  padding-right: 28px;
  /* room for caret */
  position: relative;
}

/* line 311, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px 6px;
  padding-right: 4px;
}

/* line 318, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .select2-container--bootstrap .select2-selection--multiple:before {
  right: 10px;
  top: 14px;
}

/* line 323, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 8em !important;
}
@charset "UTF-8";
/* line 8, app/assets/stylesheets/common.scss */
.mr-2 {
  margin-right: 15px;
}

/* line 12, app/assets/stylesheets/common.scss */
.mr-25 {
  margin-right: 25px;
}

/* line 16, app/assets/stylesheets/common.scss */
.fs-14 {
  font-size: 14px;
}

/* line 20, app/assets/stylesheets/common.scss */
.ml-8 {
  margin-left: 8px;
}

/* line 24, app/assets/stylesheets/common.scss */
.ml-16 {
  margin-left: 16px;
}

/* line 28, app/assets/stylesheets/common.scss */
.mlb-4 {
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 33, app/assets/stylesheets/common.scss */
.pl-26 {
  padding-left: 26px !important;
}

/* line 37, app/assets/stylesheets/common.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 41, app/assets/stylesheets/common.scss */
.pl-4 {
  padding-left: 4px !important;
}

/* line 45, app/assets/stylesheets/common.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 49, app/assets/stylesheets/common.scss */
.pl-32 {
  padding-left: 32px !important;
}

/* line 53, app/assets/stylesheets/common.scss */
.wd-15 {
  width: 15px;
}

/* line 57, app/assets/stylesheets/common.scss */
.col-custom-5 {
  flex: 0 0 auto;
  width: 95px !important;
}

/* line 62, app/assets/stylesheets/common.scss */
.wd-15 {
  width: 15px !important;
}

/* line 66, app/assets/stylesheets/common.scss */
.col-custom-7 {
  flex: 0 0 auto;
  width: calc(100% - 95px) !important;
}

/* line 70, app/assets/stylesheets/common.scss */
.col-custom-7 .col-6:first-child {
  padding-left: 0 !important;
}

/* line 74, app/assets/stylesheets/common.scss */
.col-custom-7 .col-6:last-child {
  padding-right: 0 !important;
  position: relative;
}

/* line 78, app/assets/stylesheets/common.scss */
.col-custom-7 .col-6:last-child::after {
  display: inline-block;
  content: '~';
  position: absolute;
  top: 4px;
  left: -5px;
}

/* line 88, app/assets/stylesheets/common.scss */
.btn-settings {
  border: 1px solid #c3d602 !important;
  padding: 6px 10px 6px 10px;
  background: #c3d602 !important;
}

/* line 94, app/assets/stylesheets/common.scss */
.btn-custom-cancel {
  border-radius: 8px;
  border: 1px solid #dbe9fd;
  padding: 7px 30px;
  font-size: 14px;
  color: #2674ff;
  background: #fff;
}

/* line 100, app/assets/stylesheets/common.scss */
.btn-custom-submit {
  border-radius: 8px;
  border: 1px solid #dbe9fd;
  padding: 7px 30px;
  font-size: 14px;
  background: #2674ff;
  color: #fff;
}

/* line 106, app/assets/stylesheets/common.scss */
.modal-header {
  border-bottom: 1px dashed #c3d6f5 !important;
}

/* line 110, app/assets/stylesheets/common.scss */
.modal-footer {
  border-top: none !important;
}

/* line 115, app/assets/stylesheets/common.scss */
#create-header-link label {
  color: #000000ad;
  font-size: 14px;
}

/* line 120, app/assets/stylesheets/common.scss */
#create-header-link .form-control {
  border: 1px solid #dbe9fd;
  border-radius: 8px;
  color: #000000ad;
  font-size: 14px;
}

/* line 129, app/assets/stylesheets/common.scss */
.header-link-icon span {
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/common.scss */
#order_sheet_completed_delivery_at_edit {
  background-color: #dcdcdc;
}

/* line 139, app/assets/stylesheets/common.scss */
#header-list > .row {
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 146, app/assets/stylesheets/common.scss */
.header-link {
  width: 95%;
  overflow: auto;
}

/* line 150, app/assets/stylesheets/common.scss */
.header-link::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #f5f5f5;
}

/* line 155, app/assets/stylesheets/common.scss */
.header-link::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

/* line 161, app/assets/stylesheets/common.scss */
.header-link::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bfbfbf;
}

/* line 167, app/assets/stylesheets/common.scss */
.click-trigger-checkbox {
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/common.scss */
.border-button {
  border-bottom: 1px solid #70707029;
}

/* line 175, app/assets/stylesheets/common.scss */
.field-has-icon-yen {
  position: relative;
}

/* line 178, app/assets/stylesheets/common.scss */
.field-has-icon-yen span.yen {
  position: absolute;
  left: 15px;
  font-size: 14px;
}

/* line 184, app/assets/stylesheets/common.scss */
.field-has-icon-yen input {
  padding-left: 26px;
}

/* line 190, app/assets/stylesheets/common.scss */
.order-sheet-has-icon-yen {
  position: relative;
}

/* line 193, app/assets/stylesheets/common.scss */
.order-sheet-has-icon-yen span.yen {
  position: absolute;
  padding-top: 7px;
  left: 20px;
  font-size: 14px;
}

/* line 200, app/assets/stylesheets/common.scss */
.order-sheet-has-icon-yen input {
  padding-left: 20px;
}

/* line 206, app/assets/stylesheets/common.scss */
.icon-grip img {
  width: 24px;
}

/* > Tablet */
/* PC low resolution */
/* > PC low resolution */
/* line 220, app/assets/stylesheets/common.scss */
.radio_buttons.company_status span.radio,
.estimate_sheet_status span.radio,
.estimate_sheet_accept_status span.radio,
.project_transaction_status span.radio,
.project_project_type span.radio,
.project_payment_period span.radio,
payment_period {
  margin-right: 8px;
}

/* line 230, app/assets/stylesheets/common.scss */
.wrap-pic-user-company {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

/* line 246, app/assets/stylesheets/common.scss */
.group-company-types .form-group {
  display: inline-block;
  margin-right: 20px;
}

/* line 252, app/assets/stylesheets/common.scss */
.record-list-wrapper .row-head {
  padding: 7px 0px !important;
}

/* line 260, app/assets/stylesheets/common.scss */
#setting-plan-project .modal-header-inner {
  font-size: 1.5rem;
}

/* line 264, app/assets/stylesheets/common.scss */
#setting-plan-project .form-create-edit-plan {
  font-size: 1rem;
}

/* line 268, app/assets/stylesheets/common.scss */
#setting-plan-project .form-control {
  border-radius: 8px;
  border: 1px solid #dbe9fd;
}

/* line 273, app/assets/stylesheets/common.scss */
#setting-plan-project .btn-custom-cancel {
  padding: 8px 11px;
}

/* line 277, app/assets/stylesheets/common.scss */
#setting-plan-project .js-save-account-plan {
  border-radius: 8px;
  padding: 6px 29px;
}

/* line 283, app/assets/stylesheets/common.scss */
.select2-selection__clear {
  display: none !important;
}

/* line 287, app/assets/stylesheets/common.scss */
#filter-day .select2-selection__clear {
  display: block !important;
}

/* line 291, app/assets/stylesheets/common.scss */
.date-expense .form-group {
  width: 140px !important;
}

/* line 295, app/assets/stylesheets/common.scss */
.ordered-date .form-group {
  width: 130px !important;
}

/* line 298, app/assets/stylesheets/common.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  display: inline !important;
}

@media screen and (min-width: 1367px) {
  /* line 303, app/assets/stylesheets/common.scss */
  .sidebar {
    font-size: 10pt !important;
  }
  /* line 308, app/assets/stylesheets/common.scss */
  .sidebar .s-item .sidebar-dropdown-btn,
.sidebar .s-item a {
    font-size: 10pt !important;
  }
  /* line 313, app/assets/stylesheets/common.scss */
  .sidebar .s-item .sidebar-dropdown-container > ul > li > a,
.sidebar .s-item .sidebar-dropdown-container > ul > li {
    font-size: 10pt !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
  /* line 322, app/assets/stylesheets/common.scss */
  .sidebar {
    font-size: 9pt !important;
  }
  /* line 327, app/assets/stylesheets/common.scss */
  .sidebar .s-item .sidebar-dropdown-btn,
.sidebar .s-item a {
    font-size: 9pt !important;
  }
  /* line 332, app/assets/stylesheets/common.scss */
  .sidebar .s-item .sidebar-dropdown-container > ul > li > a,
.sidebar .s-item .sidebar-dropdown-container > ul > li {
    font-size: 9pt !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 341, app/assets/stylesheets/common.scss */
  .btn-for-mb {
    margin-top: 10px;
  }
  /* line 345, app/assets/stylesheets/common.scss */
  .label-for-mb {
    font-size: 11px !important;
  }
  /* line 349, app/assets/stylesheets/common.scss */
  .wd-72 {
    width: 72px !important;
  }
}

/* line 354, app/assets/stylesheets/common.scss */
.checkbox-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 360, app/assets/stylesheets/common.scss */
.mg-0 {
  margin: 0;
}

/* line 364, app/assets/stylesheets/common.scss */
.color-gray {
  color: #999999 !important;
}

/* line 368, app/assets/stylesheets/common.scss */
.wd-130 {
  width: 130px !important;
}

/* line 372, app/assets/stylesheets/common.scss */
.input-clearable {
  position: relative;
}

/* line 376, app/assets/stylesheets/common.scss */
.input-clearable input {
  padding-right: 24px;
  /* Để tạo khoảng trống cho nút xóa */
}

/* line 381, app/assets/stylesheets/common.scss */
.input-clearable .clear-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

/* line 390, app/assets/stylesheets/common.scss */
.input-clearable .form-clear-icon {
  font-size: 14px;
  font-weight: 500;
  right: 10px;
}

/* line 398, app/assets/stylesheets/common.scss */
.input-clearable .datepicker-js:not(:placeholder-shown) + .clear-icon {
  display: inline;
}

/* line 401, app/assets/stylesheets/common.scss */
.input-clearable input:not(:placeholder-shown) + .clear-icon {
  display: inline;
}

/* line 405, app/assets/stylesheets/common.scss */
.estimate-sheet-name {
  margin-bottom: 50px;
}

/* line 409, app/assets/stylesheets/common.scss */
.input-sheet-made {
  margin-top: 30px;
}

/* line 413, app/assets/stylesheets/common.scss */
.field-has-icon-yen-bill-item {
  position: relative;
}

/* line 416, app/assets/stylesheets/common.scss */
.field-has-icon-yen-bill-item span.yen {
  position: absolute;
  left: 15px;
  font-size: 14px;
}

/* line 422, app/assets/stylesheets/common.scss */
.field-has-icon-yen-bill-item input {
  padding-left: 26px;
  margin-left: 10px;
}

/* line 429, app/assets/stylesheets/common.scss */
.company_client_company_client_receive_id .select2-selection__clear {
  display: block !important;
  color: #000000ad;
  font-size: 14px;
  padding-right: 2px;
  margin-right: 0 !important;
  margin-top: -2px;
}

/* line 439, app/assets/stylesheets/common.scss */
button.btn-convert-estimate:disabled {
  background-color: #ccc;
  color: #999;
  cursor: not-allowed;
}

/* line 445, app/assets/stylesheets/common.scss */
.tab-pane {
  display: none;
}

/* line 449, app/assets/stylesheets/common.scss */
.tab-pane.active {
  display: block;
}

/* line 454, app/assets/stylesheets/common.scss */
.icon-sort {
  color: #ccc;
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  gap: 0;
  position: relative;
}

/* line 462, app/assets/stylesheets/common.scss */
.icon-sort .icon-sort-up {
  top: -8px;
  position: absolute;
}

/* line 466, app/assets/stylesheets/common.scss */
.icon-sort .icon-sort-down {
  top: -7px;
  position: absolute;
}

/* line 472, app/assets/stylesheets/common.scss */
.asc[class^="sort"] .icon-sort-up,
.desc[class^="sort"] .icon-sort-down {
  color: #0c0d0e;
}

/* line 477, app/assets/stylesheets/common.scss */
.daterangepicker select.yearselect,
.daterangepicker select.monthselect {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 2px 4px;
  font-size: 14px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 489, app/assets/stylesheets/common.scss */
.daterangepicker select.monthselect {
  width: 30%;
}

/* line 493, app/assets/stylesheets/common.scss */
.daterangepicker select.yearselect {
  width: 46%;
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .fw-400 {
  font-weight: 400;
  color: #000000 !important;
}

/* line 7, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .badge {
  padding: 8px 10px;
}

/* line 16, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .estimated-profit-margin .badge-light-number {
  border: 1px solid #c5c6d9;
  color: #000000ad;
}

/* line 22, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .text-red {
  color: #dc3545;
}

/* line 26, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .group-profit {
  border: 1px solid #dbe9fd;
  padding: 10px 18px;
}

/* line 31, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .icon-collapse {
  width: 30px;
}

/* line 35, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .icon-chevrons {
  width: 16px;
}

/* line 39, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .btn-add-order {
  font-size: 12px !important;
}

/* line 44, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .group-inline div {
  display: inline-block;
}

/* line 49, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .header-order-detail {
  padding: 7px 8px 11px 11px;
}

/* line 52, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .header-order-detail div {
  display: inline-block;
}

/* line 57, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .label-with-bg {
  background-color: #f8faff;
}

/* line 60, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .label-with-bg label {
  color: #333333 !important;
}

/* line 65, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-table-inline {
  padding: 35px;
}

/* line 69, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-table-inline .table-form-project th {
  color: #333333;
  font-size: 14px;
}

/* line 76, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-table-image {
  padding-left: 0px;
  padding-right: 27px;
}

/* line 81, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-table-image .table-form-project th {
  color: #333333;
}

/* line 87, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .cal-estimate-price,
.esimate-sheet-page .calc_discount,
.esimate-sheet-page .new-estimate-sheet {
  cursor: pointer;
}

/* line 93, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .checkbox-estimate-item {
  width: 15px;
  height: 15px;
}

/* line 98, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .estimate_sheet_estimate_items_note label,
.esimate-sheet-page .estimate_sheet_estimate_items_discount label {
  color: #000000 !important;
}

/* line 103, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .btn-open-template {
  font-size: 12px;
  height: 28px;
  padding: 5px 5px;
}

/* line 109, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .arrow-down,
.esimate-sheet-page .arrow-up,
.esimate-sheet-page .arrow-down-main,
.esimate-sheet-page .arrow-up-main,
.esimate-sheet-page .bg-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 6px;
  margin-right: 2px;
  background: #e5efff;
  border-radius: 8px;
}

/* line 123, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .bg-active-chevrons {
  margin-right: 2px;
  border-radius: 8px;
  background-color: #5b96d7;
  padding: 8px 8px;
}

/* line 130, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .bg-active-arrow {
  margin-right: 2px;
  border-radius: 8px;
  background-color: #5b96d7;
  padding: 8px 5px;
}

/* line 137, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .arrow-img {
  width: 20px;
  height: 20px;
}

/* line 142, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .remove-field-dynamic {
  margin: 0px 4px;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-1 {
  width: 1%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-2 {
  width: 2%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-3 {
  width: 3%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-4 {
  width: 4%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-5 {
  width: 5%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-6 {
  width: 6%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-7 {
  width: 7%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-8 {
  width: 8%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-9 {
  width: 9%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-10 {
  width: 10%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-11 {
  width: 11%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-12 {
  width: 12%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-13 {
  width: 13%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-14 {
  width: 14%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-15 {
  width: 15%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-16 {
  width: 16%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-17 {
  width: 17%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-18 {
  width: 18%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-19 {
  width: 19%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-20 {
  width: 20%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-21 {
  width: 21%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-22 {
  width: 22%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-23 {
  width: 23%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-24 {
  width: 24%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-25 {
  width: 25%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-26 {
  width: 26%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-27 {
  width: 27%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-28 {
  width: 28%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-29 {
  width: 29%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-30 {
  width: 30%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-31 {
  width: 31%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-32 {
  width: 32%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-33 {
  width: 33%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-34 {
  width: 34%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-35 {
  width: 35%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-36 {
  width: 36%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-37 {
  width: 37%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-38 {
  width: 38%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-39 {
  width: 39%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-40 {
  width: 40%;
}

/* line 152, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .parent-fields {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 157, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .bd-bottom-none {
  border-bottom: none !important;
}

/* line 161, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .btn-open-search-product {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 8px;
}

/* line 168, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .btn-note {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-right: 1px;
  padding-left: 1px;
}

/* line 177, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .line_note {
  font-size: 14px !important;
}

/* line 181, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-expand-arrow {
  border-bottom: none !important;
}

/* line 185, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-arrow-icons {
  top: 43px;
  position: absolute;
  right: 0px;
}

/* line 190, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-arrow-icons .arrow-down-main .arrow-img {
  width: 10px;
  /* Or any other size */
}

/* line 195, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-arrow-icons .arrow-up-main .arrow-img {
  width: 10px;
  /* Or any other size */
}

/* line 201, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .none-border-bottom {
  border-bottom: none !important;
}

/* line 206, app/assets/stylesheets/estimate_sheet.scss */
.pr-0 {
  padding-right: 0px !important;
}

/* line 211, app/assets/stylesheets/estimate_sheet.scss */
.form-common-page .js-sell_price, .form-common-page .segment-cost-price, .form-common-page .js-purchase-amount {
  background-color: #e9ecef !important;
}

/* line 216, app/assets/stylesheets/estimate_sheet.scss */
.pd-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 221, app/assets/stylesheets/estimate_sheet.scss */
.inline-block {
  display: inline-block;
}

/* line 225, app/assets/stylesheets/estimate_sheet.scss */
.auto-with-13 {
  width: 13% !important;
}

/* line 231, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .select-box-template,
#modal-specs-master-template .select-box-template {
  width: 340px;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  margin-bottom: 24px;
  line-height: 20px;
}

/* line 245, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .selected-template-name,
#modal-specs-master-template .selected-template-name {
  opacity: 0.6;
}

/* line 249, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .dropdown-toggle,
#modal-specs-master-template .dropdown-toggle {
  white-space: nowrap;
}

/* line 253, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .label-content,
#modal-specs-master-template .label-content {
  margin-top: 6px;
  margin-left: 8px;
}

/* line 258, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .custom-selectbox-new,
#modal-specs-master-template .custom-selectbox-new {
  top: 65px;
  width: 340px;
}

/* line 263, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .template-item,
#modal-specs-master-template .template-item {
  font-size: 14px;
  padding: 5px 10px;
}

/* line 268, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .template-item:hover,
#modal-specs-master-template .template-item:hover {
  background-color: #e5efff;
}

/* line 272, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .btn-cancel-template,
#modal-specs-master-template .btn-cancel-template {
  color: #fff;
  border-radius: 8px;
  border: 1px solid #dbe9fd;
  padding: 7px 20px;
  font-size: 14px;
  background-color: #f4816b;
}

/* line 281, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .btn-custom-submit,
#modal-specs-master-template .btn-custom-submit {
  padding: 7px 41px;
}

/* line 285, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .template-title,
#modal-specs-master-template .template-title {
  with: 100%;
  color: #1a1a1a;
}

/* line 290, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .modal-header,
#modal-specs-master-template .modal-header {
  border-bottom: none !important;
}

/* line 295, app/assets/stylesheets/estimate_sheet.scss */
.inline-style {
  display: inline-block;
}

/* line 299, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_estimate_items_note {
  display: flex;
  align-items: center;
}

/* line 304, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_estimate_items_note label {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: #f8faff;
  border-radius: 5px 0 0 5px;
  text-align: center;
  width: 100px;
  min-height: 56px;
  border: 1px solid #dbe9fd;
  border-right: transparent;
  margin-bottom: 0px !important;
}

/* line 319, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_estimate_items_note .line_note {
  border-left: transparent;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 327, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_estimate_items_discount label {
  border-color: #dbe9fd transparent #dbe9fd #dbe9fd;
  border-width: 1px;
  border-style: solid;
  padding-top: 0 !important;
  height: 58px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 339, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list {
  padding: 0px !important;
}

/* line 342, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list td {
  padding: 9px 10px;
  border-collapse: collapse;
  border: 1px solid #dde9fd;
}

/* line 348, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .bg-title {
  background: #f8faff;
}

/* line 352, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-upload {
  padding: 5px 10px;
  color: #007dce;
  border: 1px solid #007dce;
  border-radius: 5px;
  display: inline-block;
}

/* line 361, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .upload {
  margin-top: 12px;
  opacity: 0 !important;
  min-height: unset !important;
}

/* line 367, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .upload-item {
  display: grid;
  align-items: center;
  column-gap: 8px;
  grid-template-columns: 16px auto 20px 20px 20px;
  margin-top: 4px;
  margin-left: 10px;
}

/* line 376, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .upload-item .file-name {
  white-space: initial;
  word-break: break-all;
}

/* line 382, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-upload-item {
  background: #f8faff;
  padding: 3px;
  cursor: pointer;
}

/* line 387, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-upload-item img {
  height: 13px;
  width: 13px;
}

/* line 393, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-show-upload-item {
  background: #f8faff;
  padding: 1px;
  cursor: pointer;
}

/* line 398, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-show-upload-item img {
  height: 23px;
  width: 23px;
}

/* line 405, app/assets/stylesheets/estimate_sheet.scss */
.order-table {
  display: table !important;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #dde9fd;
}

/* line 413, app/assets/stylesheets/estimate_sheet.scss */
.order-table td:nth-child(1),
.order-table td:nth-child(3),
.order-table td:nth-child(4),
.order-table td:nth-child(5),
.order-table td:nth-child(6),
.order-table td:nth-child(7) {
  white-space: nowrap;
}

/* line 422, app/assets/stylesheets/estimate_sheet.scss */
.order-table td {
  padding: 9px 10px;
  border-collapse: collapse;
  border: 1px solid #dde9fd;
}

/* line 428, app/assets/stylesheets/estimate_sheet.scss */
.order-table .bg-title {
  background: #f8faff;
}

/* line 432, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-upload {
  padding: 5px 10px;
  color: #007dce;
  border: 1px solid #007dce;
  border-radius: 5px;
  margin-top: 12px;
  display: inline-block;
}

/* line 441, app/assets/stylesheets/estimate_sheet.scss */
.order-table .upload {
  margin-top: 12px;
  opacity: 0 !important;
  min-height: unset !important;
}

/* line 447, app/assets/stylesheets/estimate_sheet.scss */
.order-table .upload-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  margin-top: 4px;
}

/* line 455, app/assets/stylesheets/estimate_sheet.scss */
.order-table .upload-item .file-name {
  white-space: initial;
  word-break: break-all;
}

/* line 461, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-upload-item {
  background: #f8faff;
  padding: 3px;
  cursor: pointer;
}

/* line 466, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-upload-item img {
  height: 13px;
  width: 13px;
}

/* line 472, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-show-upload-item {
  background: #f8faff;
  padding: 1px;
  cursor: pointer;
}

/* line 477, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-show-upload-item img {
  height: 23px;
  width: 23px;
}

/* line 484, app/assets/stylesheets/estimate_sheet.scss */
.estimate-actions {
  margin-left: -8px !important;
}

/* line 488, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-0 {
  text-indent: 0px;
}

/* line 492, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-10 {
  text-indent: 10px;
}

/* line 496, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-20 {
  text-indent: 20px;
}

/* line 500, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-30 {
  text-indent: 30px;
}

/* line 504, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-40 {
  text-indent: 40px;
}

/* line 508, app/assets/stylesheets/estimate_sheet.scss */
.short-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 514, app/assets/stylesheets/estimate_sheet.scss */
.gap-x {
  column-gap: 8px;
}

/* line 518, app/assets/stylesheets/estimate_sheet.scss */
#margin-number-temp,
#total_discount {
  padding: 4px 8px;
}

/* line 523, app/assets/stylesheets/estimate_sheet.scss */
#note {
  padding: 12px;
}

/* line 527, app/assets/stylesheets/estimate_sheet.scss */
.radio_buttons {
  margin-right: 6px;
}

/* line 531, app/assets/stylesheets/estimate_sheet.scss */
.input-uploader {
  width: 146px !important;
  min-width: 146px !important;
}

/* line 536, app/assets/stylesheets/estimate_sheet.scss */
.custom-height {
  min-height: 217px !important;
}

/* line 540, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_payment_condition span.radio {
  margin-right: 8px;
}

/* line 544, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_deliver_location input::placeholder {
  color: #989898;
  font-style: italic;
}

/* line 549, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item {
  border-collapse: separate;
  border-spacing: 0;
  /*第一欄最後列：左下*/
  /*最後欄第一列：右上*/
  /*最後欄第一列：右下*/
}

/* line 553, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr {
  border: 1px solid #dbe9fd !important;
}

/* line 557, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item td {
  border: 1px solid #dbe9fd !important;
}

/* line 561, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr > td:first-child {
  border-right: 0 !important;
}

/* line 565, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

/* line 570, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

/* line 575, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

/* line 580, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* line 585, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_bank_account_id {
  margin-top: 20px;
}

/* line 589, app/assets/stylesheets/estimate_sheet.scss */
.js-purchase-amount {
  width: 96% !important;
}

@media screen and (width: 1920px) {
  /* line 589, app/assets/stylesheets/estimate_sheet.scss */
  .js-purchase-amount {
    width: 100% !important;
  }
}

/* line 596, app/assets/stylesheets/estimate_sheet.scss */
.js-purchase-amount-ordered {
  width: 96% !important;
}

@media screen and (width: 1920px) {
  /* line 596, app/assets/stylesheets/estimate_sheet.scss */
  .js-purchase-amount-ordered {
    width: 100% !important;
  }
}

/* line 603, app/assets/stylesheets/estimate_sheet.scss */
.position-relative {
  position: relative;
}

/* line 607, app/assets/stylesheets/estimate_sheet.scss */
.icon-select {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* line 615, app/assets/stylesheets/estimate_sheet.scss */
.bg-level-1 {
  background-color: #769edd;
}

/* line 619, app/assets/stylesheets/estimate_sheet.scss */
.bg-level-2 {
  background-color: #aed7f0;
}

/* line 623, app/assets/stylesheets/estimate_sheet.scss */
.bg-level-3 {
  background-color: #d8e9fa;
}

/* line 627, app/assets/stylesheets/estimate_sheet.scss */
.bg-level-blank {
  background-color: #fff;
}

/* line 631, app/assets/stylesheets/estimate_sheet.scss */
.ordered-item-area {
  padding-left: 80px !important;
}

@media screen and (width: 1920px) {
  /* line 631, app/assets/stylesheets/estimate_sheet.scss */
  .ordered-item-area {
    padding-left: 104px !important;
  }
}

@media screen and (width: 1280px) {
  /* line 631, app/assets/stylesheets/estimate_sheet.scss */
  .ordered-item-area {
    padding-left: 62px !important;
  }
}

/* line 644, app/assets/stylesheets/estimate_sheet.scss */
.checkbox-container {
  width: 10% !important;
}

@media screen and (width: 1280px) {
  /* line 644, app/assets/stylesheets/estimate_sheet.scss */
  .checkbox-container {
    width: 12% !important;
  }
}

@media screen and (width: 1920px) {
  /* line 652, app/assets/stylesheets/estimate_sheet.scss */
  .estimate_sheet_estimate_items_purchase_amount {
    width: auto;
  }
}

@media screen and (width: 1280px) {
  /* line 652, app/assets/stylesheets/estimate_sheet.scss */
  .estimate_sheet_estimate_items_purchase_amount {
    width: 50%;
  }
}

/* line 662, app/assets/stylesheets/estimate_sheet.scss */
.form-purchase-amount {
  margin-left: 2px;
}

@media screen and (width: 1920px) {
  /* line 662, app/assets/stylesheets/estimate_sheet.scss */
  .form-purchase-amount {
    margin-left: 88px;
  }
}

@media screen and (width: 1280px) {
  /* line 662, app/assets/stylesheets/estimate_sheet.scss */
  .form-purchase-amount {
    margin-left: -65px;
  }
}

/* line 674, app/assets/stylesheets/estimate_sheet.scss */
.estimate-product-text {
  margin-left: -18px;
}

@media screen and (width: 1280px) {
  /* line 677, app/assets/stylesheets/estimate_sheet.scss */
  .estimate-product-text .js-product-text {
    width: 95%;
    margin-left: 15px;
  }
}

/* line 686, app/assets/stylesheets/estimate_sheet.scss */
.label-purchase-amount {
  text-align: center;
  margin-right: -20px;
  width: 90%;
}

@media screen and (width: 1920px) {
  /* line 686, app/assets/stylesheets/estimate_sheet.scss */
  .label-purchase-amount {
    text-align: center;
    margin-right: -3px;
    width: 46%;
  }
}

@media screen and (width: 1280px) {
  /* line 686, app/assets/stylesheets/estimate_sheet.scss */
  .label-purchase-amount {
    text-align: right;
    margin-right: 7px;
    width: 77% !important;
  }
}

@media screen and (width: 1280px) {
  /* line 706, app/assets/stylesheets/estimate_sheet.scss */
  .btn-search-product {
    margin-top: 5px;
    margin-left: 30px;
  }
}

@media screen and (width: 1280px) {
  /* line 713, app/assets/stylesheets/estimate_sheet.scss */
  .tax-free-title {
    margin-left: -10px;
  }
}

@media screen and (width: 1280px) {
  /* line 719, app/assets/stylesheets/estimate_sheet.scss */
  .actions-title {
    margin-left: 8px;
  }
}

/* line 727, app/assets/stylesheets/estimate_sheet.scss */
.lease-item .lease-cost-price-input {
  margin-left: -23px;
}

@media screen and (min-width: 1920px) {
  /* line 732, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-cost-price-input {
    margin-left: -85px;
  }
  /* line 736, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-amount-input {
    margin-left: -40px;
  }
  /* line 740, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-tax-rate-title {
    margin-left: 10px;
  }
  /* line 744, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-tax-rate-input {
    margin-left: -35px;
  }
  /* line 748, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-cost-price-title {
    width: 13%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1280px) {
  /* line 755, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-tax-rate-input {
    width: 9%;
    margin-left: -10px;
  }
  /* line 760, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-cost-price-title {
    width: 13%;
  }
  /* line 764, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-cost-price-input {
    width: 15%;
  }
  /* line 767, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-amount-input {
    margin-left: -10px;
  }
  /* line 770, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-amount-input {
    width: 9%;
  }
  /* line 773, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .scheduled-cancellation-date-title-input {
    width: 13%;
    margin-left: -13px;
  }
}

/* line 780, app/assets/stylesheets/estimate_sheet.scss */
#lease-companies-table,
#lease-companies-table td,
#lease-companies-table th {
  color: #555 !important;
}
/* line 2, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* line 4, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .checkbox {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .checkbox label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .checkbox label input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 0;
}

/* line 25, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .form-group {
  display: block;
}

/* line 28, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .form-group > .checkbox {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  /* line 3, app/assets/stylesheets/main_company.scss */
  .main-companies-form .btn-company-bank-accounts {
    margin-left: 62.666667% !important;
  }
}
/* line 1, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages {
  margin-top: 30px;
  padding: 0 15px;
  color: #000000ad;
}

/* line 5, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages h1 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
}

/* line 11, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table {
  color: #000000ad;
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table thead {
  background-color: #E9F4FF;
  border-bottom: hidden !important;
}

/* line 21, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table tbody .name a {
  color: #1890FF;
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table tbody input {
  font-size: 14px;
  color: #000000ad;
}

/* line 32, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table tbody .hidden-record {
  display: none;
}
/* line 2, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .fw-400 {
  font-weight: 400;
  color: #000000 !important;
}

/* line 7, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .badge {
  padding: 8px 10px;
}

/* line 16, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .estimated-profit-margin .badge-light-number {
  border: 1px solid #c5c6d9;
  color: #000000ad;
}

/* line 22, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .text-red {
  color: #dc3545;
}

/* line 26, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .group-profit {
  border: 1px solid #dbe9fd;
  padding: 10px 18px;
}

/* line 31, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .icon-collapse {
  width: 30px;
}

/* line 35, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .icon-chevrons {
  width: 16px;
}

/* line 39, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-add-order {
  font-size: 12px !important;
}

/* line 44, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .group-inline div {
  display: inline-block;
}

/* line 49, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .header-order-detail {
  padding: 7px 8px 11px 11px;
}

/* line 52, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .header-order-detail div {
  display: inline-block;
}

/* line 57, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .label-with-bg {
  background-color: #f8faff;
}

/* line 60, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .label-with-bg label {
  color: #333333 !important;
}

/* line 65, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-table-inline {
  padding: 35px;
}

/* line 69, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-table-inline .table-form-project th {
  color: #333333;
  font-size: 14px;
}

/* line 76, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-table-image {
  padding-left: 0px;
  padding-right: 27px;
}

/* line 81, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-table-image .table-form-project th {
  color: #333333;
}

/* line 87, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .cal-estimate-price,
.ordered-item-page .calc_discount,
.ordered-item-page .new-estimate-sheet {
  cursor: pointer;
}

/* line 93, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .checkbox-estimate-item {
  width: 15px;
  height: 15px;
}

/* line 98, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .estimate_sheet_estimate_items_note label,
.ordered-item-page .estimate_sheet_estimate_items_discount label {
  color: #000000 !important;
}

/* line 103, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-open-template {
  font-size: 12px;
  height: 28px;
  padding: 5px 5px;
}

/* line 109, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .arrow-down,
.ordered-item-page .arrow-up,
.ordered-item-page .arrow-down-main,
.ordered-item-page .arrow-up-main,
.ordered-item-page .bg-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 6px;
  margin-right: 2px;
  background: #e5efff;
  border-radius: 8px;
}

/* line 123, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .bg-active-chevrons {
  margin-right: 2px;
  border-radius: 8px;
  background-color: #5b96d7;
  padding: 8px 8px;
}

/* line 130, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .bg-active-arrow {
  margin-right: 2px;
  border-radius: 8px;
  background-color: #5b96d7;
  padding: 8px 5px;
}

/* line 137, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .arrow-img {
  width: 20px;
  height: 20px;
}

/* line 142, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .remove-field-dynamic {
  margin: 0px 4px;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-1 {
  width: 1%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-2 {
  width: 2%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-3 {
  width: 3%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-4 {
  width: 4%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-5 {
  width: 5%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-6 {
  width: 6%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-7 {
  width: 7%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-8 {
  width: 8%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-9 {
  width: 9%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-10 {
  width: 10%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-11 {
  width: 11%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-12 {
  width: 12%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-13 {
  width: 13%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-14 {
  width: 14%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-15 {
  width: 15%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-16 {
  width: 16%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-17 {
  width: 17%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-18 {
  width: 18%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-19 {
  width: 19%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-20 {
  width: 20%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-21 {
  width: 21%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-22 {
  width: 22%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-23 {
  width: 23%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-24 {
  width: 24%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-25 {
  width: 25%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-26 {
  width: 26%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-27 {
  width: 27%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-28 {
  width: 28%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-29 {
  width: 29%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-30 {
  width: 30%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-31 {
  width: 31%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-32 {
  width: 32%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-33 {
  width: 33%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-34 {
  width: 34%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-35 {
  width: 35%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-36 {
  width: 36%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-37 {
  width: 37%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-38 {
  width: 38%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-39 {
  width: 39%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-40 {
  width: 40%;
}

/* line 152, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .parent-fields {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 157, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .bd-bottom-none {
  border-bottom: none !important;
}

/* line 161, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-open-search-product {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 8px;
}

/* line 168, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-open-search-product-ordered {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 8px;
}

/* line 175, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-note {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-right: 1px;
  padding-left: 1px;
}

/* line 184, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .line_note {
  font-size: 14px !important;
}

/* line 188, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-expand-arrow {
  border-bottom: none !important;
}

/* line 192, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-arrow-icons {
  top: 43px;
  position: absolute;
  right: 0px;
}

/* line 197, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-arrow-icons .arrow-down-main .arrow-img {
  width: 10px;
  /* Or any other size */
}

/* line 202, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-arrow-icons .arrow-up-main .arrow-img {
  width: 10px;
  /* Or any other size */
}

/* line 208, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .none-border-bottom {
  border-bottom: none !important;
}

/* line 213, app/assets/stylesheets/ordered_item.scss */
#ordered_item_documents:disabled {
  display: none;
}

/* line 217, app/assets/stylesheets/ordered_item.scss */
.order-table {
  padding: 0px !important;
}

/* line 219, app/assets/stylesheets/ordered_item.scss */
.order-table btn
td {
  padding: 9px 10px;
  border-collapse: collapse;
  border: 1px solid #dde9fd;
}

/* line 226, app/assets/stylesheets/ordered_item.scss */
.order-table .bg-title {
  background: #f8faff;
}

/* line 230, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-upload {
  padding: 5px 10px;
  color: #007dce;
  border: 1px solid #007dce;
  border-radius: 5px;
  display: inline-block;
}

/* line 239, app/assets/stylesheets/ordered_item.scss */
.order-table .upload {
  margin-top: 12px;
  opacity: 0 !important;
  min-height: unset !important;
}

/* line 245, app/assets/stylesheets/ordered_item.scss */
.order-table .upload-item {
  display: grid;
  align-items: center;
  column-gap: 8px;
  grid-template-columns: 16px auto 20px 20px 20px;
  margin-top: 4px;
  margin-left: 10px;
}

/* line 254, app/assets/stylesheets/ordered_item.scss */
.order-table .upload-item .file-name {
  white-space: initial;
  word-break: break-all;
}

/* line 260, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-upload-item {
  background: #f8faff;
  padding: 3px;
  cursor: pointer;
}

/* line 265, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-upload-item img {
  height: 13px;
  width: 13px;
}

/* line 271, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-show-upload-item {
  background: #f8faff;
  padding: 1px;
  cursor: pointer;
}

/* line 276, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-show-upload-item img {
  height: 23px;
  width: 23px;
}

/* line 283, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .modal-body {
  overflow-x: auto;
  white-space: nowrap;
}

/* line 296, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .table-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 302, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table {
  width: 100%;
  border-collapse: collapse;
}

/* line 307, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table thead {
  position: sticky;
  top: 0;
  background: #f0f4f8;
  z-index: 10;
}

/* line 314, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table th,
#modal-choose-ordered-item .fixed-header-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  min-width: 120px;
}

/* line 322, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table th {
  height: 50px;
}

/* line 326, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table tbody tr {
  height: 50px;
}
/* line 1, app/assets/stylesheets/partner_company.scss */
.item-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/partner_company.scss */
.item-middle {
  display: flex;
  align-items: center;
}
@media print {
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

  * {
    /* font-family: 'Noto Sans JP', sans-serif; */
  }

  .page-break {
    display: block;
    clear: both;
    page-break-after: always;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-middle {
    vertical-align: middle;
  }
  .border-top {
    border-top: 2px solid;
  }
  .border-bottom {
    border-bottom: 2px solid;
  }
  .border-bottom-bold {
    border-bottom: 4px solid;
  }
  .border-left {
    border-left: 2px solid;
  }
  .border-right {
    border-right: 2px solid;
  }
  .margin-right {
    margin-right: 20px;
  }
  .border-bottom-dash {
    border-bottom: 1px solid;
    border-bottom-style: dashed;
  }
  .border-right-dash {
    border-right: 1px solid;
    border-right-style: dashed;
  }
  .title {
    padding-bottom: 50px;
  }
  .title-order {
    font-size: 32px;
  }
  .title-order-value {
    font-size: 20px;
    padding: 0px 20px;
  }
  .sub-title-order {
    width: 100%;
  }
  .inline {
    display: inline-block;
  }
  .align-top {
    vertical-align: top;
  }
  .ml-5 {
    margin-left: 5px;
  }
  .mr-5 {
    margin-right: 5px;
  }
  .ml-15 {
    margin-left: 15px;
  }
  .mr-15 {
    margin-right: 15px;
  }
  .mt-5 {
    margin-top: 5px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mb-5 {
    margin-bottom: 5px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .notes {
    margin-top: 20px;
    width: 100%;
    border: 2px solid;
    min-height: 100px;
  }
  .min-width-80 {
    min-width: 80px;
  }
  .min-width-60 {
    min-width: 60px;
  }
  .min-width-100 {
    min-width: 100px;
  }

  .estimate-values {
    display: flex !important;
    align-items: end;
    margin: 30px 0px;
  }

  .total-values-estimate {
    min-height: 80px;
  }

  .total-values {
    position: relative;
  }

  .total-values .text-bottom-box {
    position: absolute;
    bottom: 0;
  }

  .total-values .val-box {
    text-align: center;
    border: 2px solid;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .total-values .val-box:first-child {
    border-right: none;
    background: #b3c6e7;
  }

  .table-order-stamp {
    width: 100%;
    text-align: center;
    border: 1px solid;
    height: 70px;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .table-order-stamp td {
    border: 1px solid;
  }

  .info-box {
    position: relative;
  }

  .info-box .img-logo img {
    max-width: 60%;
  }

  .estimation-table-head {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .estimation-table-head table td, .estimation-table-head table th {
    border: 1px solid;
  }
  .estimation-table-head table {
    border-collapse: collapse;
  }
  .estimation-table-head table th {
    padding: 7px 20px;
    font-weight: 400;
  }
  .estimation-table-head table td {
    padding: 35px 20px;
  }

  .estimation-table-price {
    margin-top: 20px;
    width: 100%;
    border: 2px solid;
    border-collapse: collapse;
    height: 80px;
  }

  .estimation-table-stamp {
    width: 90%;
    table-layout: fixed;
    border: 1px solid;
    border-collapse: collapse;
    float: right;
  }

  .estimation-table-stamp th, .estimation-table-stamp td {
    border: 1px solid;
    text-align: center;
  }

  .estimation-table-stamp tr:nth-child(2) {
    height: 80px;
  }

  /* .estimation-detail-preview {
    background: url(<%= wicked_pdf_asset_base64('preview.png') %>);
  } */

  .estimation-detail .img-table-head-logo {
    position: absolute;
    bottom: -7px;
    right: 7px;
  }

  .img-seal {
    position: absolute;
    right: 0;
    top: 40px;
  }
  .estimation-title-area {
    position: relative;
  }
  .estimation-right-info {
    position: absolute;
    top: -25px;
    right: 0;
  }
  .estimation-detail h2, h3 {
    font-weight: 500;
  }

  .img-seal-order {
    padding-left: 16px;
  }

  .img-seal-order img {
    opacity: 0.7;
    width: 100px;
    height: 100px;
  }

  .img-stamp-order img {
    padding-top: 16px;
    opacity: 0.7;
    width: 50px;
    height: 50px;
  }

  .img-seal img {
    opacity: 0.7;
    height: 110px;
    width: 100px;
  }

  .order-unit {
    float: right;
    margin-bottom: 8px;
    margin-right: 20px;
  }

  table.table-container {
    color: black;
    width: 100%;
    border-collapse: collapse;
    border: 2px solid;
  }

  table.table-order {
    float: right;
    color: black;
    width: 40%;
    border-collapse: collapse;
  }

  .bg-pdf {
    background: rgb(192, 192, 192) !important;
  }

  .bg-primary-pdf {
    background: #b3c6e7;
  }

  .header-info {
    /* font-style: bold; */
  }

  table.table-container thead {
    background: #b3c6e7;
  }

  .td-min-height {
    height: 22px;
  }

  .td-max-height {
      height: 22px;
  }

  table, td, th {
    border: none;
    padding: 7px 5px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .note {
    position: relative;
  }
  .note span {
    position: absolute;
    bottom:0;
    left: 8px;
  }
  .row {
    width: 100%;
    display: flex;
    display: -webkit-box;
  }
  .row .col-50 {
    width: 100%;
    -webkit-box-flex: 0 0 50%;
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .row .col-75 {
    width: 100%;
    -webkit-box-flex: 0 0 75%;
    max-width: 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .row .col-25 {
    width: 100%;
    -webkit-box-flex: 0 0 25%;
    max-width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .row .col-20 {
    width: 100%;
    -webkit-box-flex: 0 0 20%;
    max-width: 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .row .col-40 {
    width: 100%;
    -webkit-box-flex: 0 0 40%;
    max-width: 40%;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .row .col-30 {
    width: 100%;
    -webkit-box-flex: 0 0 30%;
    max-width: 30%;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .row .col-60 {
    width: 100%;
    -webkit-box-flex: 0 0 60%;
    max-width: 60%;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .row .col-80 {
    width: 100%;
    -webkit-box-flex: 0 0 80%;
    max-width: 80%;
    -webkit-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  .row .col-100 {
    width: 100%;
    -webkit-box-flex: 0 0 100;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .billing-detail *, .client-company-pdf * {
    font-family: "MS Gothic", 'Noto Sans JP', sans-serif;
  }

  .estimation-detail * {
    font-family: "MS Mincho", 'Noto Sans JP', sans-serif;
  }

  .pb-5 {
    padding-bottom: 5px;
  }

  .pb-10 {
    padding-bottom: 10px;
  }

  .text-19 {
      font-size: 19px;
  }

  .text-20 {
    font-size: 20px;
  }

  .text-23 {
      font-size: 23px;
  }

  .text-25 {
    font-size: 25px;
  }

  .text-bold {
    font-weight: bold;
  }
  .company-name{
    font-size: 20px;
    font-weight: bold;
  }

  .client-company-note {
    margin-top: 20px;
    width: 100%;
    border: 2px solid;
    border-collapse: collapse;
    height: 40px;
  }

  .bg-green {
    background-color: #b6d7a7 !important;
  }


  .bg-white {
    background-color: #ffffff !important;
  }
}
/* line 2, app/assets/stylesheets/problem_client_company.scss */
#problem-client-comapny-form .custom-modal {
  max-width: 800px;
}

/* line 7, app/assets/stylesheets/problem_client_company.scss */
.w-130 {
  width: 130px;
}

/* line 11, app/assets/stylesheets/problem_client_company.scss */
.btn-edit-problem {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/problem_client_company.scss */
#title-form-problem {
  font-size: 30px;
}

/* line 20, app/assets/stylesheets/problem_client_company.scss */
#content-form-problem button[type=submit] {
  width: 132px;
}

/* line 23, app/assets/stylesheets/problem_client_company.scss */
#content-form-problem input, #content-form-problem select, #content-form-problem textarea {
  border-color: #dbe9fd;
  border-radius: 8px;
}

/* line 30, app/assets/stylesheets/problem_client_company.scss */
.problem_client_companies-table a {
  color: #4472c4;
}

/* line 33, app/assets/stylesheets/problem_client_company.scss */
.problem_client_companies-table tbody {
  font-size: 14px;
}
/* line 2, app/assets/stylesheets/products.scss */
.nested-form .border-button {
  border-bottom: 1px solid #70707029;
}

/* line 6, app/assets/stylesheets/products.scss */
.btn-add-partner,
.btn-add-model {
  font-size: 12px !important;
  padding: 4px 8px !important;
  width: auto !important;
  min-width: auto !important;
}

/* line 14, app/assets/stylesheets/products.scss */
.remove-field-dynamic {
  padding: 8px;
  border-radius: 8px;
  background: #e5efff;
}

/* line 20, app/assets/stylesheets/products.scss */
.pt-1-5 {
  padding-top: 0.4rem !important;
}

/* line 24, app/assets/stylesheets/products.scss */
.vh-25 {
  min-height: 25vh;
}

/* line 27, app/assets/stylesheets/products.scss */
.w-100 {
  width: 100px;
}
/* line 3, app/assets/stylesheets/project_continue.scss */
#project_continue_filter #filter-day .select2-selection__clear {
  color: #000000ad;
  font-size: 14px;
  padding-right: 2px;
  margin-right: 0 !important;
  margin-top: -2px;
}

/* line 14, app/assets/stylesheets/project_continue.scss */
#ordered-date-modal .js-save-ordered-date {
  padding: 5px 24px;
  border-radius: 8px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.select2-container--bootstrap.select2-container--open {
  z-index: 9999 !important;
}

.select2 {
  width: 100% !important;
}

.tippy-box {   
  font-size: 10px;
  padding: 5px 10px;
}

/*# sourceMappingURL=application.css-0e985ad476d272e0438d20daee24a4a7bd05876b05dae6c218a3e0da0f47a32f.map */
