.ant-btn.ant-btn-text {
  background: transparent;
}
.leads-list-page .ant-table-tbody tr td {
  cursor: pointer;
}
.ant-drawer .ant-drawer-header {
  border: none;
}
.stages-navigation .stage-drawer-wrapper {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-top: 4px solid #283FE0;
}
.stages-navigation .stage-drawer-wrapper:hover {
  color: #283FE0;
}
.stage-drawer-wrapper.active ~ .stage-drawer-wrapper {
  border-top: 4px solid #E3E8EF;
}
.product-description-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #364152;
  display: block;
}
.product-description-wrapper {
  border: 1px solid #CDD5DF;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 8px;
  border-width: 1px;
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
  gap: 8px;
}
.product-description-wrapper textarea {
  resize: none;
  border: none;
  padding: 0;
}
.product-description-wrapper textarea:focus,
.product-description-wrapper textarea:active,
.product-description-wrapper textarea:hover,
.product-description-wrapper textarea:visited {
  border: none;
  box-shadow: none;
}
.ant-form-item-control-input-content .ant-input-affix-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-form-item-control-input-content .ant-input-affix-wrapper .ant-input {
  border: none !important;
}
.ant-form-item.mb-0 {
  margin-bottom: 0 !important;
}
.notification-item {
  display: flex;
  padding: 14px 16px;
  margin-bottom: 2px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-left: 4px solid #d9d9d9;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.notification-item:hover {
  background-color: #fafbfc;
  border-color: #e6f7ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.notification-item.read {
  opacity: 0.7;
  background-color: #fafbfc;
}
.notification-item.read .notification-title {
  font-weight: 500;
  color: #595959;
}
.notification-item.read .notification-message {
  color: #8c8c8c;
}
.notification-item.lead {
  border-left-color: #d9d9d9;
}
.notification-item.lead .notification-unread-dot {
  background-color: #d9d9d9;
}
.notification-item.security {
  border-left-color: #d9d9d9;
}
.notification-item.security .notification-unread-dot {
  background-color: #d9d9d9;
}
.notification-item.account {
  border-left-color: #d9d9d9;
}
.notification-item.account .notification-unread-dot {
  background-color: #d9d9d9;
}
.notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 14px;
  background-color: #f5f5f5;
  border: 2px solid #d9d9d9;
}
.notification-icon img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 50%;
}
.notification-icon.lead {
  border-color: #d9d9d9;
  background-color: #f5f5f5;
}
.notification-icon.security {
  border-color: #d9d9d9;
  background-color: #f5f5f5;
}
.notification-icon.account {
  border-color: #d9d9d9;
  background-color: #f5f5f5;
}
.notification-content {
  flex: 1;
  min-width: 0;
}
.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}
.notification-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.notification-subheading {
  font-size: 10px;
  color: #8c8c8c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.notification-timestamp {
  font-size: 10px;
  color: #bfbfbf;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.notification-title {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 8px;
  line-height: 1.4;
}
.notification-title a {
  color: inherit;
  text-decoration: none;
}
.notification-title a:hover {
  color: #1890ff;
}
.notification-message {
  font-size: 12px;
  color: #595959;
  line-height: 1.4;
  margin-bottom: 0;
}
.read .notification-message {
  color: #8c8c8c;
}
.notification-timestamp-bottom {
  font-size: 11px;
  color: #bfbfbf;
  font-weight: 400;
  margin-top: 8px;
}
.notification-actions {
  display: flex;
  gap: 4px;
  margin-left: 8px;
}
.notification-actions .ant-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  color: #595959;
}
.notification-actions .ant-btn:hover {
  border-color: #1890ff;
  color: #1890ff;
}
.notification-unread-dot {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1890ff;
}
.notification-unread-dot.lead {
  background-color: #52c41a;
}
.notification-unread-dot.security {
  background-color: #ff4d4f;
}
.notification-unread-dot.account {
  background-color: #1890ff;
}
.input-with-addon input.ant-input.ant-input-outlined.site-input-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-form-show-help-item-appear {
  display: none !important;
}
.ant-menu-submenu .ant-menu-submenu-title {
  padding-left: 14px !important;
  padding-right: 14px !important;
  /* width: 24px; */
  margin: 0 auto;
}
.ant-select-selector .ant-select-selection-search-input {
  font-size: 14px !important;
}
