@font-face {
  font-family: "sqrf";
  src: url(/font/tt0246m_.ttf);
}

body {
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}

/* Wrapper holds sidebar + content */
.page-wrapper {
  height: 100vh;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}

.sidebar-logo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: rgba(0, 0, 0, 0.22) 13px 6px 14px;
}

/* Sidebar Sticky */
.sidebar {
  width: 300px !important;
  min-height: 100vh;
  background: #fff;
  padding-top: 30px;
  font-family: "sqrf";
  position: sticky;
  top: 0;
  z-index: 1001;
  flex-shrink: 0;
  background: #d9d9d92b !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

/* Sidebar Styling */
.sidebar-title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "sqrf";
}

.gredient-title {
  background: linear-gradient(to left, #00be96, #00beff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.custom-link {
  padding: 0 21% !important;
}
.nav-link-custom {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 22px;
  transition: all 0.2s ease;
}
.logout-btn {
  border: 1px solid #000;
  background-color: white;
  font-weight: 600;
  width: 85%;
  padding: 10px 15px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  margin-top: auto;
}

.logout-btn:hover {
  background: linear-gradient(to right, #333, #000);
  color: #fff;
}
.nav-link-custom:hover {
  color: #00beff;
  transform: translateX(4px);
}

html {
  scroll-behavior: smooth;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}

.nav-link-custom.active {
  background-color: #e6e1e1;
  color: #000000;
  border-radius: 10px;
  font-weight: bold;
}

/* Content takes full height */
.content-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Top Sticky Header */
.top-header {
  height: 60px;
  background: linear-gradient(90deg, #00d4ff, #00c9a7);
  color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  font-family: "sqrf";
}

.filter-icon {
  border: 2px solid;
  padding: 6px 11px;
  border-radius: 50%;
}

/* Main area scrolls */
.main-content {
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 30px;
  font-family: "sqrf", sans-serif;
}

/* Cards + Elements */
.card {
  border: none !important;
  background: #d9d9d92b !important;
}

.designer-scroll {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 5px;
}

.designer-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.designer-card {
  position: relative;
  width: 94px;
  height: 98px;
  background-color: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.designer-card span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #888;
}

.delete-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #fff;
  border: none;
  color: red;
  font-size: 14px;
  padding: 4px 9px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  transition: 0.2s ease;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.designer-card:hover .delete-btn {
  display: inline-block;
}


.tag {
  background: #d9d9d9;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.designer-scroll {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}

/* Optional: hide scrollbar on Chrome */
.designer-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.note-footer {
  border: 1px solid #a5a0a0;
  font-size: 0.8rem;
  background: #e6e6e6;
}

.tag h6 {
  margin-bottom: 0;
  font-weight: 600;
}

.date-header {
  background: linear-gradient(180deg, #00b4ac 0%, #00b5e3 100%);
  color: white;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #00000034;
  font-weight: 600;
  text-align: center;
}

.designer-card {
  width: 94px;
  height: 98px;
  background-color: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.designer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.designer-card.placeholder {
  font-size: 2rem;
  color: #d9d9d9;
  font-weight: bold;
}

.verify-btn-outline-danger,
.verify-btn-outline-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.verify-btn-outline-danger:hover,
.verify-btn-outline-success:hover {
  transform: translateY(-1px);
}

.verify-btn-outline-danger:hover {
  background-image: linear-gradient(
    to right,
    #e52d27 0%,
    #b31217 51%,
    #e52d27 100%
  );
  color: #fff;
  border: none;
}

.verify-btn-outline-success:hover {
  transform: translateY(-1px);
  background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
  color: #fff;
  border: none;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}

.remarks-box {
  height: 100%;
  min-height: 100px;
  resize: vertical;
  overflow: auto;
}

.note-text {
  font-size: 0.8rem;
  color: #888;
  border-right: 1px solid #a5a0a0;
  font-style: italic;
  font-weight: 600;
}

/* Hide sidebar by default on mobile */
@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    top: 50px;
    left: -100%;
    height: calc(100% - 50px);
    width: 260px;
    background: #fff !important;
    z-index: 9999;
    transition: left 0.3s ease;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  }

  .sidebar.open {
    left: 0;
  }

  .main-content {
    padding: 20px;
  }

  .mobile-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1002;
  }

  .hamburger-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
  }
  .logout-btn {
    margin-top: 50%;
  }

  .custom-filter-dropdown {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    min-width: 320px;
    max-width: 420px;
    position: absolute;
    top: 40px;
    left: -20px;
    z-index: 999;
  }
}

.custom-filter-dropdown {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  min-width: 320px;
  max-width: 420px;
  position: absolute;
  top: 40px;
  z-index: 999;
}

.custom-filter-dropdown .form-check-label {
  font-weight: 600;
  font-size: 16px;
  color: #000 !important;
}

.custom-filter-dropdown .form-label {
  font-weight: bold;
}

.custom-filter-dropdown .input-group-text {
  background-color: transparent;
  border: none;
}

.custom-filter-dropdown .form-control {
  border-radius: 50px;
}

.btn-apply {
  background: linear-gradient(90deg, #00e1c8, #00c6ff);
  color: rgb(190, 183, 183);
  border-radius: 50px;
  font-weight: bold;
  border: none;
}

/* Designer toggle active style */
.nav-link-custom.active,
.nav-link-custom.active:focus,
.nav-link-custom.active:visited {
  background-color: #e6e1e1;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
}

/* Optional enhancement */
#designerList {
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
}
.designer-sub-list {
  display: none;
  flex-direction: column;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.designer-sub-list.show {
  display: flex;
}
.designer-sub-list a {
  font-size: 1rem;
  font-weight: 500;
  color: #4b5563;
  padding: 6px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.designer-sub-list a:hover {
  background-color: #00c6ff11;
  color: #000;
}

