.is-portal {
  flex-direction: column;
  z-index: 10;
  top: 0px;
  position: sticky;
}

.is-portal-header {
  opacity: 0.8;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: white;
  margin-bottom: 0.5rem;
}

.is-portal-header-traning {
  background-color: #3e5c45;
}

.training-area {
  width: 90%;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0.25rem;
  background-color: #638a6c;
  align-items: center;
  justify-items: center;
}
.training-area .training-mode {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  color: white;
}
.training-area .training-mode-msg {
  font-size: 0.5rem;
  line-height: 1rem;
  text-align: center;
  color: white;
}

.is-portal-footer-nav {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
  border-top-width: 1px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  z-index: 50;
  bottom: 0px;
  position: fixed;
  border-top: solid 1px #e5e7eb;
  box-shadow: 0 -2px 2px #f8f8f8;
}
.is-portal-footer-nav .is-portal-footer-nav-btn.is-active-portal {
  transition-property: all;
  transition-duration: 150ms;
  color: #003b95;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  border: none;
  background-color: white;
}
.is-portal-footer-nav .is-portal-footer-nav-btn:disabled {
  cursor: not-allowed;
}
.is-portal-footer-nav .is-portal-footer-nav-btn {
  transition-property: all;
  transition-duration: 150ms;
  color: #9ca3af;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  border: none;
  background-color: white;
}
.is-portal-footer-nav .is-portal-footer-nav-pointer.is-active-portal {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #003b95;
  border-radius: 9999px;
  width: 0.375rem;
  height: 0.375rem;
  margin-bottom: 0.25rem;
}
.is-portal-footer-nav .is-portal-footer-nav-pointer {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: white;
  border-radius: 9999px;
  width: 0.375rem;
  height: 0.375rem;
  margin-bottom: 0.25rem;
}
.is-portal-footer-nav .is-portal-footer-nav-btn span {
  opacity: 1;
  font-weight: 700;
  font-size: 11px;
}

.b-order-stock-operation-portal-home {
  margin-bottom: 3rem;
}
.b-order-stock-operation-portal-home .animate-fade-in {
  animation: fadeIn 0.3s ease-out;
}
.b-order-stock-operation-portal-home .traning-mode-btn {
  transition-duration: 200ms;
  color: #3e5c45;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: white;
  border: solid 1px #3e5c45;
  border-radius: 0.5rem;
  cursor: pointer;
}
.b-order-stock-operation-portal-home .traning-mode-btn:active {
  background-color: #e6ffec;
}
.b-order-stock-operation-portal-home .traning-mode-end-btn {
  transition-duration: 200ms;
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #3e5c45;
  border: solid 1px #3e5c45;
  border-radius: 0.5rem;
  cursor: pointer;
}
.b-order-stock-operation-portal-home .traning-mode-end-btn:active {
  background-color: #5b8866;
}
.b-order-stock-operation-portal-home .stock-place-area {
  background-color: #eff6ff;
  border-left: solid 4px #003b95;
  border-radius: 0.25rem;
}
.b-order-stock-operation-portal-home .stock-place-area .stock-place-title {
  color: #003b95;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  align-items: center;
  display: flex;
}
.b-order-stock-operation-portal-home .stock-place-area .stock-place-name {
  color: #1f2937;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-left: 1.5rem;
}
.b-order-stock-operation-portal-home .stock-place-detail-area {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.b-order-stock-operation-portal-home .stock-place-detail-area .stock-place-detail-btn {
  transition-duration: 75ms;
  background-color: white;
  border: solid 1px #e5e7eb;
  border-radius: 0.75rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}
.b-order-stock-operation-portal-home .stock-place-detail-area .stock-place-detail-btn .stock-place-detail-btn-confirm {
  color: #1d4ed8;
  background-color: #dbeafe;
  border-radius: 9999px;
}
.b-order-stock-operation-portal-home .stock-place-detail-area .stock-place-detail-btn .stock-place-detail-btn-document {
  color: #c2410c;
  background-color: #ffedd5;
  border-radius: 9999px;
}
.b-order-stock-operation-portal-home .stock-place-detail-area .stock-place-detail-btn .stock-place-detail-btn-title {
  color: #374151;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.b-order-stock-operation-portal-home .stock-place-detail-area .stock-place-detail-btn:active {
  background-color: #f3f4f6;
}
.b-order-stock-operation-portal-home .stock-place-operation-area {
  background-color: white;
  border: solid 1px #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-msg {
  color: #9ca3af;
  font-size: 10px;
  text-align: center;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-title-area {
  background-color: #f9fafb;
  border-bottom: solid 1px #e5e7eb;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-title-area .stock-place-operation-title {
  color: #374151;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action {
  background-color: #f3f3f3;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action .coming-soon {
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action .stock-place-operation-block {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action .stock-place-operation-block .stock-place-operation-btn:disabled {
  cursor: not-allowed;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action .stock-place-operation-block .stock-place-operation-btn {
  transition-duration: 75ms;
  background-color: #f3f3f3;
  border: solid 1px #e5e7eb;
  border-radius: 0.75rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action .stock-place-operation-block .stock-place-operation-btn .stock-place-operation-btn-inventory {
  color: #7e22ce;
  background-color: #f3e8ff;
  border-radius: 9999px;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action .stock-place-operation-block .stock-place-operation-btn .stock-place-operation-btn-inout {
  color: #15803d;
  background-color: #dcfce7;
  border-radius: 9999px;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action .stock-place-operation-block .stock-place-operation-btn .stock-place-operation-btn-collect {
  color: #0f766e;
  background-color: #ccfbf1;
  border-radius: 9999px;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action .stock-place-operation-block .stock-place-operation-btn .stock-place-operation-btn-title {
  color: #374151;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.b-order-stock-operation-portal-home .stock-place-operation-area .stock-place-operation-action .stock-place-operation-block .stock-place-operation-btn:active {
  background-color: #f3f4f6;
}

.b-order-stock-operation-portal-items {
  margin-bottom: 3rem;
}
.b-order-stock-operation-portal-items #loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.b-order-stock-operation-portal-items .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #3490dc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.b-order-stock-operation-portal-items .portal-stock-search-area {
  background-color: white;
  border-bottom: solid 1px #f3f4f6;
  z-index: 5;
  top: 10px;
  position: sticky;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-title {
  color: #1f2937;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  align-items: center;
  display: flex;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-title .portal-stock-search-title-svg {
  color: #003b95;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-text {
  position: relative;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-text .portal-stock-search-text-svg {
  color: #9ca3af;
  margin-top: 0.75rem;
  left: 0.75rem;
  position: absolute;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-text .portal-stock-search-text-input {
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #f9fafb;
  border: solid 1px #e5e7eb;
  border-radius: 0.5rem;
  width: 100%;
  padding-left: 2.25rem;
  padding-right: 2rem;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-text .portal-stock-search-text-cancell {
  color: #9ca3af;
  background-color: #f9fafb;
  right: 0.5rem;
  margin-top: 0.75rem;
  position: absolute;
  border: none;
  cursor: pointer;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-class .portal-stock-search-class-title {
  color: #9ca3af;
  font-weight: 700;
  font-size: 10px;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-class .portal-stock-search-class-btn {
  padding-bottom: 0.125rem;
  overflow-x: auto;
  gap: 0.25rem;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-class .portal-stock-search-class-btn .portal-stock-search-class-filter-btn.is-active {
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #003b95;
  border: none;
  border-radius: 9999px;
  flex-shrink: 0;
  cursor: pointer;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-class .portal-stock-search-class-btn .portal-stock-search-class-filter-btn {
  color: #6b7280;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #f3f4f6;
  border: none;
  border-radius: 9999px;
  flex-shrink: 0;
  cursor: pointer;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-stockolace .portal-stock-search-stockolace-title {
  color: #9ca3af;
  font-weight: 700;
  font-size: 10px;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-stockolace .portal-stock-search-stockolace-btn {
  padding-bottom: 0.125rem;
  overflow-x: auto;
  gap: 0.25rem;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-stockolace .portal-stock-search-stockolace-btn .portal-stock-search-stockolace-filter-btn.is-active {
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #003b95;
  border: none;
  border-radius: 9999px;
  flex-shrink: 0;
  cursor: pointer;
}
.b-order-stock-operation-portal-items .portal-stock-search-area .portal-stock-search-stockolace .portal-stock-search-stockolace-btn .portal-stock-search-stockolace-filter-btn {
  color: #6b7280;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #f3f4f6;
  border: none;
  border-radius: 9999px;
  flex-shrink: 0;
  cursor: pointer;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-noitem {
  color: #9ca3af;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-noitem .portal-stock-noitem-msg {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-class-title {
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #1d78b5;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-item-title {
  color: #1d78b5;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #eff6ff;
  border-top: solid 1px #dbeafe;
  border-bottom: solid 1px #dbeafe;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area {
  box-shadow: 0 1px 2px #c9c9c9;
  background-color: white;
  border: solid 1px #e5e7eb;
  border-radius: 0.5rem;
  cursor: pointer;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card {
  flex: 1;
  margin-right: 0.5rem;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-goodimage {
  object-fit: contain;
  border: solid 1px #f3f4f6;
  border-radius: 0.5rem;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  max-width: 100%;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-good-noimage {
  background-color: #f3f4f6;
  border: solid 1px #e5e7eb;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-good-noimage-text {
  color: #9ca3af;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-card-info {
  flex: 1 1 0%;
  min-width: 0px;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-card-info .portal-stock-good-place {
  color: #6b7280;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-card-info .portal-stock-good-place-name {
  color: #6b7280;
  font-weight: 700;
  font-size: 10px;
  background-color: #f3f4f6;
  border-radius: 0.25rem;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-card-info .portal-stock-number-area {
  text-align: right;
  flex-shrink: 0;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-card-info .portal-stock-number-area .portal-stock-number {
  color: #003b95;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-card-info .portal-stock-number-area .portal-stock-unit-name {
  color: #4b5563;
  font-size: 0.75rem;
  line-height: 1rem;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-card-info .portal-stock-good-product-name {
  color: #1f2937;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-card-info .portal-stock-good-date {
  color: #6b7280;
  font-size: 10px;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-righticon-area {
  text-align: right;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area .portal-stock-good-card .portal-stock-righticon-area .portal-stock-right-svg {
  color: #d1d5db;
  flex-shrink: 0;
}
.b-order-stock-operation-portal-items .portal-stock-area .portal-stock-good-card-area:active {
  background-color: #f9fafb;
}

.b-order-stock-operation-portal-shelter-documents {
  margin-bottom: 3rem;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-title {
  color: #1f2937;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  align-items: center;
  display: flex;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-title .portal-shelter-documents-title-svg {
  color: #c2410c;
}
.b-order-stock-operation-portal-shelter-documents .portal-error-download-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe4e4;
  border: solid 1px #ff4141;
  border-radius: 0.5rem;
  color: #ff4141;
  font-size: 0.875rem;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-noitem {
  color: #9ca3af;
  text-align: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-noitem .portal-shelter-documents-noitem-msg {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-common {
  background-color: #eff6ff;
  border-radius: 0.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 1.5rem;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-common .portal-shelter-documents-common-title {
  color: #1e40af;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-common .portal-shelter-documents-common-tag {
  color: #1e40af;
  font-weight: 700;
  font-size: 10px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  background-color: #bfdbfe;
  border-radius: 9999px;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-orig {
  background-color: #fff7ed;
  border-radius: 0.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 1.5rem;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-orig .portal-shelter-documents-orig-title {
  color: #9a3412;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-orig .portal-shelter-documents-orig-tag {
  color: #9a3412;
  font-weight: 700;
  font-size: 10px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  background-color: #fed7aa;
  border-radius: 9999px;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-card {
  box-shadow: 0 1px 2px #c9c9c9;
  background-color: white;
  border: solid 1px #e5e7eb;
  border-radius: 0.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-card .portal-shelter-documents-content {
  align-items: center;
  min-width: 0px;
  display: flex;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-card .portal-shelter-documents-content .portal-shelter-documents-common-svg {
  color: #2563eb;
  background-color: #eff6ff;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-card .portal-shelter-documents-content .portal-shelter-documents-orig-svg {
  color: #ea580c;
  background-color: #fff7ed;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-card .portal-shelter-documents-content .portal-shelter-documents-content-name {
  color: #1f2937;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-card .portal-shelter-documents-content .portal-shelter-documents-content-detail {
  color: #9ca3af;
  font-size: 10px;
  margin-top: 0.125rem;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-card:active {
  background-color: #f9fafb;
}
.b-order-stock-operation-portal-shelter-documents .portal-shelter-documents-right-svg {
  color: #d1d5db;
  flex-shrink: 0;
}

.b-order-stock-operation-portal-inventory {
  margin-bottom: 3rem;
}

.b-order-stock-operation-portal-stock-operation {
  margin-bottom: 3rem;
}

.b-order-stock-operation-portal-recall {
  margin-bottom: 3rem;
}

/*# sourceMappingURL=styles-portal.css.map */
