::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 4px solid transparent;
  background-clip: content-box;
  background-color: #2c3039;
}
::-webkit-scrollbar {
  width: 16px;
}
::placeholder {
  color: #626565;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #626565;
}
::-ms-input-placeholder {
  color: #626565;
}
html {
  scroll-behavior: smooth;
}
.calendar-container {
  overflow-x: auto;
  max-width: 100%;
}
.calendar-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  table-layout: fixed;
}
.calendar-table th,
.calendar-table td {
  border: 1px solid #313131;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 14.28%;
  height: 150px;
}
.calendar-table th {
  background-color: #040404;
  font-weight: 700;
  text-align: center;
  height: 40px;
}
.calendar-cell {
  position: relative;
  min-height: 60px;
  vertical-align: top;
  padding: 2px;
  cursor: pointer;
}
.day-number {
  font-weight: 700;
  margin-bottom: 2px;
}
.event {
  background-color: #007bff;
  color: #fff;
  padding: 2px 4px;
  margin: 1px 0;
  border-radius: 3px;
  font-size: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.event:hover {
  background-color: #0056b3;
}
.event-name {
  font-weight: 600;
  display: block;
  font-size: 11px;
}
.event-details {
  font-size: 10px;
  opacity: 0.95;
  display: block;
  margin-top: 1px;
}
.custom-dropdown-wrapper {
  position: relative;
}
.custom-dropdown-input {
  padding-right: 35px;
  cursor: text;
}
.custom-dropdown-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 12px;
  cursor: pointer;
  padding: 5px;
  -webkit-user-select: none;
  user-select: none;
  z-index: 10;
  pointer-events: auto;
}
.custom-dropdown-arrow:hover {
  color: #495057;
  background-color: #0000000d;
  border-radius: 3px;
}
.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  z-index: 1050;
  box-shadow: 0 4px 6px #00000026;
  margin-top: 0;
  max-height: 200px;
  overflow: hidden;
}
.dropdown-items-container {
  max-height: 150px;
  overflow-y: auto;
}
.dropdown-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-top: 1px solid #e9ecef;
  background-color: #f8f9fa;
  position: sticky;
  bottom: 30px;
}
.dropdown-pagination button {
  padding: 4px 12px;
  font-size: 12px;
  border: 1px solid #ced4da;
  background-color: #fff;
  color: #495057;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
}
.dropdown-pagination button:hover:not(:disabled) {
  background-color: #4e73df;
  color: #fff;
  border-color: #4e73df;
}
.dropdown-pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dropdown-page-info {
  font-size: 12px;
  color: #6c757d;
}
.dropdown-item {
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.15s;
  color: #495057;
  border-bottom: 1px solid #f1f1f1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover {
  background-color: #4e73df;
  color: #fff;
}
.dropdown-loading,
.dropdown-no-results,
.dropdown-error {
  padding: 15px 12px;
  text-align: center;
  color: #6c757d;
  font-size: 14px;
}
.dropdown-error {
  color: #dc3545;
}
.dropdown-items-container::-webkit-scrollbar {
  width: 8px;
}
.dropdown-items-container::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.dropdown-items-container::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 4px;
}
.dropdown-items-container::-webkit-scrollbar-thumb:hover {
  background: #adb5bd;
}
.drop-shadow {
  -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px 1px 0 #fff)
    drop-shadow(0 -2px 0 #fff);
}
.bg-gradient-primary {
  background-image: linear-gradient(180deg, #0c0c0c 10%, #0e0e0e);
}
.avatar {
  margin-top: -20px;
  width: 55px;
  height: 90px;
}
.icon {
  width: 18px;
  height: 18px;
}
.alert {
  border-radius: 8px;
  border: none;
}
.alert-success {
  background-color: #d4edda;
  color: #155724;
}
.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}
code {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
}
.user-avatar img {
  margin-top: 5px;
  object-fit: cover;
  border-radius: 6px;
}
.nova-tabs {
  display: flex;
  padding-right: 10px;
  justify-content: flex-end;
  margin-bottom: 0;
}
.nova-tab {
  background: none;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: 7px;
  border-radius: 5px 5px 0 0;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-bottom: none;
}
.nova-tab.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  border-bottom: 1px solid #007bff;
  position: relative;
  z-index: 1;
}
.nova-tab.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #007bff;
}
.nova-tab:hover {
  background-color: #e9ecef;
}
.nova-tab.active:hover {
  background-color: #0056b3;
}
.card {
  box-shadow: 0 0.15rem 1.75rem #3a3b4526;
  border: 1px solid #0a0a0a;
}
.card-body {
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .col-md-6.col-xl-3 {
    margin-bottom: 1rem;
  }
}
.modal {
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1050 !important;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal-dialog {
  margin: 1.75rem auto !important;
  max-width: 500px;
  width: 90%;
  position: relative;
  pointer-events: none;
}
.modal-dialog.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.modal-dialog.modal-lg {
  max-width: 600px;
}
.modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 1040 !important;
}
.modal-content {
  background: #fff !important;
  border: none;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  overflow: hidden;
  pointer-events: auto;
}
.modal-header {
  background: #f8fafc !important;
  border-bottom: 1px solid #e2e8f0;
  padding: 20px 24px;
  border-radius: 0;
}
.modal-title {
  color: #1a202c !important;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
}
.modal .close {
  background: none;
  border: none;
  color: #718096 !important;
  font-size: 20px;
  font-weight: 300;
  opacity: 1;
  padding: 8px;
  margin: -8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.modal .close:hover {
  background: #e2e8f0;
  color: #4a5568 !important;
}
.modal-body {
  padding: 24px;
  background: #fff;
}
.modal-body .form-group {
  margin-bottom: 20px;
}
.modal-body label {
  color: #2d3748;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.modal-body .form-control {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #2d3748;
  transition: all 0.2s ease;
}
.modal-body .form-control:focus {
  border-color: #4299e1;
  box-shadow: 0 0 0 3px #4299e11a;
  outline: none;
}
.modal-footer {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 16px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.modal-footer .btn {
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modal-footer .btn-success {
  background: #38a169;
  color: #fff;
}
.modal-footer .btn-success:hover {
  background: #2f855a;
  transform: translateY(-1px);
}
.modal-footer .btn-success:disabled {
  background: #a0aec0;
  cursor: not-allowed;
  transform: none;
}
.modal-footer .btn-secondary {
  background: #fff;
  color: #718096;
  border: 1px solid #e2e8f0;
}
.modal-footer .btn-secondary:hover {
  background: #f7fafc;
  border-color: #cbd5e0;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog.modal-lg {
    max-width: 600px;
  }
}
.furniture-form {
  padding: 20px;
  background: #141414;
  border-radius: 8px;
  margin-bottom: 20px;
}
.spinner-border {
  animation: spinner-border 0.75s linear infinite;
}
.four-column-layout {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
  width: 100% !important;
}
.grid-column {
  flex: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
.data-box {
  background-color: #f8f9fa;
  padding: 15px;
  border: 1px solid #e3e6f0;
  border-radius: 6px;
  box-shadow: 0 0.15rem 1.75rem #3a3b4526;
  height: 400px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.data-box-header {
  background-color: #f8f9fa;
  padding: 10px 15px;
  border-bottom: 1px solid #e3e6f0;
  margin: -15px -15px 15px;
  border-radius: 6px 6px 0 0;
}
.data-box-title {
  color: #5a5c69;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
}
.data-box .json-box {
  flex: 1;
  overflow-y: auto;
}
.data-box .image-container {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.data-box .image-container img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.json-box {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #e3e6f0;
  border-radius: 4px;
  width: 100%;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier,
    monospace;
  font-size: 12px;
  white-space: pre;
  height: 300px;
  overflow: auto;
  resize: none;
  flex: 1;
}
.image-container {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 15px;
  height: 300px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
}
.preview {
  border: 1px solid #e3e6f0;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 0.125rem 0.25rem #00000013;
}
.placeholder-text {
  color: #858796;
  font-style: italic;
}
.no-data-state {
  text-align: center;
  padding: 40px 20px;
  color: #858796;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.no-data-state i {
  font-size: 3rem;
  opacity: 0.3;
  margin-bottom: 20px;
}
.clothing-item-card {
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  transition: all 0.2s;
  cursor: pointer;
}
.clothing-item-card:hover {
  box-shadow: 0 4px 6px #0000001a;
  transform: translateY(-2px);
}
.clothing-icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 8px;
  overflow: visible;
}
.clothing-icon-wrapper i {
  font-size: 2rem;
  color: #cbd5e0;
}
.clothing-icon-wrapper img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
