/* Section heading */
.ca-section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 24px;
	color: black;
  }
  
  /* Question text */
  .ca-question-text {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
	color: black;
  }
  
  /* YES / NO buttons */
  .ca-yesno-group {
	display: inline-flex;
	gap: 16px;
  }
  
  .ca-btn-yes,
  .ca-btn-no {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 10px 32px;
	border-radius: 999px;
	border: none;
  }
  
  /* green YES */
  .ca-btn-yes {
	background-color: #00A42B;
	color: #ffffff;
  }
  
  /* red NO */
  .ca-btn-no {
	background-color: #E02424;
	color: #ffffff;
  }
  
  /* Need help link */
  .ca-help-link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #0433FF;
	text-decoration: underline;
	cursor: pointer;
  }
  
  /* Symphonic help “modal” styling */
  .symphonic-help-modal {
	background-color: #BCC8FB;
	border-radius: 16px;
	border: 1px solid #0433FF;
	padding: 24px 28px;
	color: #0433FF;
	font-family: 'Montserrat', sans-serif;
  }
  
  .symphonic-help-header {
	/* text-align: right; */
	margin-bottom: 4px;
  }
  
  .symphonic-help-close span {
	color: #0433FF;
	font-size: 20px;
  }
  
  .symphonic-help-body p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
  }
  
.symphonic-help-window .modal-dialog {
	max-width: 520px;
	width: 100%;
	margin: 60px auto;
  }
  
  .symphonic-help-window .modal-content {
	background: transparent;
	border: none;
	box-shadow: none;
  }
  
  .symphonic-help-modal {
	background-color: #BCC8FB;
	border-radius: 16px;
	border: 2px solid #0433FF;
	padding: 16px 24px 24px;
	color: #0433FF;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  }
  
  .symphonic-help-header {
	color: #0433FF;
	display: flex;
	align-items: center;
  }
  
  .symphonic-help-header .modal-header {
	flex: 1;
	text-align: center;
  }
  
  .symphonic-help-header .symphonic-help-close {
	margin-left: auto;
  }

  .symphonic-help-header-center {
	color: #0433FF;
	display: flex;
	justify-content: center;
  }
  
  /* X button */
  .symphonic-help-close {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1;
  }
  
  .symphonic-help-close span {
	color: #0433FF;
	font-size: 40px;
	font-weight: 500;
  }
  

  .symphonic-help-divider {
	border: 0;
	border-top: 1px solid #0433FF;
	margin: 8px -24px 16px;
  }
  
  /* Body text */
  .symphonic-help-body p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
  }
  
  .symphonic-help-footer {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
  }
  
  .symphonic-help-footer a {
	color: #0433FF;
	text-decoration: underline;
  }


.ca-ensemble-search {
	font-family: 'Montserrat', sans-serif;
  }
  
  /* Helper text above search */
  .ca-ensemble-helper {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 16px;
	color: #000;
  }
  
  /* Input row */
  .ca-ensemble-input-row {
	margin-bottom: 8px;
  }
  
  .ca-ensemble-input-wrapper {
	margin-bottom: 8px;
  }
  
  .ca-ensemble-input {
	border-radius: 999px;
	border: 2px solid #0433FF;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 16px;
	box-shadow: none;
  }
  
  .ca-ensemble-cant-find {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
  }
  
  .ca-ensemble-add-btn {
	display: inline-block;
	margin: 8px auto 18px;
	padding: 10px 40px;
	border-radius: 999px;
	border: none;
	background-color: #0433FF;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  }
  
  .ca-ensemble-add-btn:hover,
  .ca-ensemble-add-btn:focus {
	background-color: #002fd0;
	outline: none;
  }
  
  .ca-ensemble-no-results {
	margin-top: 16px;
	font-size: 14px;
  }
  
  .ca-ensemble-results-title {
	font-weight: 600;
	font-size: 14px;
	margin: 12px 0 6px;
	color: #000;
  }
  
  .ca-ensemble-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
  }
  
  .ca-ensemble-table thead tr {
	background-color: #e5edf9;
  }
  
  .ca-ensemble-table th,
  .ca-ensemble-table td {
	padding: 8px 10px;
	vertical-align: middle;
	border-top: 1px solid #f0f0f0;
  }
  
  .ca-ensemble-table th {
	font-weight: 600;
	color: #444;
  }
  
  .ca-ensemble-col-select {
	width: 90px;
	text-align: left;
  }
  
  .ca-ensemble-select-btn {
	border: none;
	border-radius: 999px;
	padding: 6px 18px;
	background-color: #00A42B;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
  }
  
  .ca-ensemble-select-btn:hover,
  .ca-ensemble-select-btn:focus {
	background-color: #008521;
	outline: none;
  }

  .ca-checkbox-box label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
  }

  .remove-selected-btn {
	border: none;
	border-radius: 999px;
	padding: 3px 12px;
	background-color: #b81d1d;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
  }
  
  .remove-selected-btn:hover,
  .remove-selected-btn:focus {
	background-color: #ff0000;
	outline: none;
  }


  /* Layout helpers */
  .d-flex-start {
	display: flex;
	justify-content: start;
	align-items: center;
  }
  
  /* Header */
  .comp-section-title {
	font-size: 1.0rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
  }

  .comp-need-help-link {
	background: none;
	border: none;
	padding: 0;
	margin-left: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #0433FF;
	text-decoration: none;
	cursor: pointer;
  }

  .composition-search {
	font-family: 'Montserrat', sans-serif;
	color: #000;
  }
  
  .comp-helper-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 18px;
  }
  
  .comp-helper-strong {
	font-family: 'Montserrat';
	font-weight: 700;
  }
  
  /* Inputs row */
  .comp-search-row {
	margin-bottom: 1.5rem;
  }
  
  .comp-input-label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 6px;
  }
  
  .comp-input-wrapper {
	position: relative;
  }
  .comp-select {
	border-radius: 999px;
	border: 2px solid #0433FF;
	font-family: 'Montserrat', sans-serif;
  }

  .comp-select:focus {
	outline: none;
	border-color: #0433FF;
	box-shadow: 0 0 0 2px rgba(4, 51, 255, 0.15);  /* subtle glow */
  }
  .comp-input {
	border-radius: 999px;
	border: 2px solid #0433FF;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 42px 10px 18px;
	box-shadow: none;
  }
  
  .comp-input::placeholder {
	color: #b8b8b8;
	opacity: 1;
  }
  
  .comp-input:focus {
	outline: none;
	border-color: #0433FF;
	box-shadow: 0 0 0 2px rgba(4, 51, 255, 0.15);  /* subtle glow */
  }
  
  .comp-input-spinner {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
  }
  
  .comp-radio-group {
	margin-top: 12px;
	display: flex;
	gap: 28px;
	align-items: center;
  }
  
  .comp-radio-pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
  }
  
  /* hide the default radio */
  .comp-radio-pill input[type="radio"] {
	position: absolute;
	opacity: 0;
  }
  .comp-radio-pill span {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	line-height: 20px;
	font-size: 15px;
  }
  
  /* custom circle */
  .comp-radio-pill span::before {
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 999px;
	border: 2px solid #0433FF;
	margin-right: 0;
	background: #ffffff;
	box-sizing: border-box;
	flex: 0 0 24px;
  }
  
  .comp-radio-pill input[type="radio"]:checked + span::before {
	background: #ffffff;
	border-color: #0433FF;
  }
  .comp-radio-pill span::after {
	content: '';
	position: absolute;
	left: 12px;
	top: 45%;
  
	width: 7px;
	height: 12px;
  
	border-right: 2px solid #0433FF;
	border-bottom: 2px solid #0433FF;
  
	transform: translate(-50%, -55%) rotate(45deg);
  
	opacity: 0;
	transition: opacity 120ms ease, transform 120ms ease;
  }
  
  .comp-radio-pill input[type="radio"]:checked + span::after {
	opacity: 1;
  }
  /* Add new composition section */
  .comp-add-new-text {
	font-family: 'Montserrat';
	font-size: 1rem;
	margin-bottom: 0.75rem;
  }
  
  .comp-approval-hint {
	font-size: 0.9rem;
	font-family: 'Montserrat';
	margin-bottom: 1rem;
  }
  
  .comp-add-new-btn {
	border-radius: 999px;
	padding: 12px 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	background-color: #0433FF;
	border: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  }
  
  .comp-add-new-btn:hover,
  .comp-add-new-btn:focus {
	background-color: #002fd0;
	outline: none;
  }
  
  /* Results */
  .comp-results-title {
	font-weight: 600;
	margin-bottom: 0.25rem;
  }
  
  .comp-results-sub {
	font-weight: 400;
  }
  
  .comp-results-hint {
	font-size: 0.9rem;
  }
  
  .comp-edit-link {
	margin-left: 0.75rem;
  }
  
  /* Results table */
  .comp-results-table thead th {
	border-bottom-width: 2px;
  }
  
  .comp-select-cell {
	width: 90px;
  }
  
  .comp-select-btn {
	background-color: #00A42B;
	border: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 18px;
	border-radius: 999px;
  }
  
  .comp-select-btn:hover,
  .comp-select-btn:focus {
	background-color: #008521;
	outline: none;
  }
  
  .comp-denied-icon {
	color: #ffffff;
	font-size: 16px;
  }

  .ensemble-edit-header {
	display: flex;
	color: #0433FF;
	align-items: center;
	justify-content: space-between;
  }
  .ensemble-edit .modal-dialog {
	max-width: 1000px;
	width: 100%;
	margin: 60px auto;
  }
  .ensemble-edit .modal-content {
	background: transparent;
	border: none;
	box-shadow: none;
  }
  .ensemble-edit-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
	text-transform: none;
  }

  .ensemble-selected-label {
	font-size: 16px;
	font-weight: 600;
  }
  
.ensemble-edit-footer {
	margin-top: 16px;
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.pill-btn-group {
	display: flex;
	gap: 20px;
	margin-top: 15px;
	justify-content: center;
}

.pill-btn-groupleft {
	display: flex;
	gap: 20px;
	justify-content: left;
	flex-wrap: wrap;
}
.pill-btn {
	border: none;
	cursor: pointer;
	border-radius: 999px;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	white-space: nowrap;
}
  
.pill-btn-green {
	font-family: 'Montserrat', sans-serif;
	background-color: #2E8B00;
	padding: 10px 34px;
}
  
.pill-btn-yellow {
	font-family: 'Montserrat', sans-serif;
	background-color: #c79500;
	padding: 10px 34px;
}
.pill-btn-red {
	font-family: 'Montserrat', sans-serif;
	background-color: #C70000;
	padding: 10px 34px;
}
.pill-btn-blue {
    background-color: #0433FF;
    border-radius: 999px;
    border: none;
    padding: 10px 34px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

.pill-btn-blue:hover,
.pill-btn-blue:focus {
    opacity: 0.9;
}

.pillsync-btn-blue {
    background-color: #0433FF;
    border-radius: 999px;
    border: none;
    padding: 10px 34px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}
.pillsync-btn-blue.is-selected {
    background-color: #2E8B00;
}

.pill-btn[disabled],
.pill-btn.ng-disabled,
.pill-btn-blue[disabled],
.pill-btn-blue.ng-disabled,
.pill-btn-green[disabled],
.pill-btn-green.ng-disabled,
.pill-btn-yellow[disabled],
.pill-btn-yellow.ng-disabled,
.pill-btn-red[disabled],
.pill-btn-red.ng-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
  filter: grayscale(25%);
  pointer-events: none;
}
  
  .pill-btn:hover {
	opacity: 0.7;
  }
  
  .pill-btn-group .btn {
	border-radius: 999px !important;
  }

  .medley-warning-box {
    background-color: #FFE2E2;
    border: 3px solid #CC0000;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 20px 0;
}
.medley-warning-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #b30000;
    margin-bottom: 25px;
}

.red-warning-box {
    background-color: #FFE2E2;
    border: 3px solid #CC0000;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 20px 0;
    text-align: left;
}

.alert-secondary-box {
    background-color: #e2e3e5;
    border: 3px solid #383d41;
	color: #383d41;
    border-radius: 20px;
    padding: 10px 10px;
    margin: 10px 0;
}

.alert-default-box {
    background-color: #ebecec;
    border: 1px solid #d9dadb;
	color: #383d41;
    border-radius: 12px;
    padding: 10px 10px;
    margin: 10px 0;
}

.warning-box {
    background-color: #ffecb5;
    border: 3px solid #c79500;
    border-radius: 20px;
    padding: 10px 10px;
    margin: 10px 0;
}

.alert-blue-box {
	background-color: #BCC8FB;
	border-radius: 20px;
	border: 3px solid #0433FF;
	padding: 10px 10px;
	margin: 10px 0;
	color: #0433FF;
	font-family: 'Montserrat', sans-serif;
  }

.warning-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #c79500;
    margin-bottom: 25px;
}
.date-pill-field input,
.date-pill-field .form-control {
	border-radius: 999px;
	border: 2px solid #0433FF;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #0433FF;
	box-shadow: none;
	padding: 10px 12px;
}

.date-pill-field input::placeholder,
.date-pill-field .form-control::placeholder {
	color: #0433FF;
	opacity: 1;
}

.date-pill-field input:focus,
.date-pill-field .form-control:focus {
	outline: none;
	border-color: #0433FF;
	box-shadow: 0 0 0 2px rgba(4, 51, 255, 0.15);
}

.date-pill-field .input-group-addon {
	background: transparent;
	border: none;
}

.pill-input-group {
	max-width: 240px;
}

.pill-input{
	border-radius: 999px 0 0 999px;
	border: 2px solid #0433FF;
	border-right: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 12px;
	color: #0433FF;
	box-shadow: none;
}

.pill-input::placeholder {
	color: #0433FF;
	opacity: 1;
}

.pill-input:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(4, 51, 255, 0.15);
}

.pill-input-group .pill-input-addon {
	background-color: #0433FF;
	border: 2px solid #0433FF;
	border-left: none;
	border-radius: 0 999px 999px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 6px 12px;
}

.pill-input-group .pill-input-addon-red {
	background-color: #df0303;
	border: 2px solid #df0303;
	border-left: none;
	border-radius: 0 999px 999px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 6px 12px;
}

.pill-input-group .input-group-addon {
	min-width: 56px;
	text-align: center;
}

.ad-license-select {
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
}

.ad-license-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 16px;
	color: #000;
}

.ad-license-list {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.ad-license-row {
display: flex;
align-items: flex-start;
gap: 26px;
}

.ad-license-pill {
	width: 320px;
	min-height: 86px;
	border: none;
	border-radius: 999px;
	background: #0433FF;
	color: #fff;

	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;

	padding: 18px 22px;
	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 0 10px 18px rgba(0,0,0,0.18);
	cursor: pointer;
	transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}

.ad-license-pill:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 22px rgba(0,0,0,0.22);
}

.ad-license-pill:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(4, 51, 255, 0.18), 0 12px 22px rgba(0,0,0,0.22);
}

.ad-license-pill.is-selected {
	filter: brightness(0.98);
	box-shadow:
		0 0 0 4px rgba(4, 51, 255, 0.25),
		0 14px 26px rgba(0,0,0,0.28);
	position: relative;
}

.ad-license-pill.is-selected::after {
	content: '';
	position: absolute;
	inset: 6px;
	border-radius: 999px;
	border: 2px solid rgba(255,255,255,0.85);
	pointer-events: none;
}

.ad-license-desc {
	flex: 1;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #111;
	padding-top: 4px;
}
.ad-license-desc b,
.ad-license-desc strong {
	font-weight: 800;
}

.ad-license-desc p {
	margin: 0;
}

.ad-license-desc br {
	line-height: 18px;
}

@media (max-width: 767px) {
	.ad-license-row {
		flex-direction: column;
		gap: 12px;
	}
	.ad-license-pill {
		width: 100%;
		border-radius: 28px;
	}
}

.perf-radio-toggle {
	display: inline-flex;
	gap: 16px;
	margin: 6px 0 8px;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
}

.perf-radio-pill {
	position: relative;
	margin: 0;
	cursor: pointer;
	user-select: none;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 120px;
	padding: 10px 28px;
	border-radius: 999px;

	border: 2px solid #0433FF;
	background: #fff;
	color: #0433FF;

	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;

	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
}

.perf-radio-pill input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.perf-radio-pill:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(0,0,0,0.16);
}

.perf-radio-pill:focus-within {
	outline: none;
	box-shadow: 0 0 0 4px rgba(4, 51, 255, 0.18), 0 6px 14px rgba(0,0,0,0.16);
}

.perf-radio-pill.is-selected {
	background: #0433FF;
	color: #fff;
	border-color: #0433FF;
	box-shadow: 0 10px 18px rgba(0,0,0,0.18);
}

.money-input{
  position: relative;
  width: 100%;
}

.money-prefix{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #0433FF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  opacity: 0.9;
  pointer-events: none;
}

.money-field{
  border: 2px solid #0433FF !important;
  border-radius: 999px !important;   /* make it match your other pill inputs */
  padding-left: 34px !important;     /* space for the $ */
  font-family: 'Montserrat', sans-serif;
  box-shadow: none;
}

.money-field:focus{
  outline: none;
  border-color: #0433FF !important;
  box-shadow: 0 0 0 2px rgba(4, 51, 255, 0.15) !important;
}