/* ====================================
   Lead Details Drawer CSS - MINIMAL CONFLICT FIX
   Author: Preserves existing layout, adds copy functionality
   Description: Original styles + targeted overrides for copy functionality
   ==================================== */

/* ====================================
   ORIGINAL DRAWER STYLES - PRESERVED
   ==================================== */

.lead_details {
  max-width: 75% !important;
}

.lead_details .rs-drawer-dialog .rs-drawer-content {
  background: #ebf0f4 !important;
}

.lead_details .rs-drawer-dialog .rs-drawer-header {
  padding: 15px 0 10px 14px !important;
  height: 52px;
  border-radius: 10px;
  background: #fff;
  margin-left: 11px;
}

.lead_details .rs-drawer-dialog .rs-drawer-header .rs-drawer-actions {
  display: none !important;
}

.lead_details .rs-drawer-dialog .rs-drawer-header h4 {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.lead_details .rs-drawer-dialog .rs-drawer-header .rs-drawer-header-close {
  left: auto;
  right: 17px;
  color: rgba(0, 0, 0, 1);
}

/* ====================================
   ACTION BUTTONS - PRESERVED
   ==================================== */

.lead_details .rs-drawer-dialog .rs-drawer-body .row .popup-section-4-left-1 li {
  margin-right: 5px;
}

.lead_details .rs-drawer-dialog .rs-drawer-body .row .popup-section-4-left-1 li a span,
.lead_details .rs-drawer-dialog .rs-drawer-body .row .popup-section-4-left-1 li span {
  width: 31px;
  height: 29px;
}

.lead_details .rs-drawer-dialog .rs-drawer-body .row .popup-section-4-left-1 li a span svg,
.lead_details .rs-drawer-dialog .rs-drawer-body .row .popup-section-4-left-1 li span svg {
  transform: scale(1.25);
}










/* ====================================
   RIGHT SIDE STYLES - PRESERVED
   ==================================== */

.lead_details .rs-drawer-dialog .rs-drawer-body .row .popup-section-4-right ul li {
  flex: none !important;
}

.lead_details .rs-drawer-dialog .rs-drawer-body .row .popup-section-4-right .tab-content .popup-section-4-add-11 button {
  background: #3faefd;
  border-radius: 12px;
  position: absolute;
  bottom: 22px;
  right: 20px;
  color: #fff !important;
  padding: 8px 6px !important;
  height: 33px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.lead_details .rs-drawer-dialog .rs-drawer-body {
  padding: 8px 10px;
}

