body {
  font-family: "Noto Sans", sans-serif;
}
.ai-bg {
  background-image: linear-gradient(93deg, #3C79DD 2.99%, #6BDBB6 127.51%) !important;
}
button[type=submit] {
  background-color: #071D49 !important;
  color: white;
}
.navbar a:not(.btn) {
  color: white !important;
}
#related-item-grid-container .form-check-input:checked {
  background-color: #77C5D5;
  border-color: #77C5D5;
}
#projects .form-check-input:checked {
  background-color: #77C5D5;
  border-color: #77C5D5;
}
h1 {
  color: #462616;
  font-weight: bold;
}
#spinner {
  color: #071d49;
}
.outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  padding-right: 3em;
}
.loginbox {
  border: 1px solid #462616;
  padding: 2em;
  background-color: white;
}
.review-box {
  border: 1px solid #462616;
  padding: 2em;
  background-color: white;
  line-height: 2;
}
.client_stock_code {
  color: white;
  background-color: black;
  padding: 0.5rem 3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-login, .btn-logout, .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0px;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  color: darkgery !important;
}
.btn-confirm {
  background-color: #203864;
  color: white;
}
.btn-otherstock {
  background-color: #4f7b94;
  color: white;
}
.btn-draft {
  background-color: #206d77;
}
.btn-release {
  background-color: #7f7f7f;
}
.btn-reserve {
  background-color: #305f6a;
}
.btn-draft, .btn-release, .btn-reserve {
  margin-top: 0.5rem;
  color: white;
  font-weight: bold;
  border-radius: 30px;
}
.btn-releaseall {
  background-color: #2b54a3;
  color: white;
  min-width: unset;
}
.btn-advanced {
  background-color: #6aae67;
  color: white;
  min-width: unset;
}
.btn-showall {
  background-color: transparent;
  min-width: unset;
  padding: 0;
}
.btn-showall svg {
  width: 32px;
  height: auto;
}
.btn-resetfilter {
  background-color: #444444;
  min-width: unset;
  /*
    padding: 0.5rem;
    */
}
.btn-resetfilter svg {
  fill: white;
  width: 16px;
  height: auto;
}
.btn-advancesearch {
  background-color: #015eac;
  min-width: unset;
  /*
    padding: 0.5rem;
    */
}
.btn-advancesearch svg {
  width: 16px;
  height: auto;
}
.book-item img {
  width: 100%;
}
.book-item .cover {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: top;
  margin-bottom: 15px;
}
.book-item h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: darkgery;
}
.tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tags li, .tags a {
  float: left;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.tags a {
  margin-left: 16px;
  margin-right: 20px;
  padding: 0 16px 0 16px;
  background: #0089e0;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tags a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -16px;
  width: 0;
  height: 0;
  border-color: transparent #0089e0 transparent transparent;
  border-style: solid;
  border-width: 16px 16px 16px 0;
}
.tags a:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  float: left;
  width: 6px;
  height: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 2px;
  background: #fff;
  -moz-box-shadow: -1px -1px 2px #004977;
  -webkit-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
}
.tags a:hover {
  background: #555;
}
.tags a:hover:before {
  border-color: transparent #555 transparent transparent;
}
.book-details img {
  max-width: 100%;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.nav .nav-item .nav-link {
  color: #462615;
  border-bottom: 1px solid #97715E;
}
.nav .nav-item .active {
  color: #D78E3B;
  border-bottom: 3px solid #D78E3B;
  margin: -1px;
}
.table {
  border-color: #97715E;
}
.table th {
  background-color: #F5EBE6;
}
.form-control {
  border-radius: 0px;
}
.section-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #071D49;
}
.username {
  color: #071D49;
}
.username .user-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #77C5D5;
  color: white;
  font-size: 22px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.item .created_at {
  background-color: #071D49;
  padding: 5px;
}
.item .artwork {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  border: 1px solid #d0cece;
}
.item .artwork .confirmed {
  background-color: #909090b0;
  position: relative;
  padding: 5px;
  color: white;
  top: 10px;
  width: fit-content;
  font-size: 0.8em;
  font-weight: 900;
  float: left;
  margin-left: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}
.item .artwork .locked {
  position: relative;
  color: #4b4548;
  top: 10px;
  width: fit-content;
  font-size: 0.8em;
  float: left;
  margin-left: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}
.item .artwork .locked svg {
  width: 30px;
  height: auto;
}
.item .remarks {
  padding: 10px;
  background-color: #EBEBEB;
  margin-top: 1em;
}
.item .remarks .title {
  font-weight: 900;
  margin-bottom: 10px;
}
.related-item .created_at {
  padding: 5px;
}
.related-item .artwork {
  width: 100%;
  height: 232px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #d0cece;
}
.related-item .artwork .confirmed {
  background-color: #909090b0;
  position: relative;
  padding: 5px;
  color: white;
  top: 10px;
  width: fit-content;
  font-size: 0.8em;
  font-weight: 900;
  float: left;
  margin-left: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}
.related-item .artwork .locked {
  position: relative;
  color: #4b4548;
  top: 10px;
  width: fit-content;
  font-size: 0.8em;
  font-weight: 900;
  float: left;
  margin-left: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}
.related-item .artwork .locked svg {
  width: 30px;
  height: auto;
}
.related-item .remarks {
  padding: 10px;
  background-color: #EBEBEB;
  margin-top: 1em;
}
.related-item .remarks .title {
  font-weight: 900;
  margin-bottom: 10px;
}
.cover-head {
  font-weight: 900;
}
.job-type {
  width: fit-content;
  border-bottom: 4px solid #071D49;
}
.item-details img {
  width: 100%;
}
.item-details .title {
  line-height: 2;
  font-weight: 900;
}
.pinned .header {
  background: #071D49;
  color: white;
  font-size: 1.2em;
  font-weight: 900;
}
.remarks-container {
  display: flex;
  flex: 1;
  flex-direction: row;
  border: 1px solid #BFBFBF;
  padding: 15px;
}
.remarks-container ~ .remarks-container {
  border-top: 0px;
}
.remarks-container .remarks {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.remarks-container .remarks .top .user {
  color: black;
  font-weight: 900;
  margin-right: 2em;
}
.remarks-container .remarks .top .date {
  color: #9B9B9B;
}
.company-remarks {
  margin-top: 1em;
  margin-bottom: 2em;
}
.company-remarks .header {
  padding: 5px 15px;
  background: #AED5DD;
  font-weight: 900;
  color: #3B3C44;
}
.company-remarks .pin-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-remarks .pin-container .pin {
  color: white;
  padding: 10px;
  background: #BFBFBF;
  width: fit-content;
  display: flex;
}
.company-remarks .pin-container .pin.active {
  background: #071D49;
}
.company-remarks .pen-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-remarks .pen-container .pen {
  color: white;
  padding: 10px;
  background: #ffe73f;
  width: fit-content;
  display: flex;
}
.company-remarks .pen-container .pen.active {
  background: #071D49;
}
.company-remarks .bin-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
}
.company-remarks .bin-container .bin {
  color: white;
  padding: 10px;
  background: red;
  width: fit-content;
  display: flex;
}
.company-remarks .bin-container .bin.active {
  background: #071D49;
}
.company-remarks .add-remarks {
  padding: 15px;
  border: 1px solid #BFBFBF;
  border-top: 0px;
}
.company-remarks .add-remarks .add-remarks-header {
  margin: 5px;
  margin-bottom: 10px;
  font-weight: 900;
}
.company-remarks .add-remarks .btn-submit {
  margin: 10px 0 0 0;
  background: #071D49;
  color: white;
  font-weight: 900;
}
body {
  background-color: #fff;
}
select.arrow-select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50%), calc(100% - 15px) calc(50%);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.vscomp-toggle-button > .vscomp-value {
  opacity: 1 !important;
}
.checkbox-icon {
  display: none !important;
}
.related-item .title, .item .title {
  font-weight: 900;
}
.related-item .job_type, .related-item .job_year, .item .job_type, .item .job_year {
  font-size: 0.8em;
}
.toggle-logo {
  height: 2.5rem;
  width: 2.5rem;
}
.bg-selected {
  background-color: #071d49;
}
.text-selected {
  color: #071d49;
}
.bg-unselected {
  background-color: #ccc;
}
.text-unselected {
  color: #ccc;
}
.preview {
  object-fit: contain;
}
.item-table {
  border-color: #ccc;
}
.item-table thead tr:first-child {
  border-color: #2263c9;
}
.item-table thead tr:first-child th {
  white-space: nowrap;
  background-color: #2263c9;
  padding: 1rem 0.5rem;
}
.item-table thead tr:first-child th:nth-child(2n) {
  border-color: #071d49;
  background-color: #071d49;
}
.item-table th, .item-table td {
  min-width: 5rem;
}
.item-table td {
  height: 7rem !important;
  overflow: hidden !important;
  vertical-align: middle;
}
#list-layout::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}
/**
    style select2
**/
.vscomp-ele {
  max-width: none !important;
}
.confirmed {
  background-color: #909090b0;
  padding: 5px;
  color: white;
  top: 10px;
  width: fit-content;
  font-size: 0.8em;
  font-weight: 900;
  float: left;
  margin-left: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}
.bg-toppan-dark {
  background: #071D49 !important;
}
.check-with-label:checked + .label-for-check {
  font-weight: bold;
}
.form-check-input:checked + .img-label {
  background: #77c5d5 !important;
}
.tag-expand {
  max-height: 800px !important;
}
.tag-list {
  max-height: 28px;
  height: auto;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out 0s;
  transition: max-height 0.3s ease-in-out 0s;
}
.tag-list a {
  font-size: 12px;
}
.opacity-100 {
  opacity: 1;
}
