/*All the css changes added by developer should come here*/

a {
  cursor: pointer;
}

/* .loader {
  border: 16px solid #f3f3f3;
  Light grey
  border-top: 16px solid #3498db;
  Blue
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
} */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Login Page */
.admin-login .btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: #3A8AC7;
}

.edit-modal-main .modal-save-btn {
  margin-inline: 2px;
}

.delete-modal-main .modal-close-btn {
  margin-inline: 4px;
}


/* Style for the dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Style for the dropdown header */
.dropdown-header {
  padding: 1px 4px !important;
  cursor: pointer;
  color: black !important
}

/* Style for the dropdown list */
.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  /* width: 100%; */
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  max-height: 100px;
  overflow-y: scroll
}

/* Style for each dropdown item */
.dropdown-item {
  padding: 1px 4px !important;
  cursor: pointer;
}

.dropdown-item:hover {
  box-shadow: 0 0 10px 100px #1882A8 inset;
}

.react-datepicker-wrapper,
.react-datepicker__input-container,
.react-datepicker__input-container input {
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 120px;
  margin-right: 10px;
}

.react-datepicker__year-wrapper {
  max-width: 210px !important;
}

.yearOnlyWidth {
  width: 60px;
}

.yearMonthWidth {
  width: 85px;
}


.datePicker {
  width: 120px;
}

.rdtPicker {
  background-color: #f1f1f1 !important;
}

/* .rdtPicker td.rdtDay:hover {
   background-color: #134928 !important; 
} */
.rdtPicker thead tr:first-of-type th:hover {
  background: #3A8AC7 !important;
}

.rdtPicker thead:first-child {
  background-color: #3A8AC7 !important;
  font-size: medium;
  color: white !important;
}

/* .rdtPicker thead:first-child:hover {
  background-color: #3A8AC7 !important;
}  */
.rdtDays table tbody {
  border: none
}

.rdtMonths table tbody {
  border: none
}

.rdtYears table tbody {
  border: none
}

/* remove white gap between blue portion and footer */
/* .admin-login {
  height: 618px
} */

/* AG GRID */
/* .no-border:focus {
  border: none !important;
} */
.ag-cell-focus,
.ag-cell-no-focus {
  border: none !important;
}

/*This CSS is to not apply the border for the column having 'no-border' class */
.no-border.ag-cell:focus {
  border: none !important;
  outline: none;
}

.ag-cell {
  font-size: 16px;
  /* text-align: center; */
}

.ag-header-cell {
  font-size: 15px;
}

.ag-row,
.ag-paging-panel {
  border: none !important
}

/* .W100 {
width: 100px !important;
 } */
/* DISPLAY MESSAGES */
.clean-error {
  text-align: center;
  border: solid 1px #CC0000;
  background: #F7CBCA;
  color: #CC0000;
  padding: 5px;
  margin-bottom: 0;
  font-weight: 600;
}

.clean-ok {
  text-align: center;
  border: 2px solid #349534;
  background-color: #C9FFCA;
  color: #349534;
  padding: 5px;
  margin-bottom: 0;
  font-weight: 600;
}

.top-right {
  position: absolute;
  right: 10%;
  top: 10%;
}

select {
  cursor: pointer;
}

.q14-padding-temporary {
  padding-left: 18px !important;
}

.edited-row {
  background-color: aliceblue !important;
}

.forgot-password-hyperlink:hover {
  color: #0645AD;
}

.reset-password {
  min-height: 85vh;
}

/* Epcoritamab Page */
.custom-dropdown-caret .dropdown-toggle::after {
  color: #8a8a8a !important;
}

.epcoritamab-custom-dropdown-button {
  background-color: white !important;
  color: black !important;
  outline: none !important;
  /* border: none !important; */
  padding: 0px 5px 4px 5px !important;
  margin-right: 10px;
  border: 1px solid #adadad !important;
  width: 160px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.epcoritamab-custom-dropdown-button:focus {
  box-shadow: none;
  border: 1px solid #838383 !important;
}

.epcoritamab-custom-dropdown-menu {
  max-height: 150px;
  overflow-y: scroll;
  min-width: 110px !important;
  overflow-x: hidden
}

/* Epcoritamab Page END*/
.custom-dropdown-button {
  background-color: white !important;
  color: black !important;
  outline: none !important;
  /* border: none !important; */
  padding: 0px 5px 4px 5px !important;
  margin-right: 10px;
  border: 1px solid #adadad !important;
  width: 70px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  /* text-decoration: underline !important;
text-decoration-color: #a9a9b1 !important; */
}

.custom-dropdown-button:focus {
  box-shadow: none;
  border: 1px solid #838383 !important;
}

.custom-dropdown-menu {
  width: 150px;
  min-width: 70px !important;
  max-height: 150px;
  /* overflow-y: scroll; */
  overflow-x: hidden;
}

.custom-dropdown-item-selected {
  color: #fff;
  text-decoration: none;
  background-color: #1882A8 !important;
}

.w110 {
  width: 110px
}

.vertical-pad-15 {
  padding: 15px 0;
}


.Demographic-custom-dropdown-menu {
  max-height: 150px;
  overflow-y: scroll;
  min-width: 80px !important;
  overflow-x: hidden;
  text-align: center;

  /* Hide scrollbar for Chrome, Safari and Opera */
  ::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}


.histologic-grade-container {
  color: blue;
  cursor: pointer;
  /* Optional: changes cursor to pointer on hover */
  white-space: pre;
  /* Preserve whitespace in the title attribute */
}

.histologic-grade {
  text-decoration: underline;
}



.histologic-grade-container:hover::after {
  display: block;
}

.leftPad8 {
  padding-left: 8px !important
}

.date-field-padding {
  padding-top: 4px;
}

.date-field-padding-left {
  padding-left: 15px;
}

.pad-left-28 {
  margin-left: 28px !important;
}

.long-text-option {
  display: flex;
  align-items: baseline
}

.date-invalid-error {
  color: red;
  font-size: 14px;
  padding-left: 15px;
  margin-left: 12px;
}


/* modal */
.modal-content-inclusion .modal-content {
  min-width: 750px;

}

.modal-body .modal-inclusion {
  max-height: 500px;
  overflow-y: auto;
  /* scrollbar-width: none; */
  overflow: hidden;
}

.section-min-height {
  min-height: 72vh;
}


.survey-introduction-section.Survey-footer-section {
  min-height: calc(77vh + 5px)
}

.survey-introduction-section.Survey-footer-sectionSave {
  min-height: calc(83vh + 5px);
}

.Survey-footer-sectionSave.custom-height{
  min-height: calc(100vh - 410px) !important;
}

.tab.tab-custom {
  max-height: calc(77vh + 187px) !important;
}


.styled-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid black;
}

.styled-table td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  /* Align vertically in the middle */
  /* text-align: center; */
}

.styled-table td input[type="radio"] {
  display: block;
  margin: 0 auto;
  /* Centers the radio button horizontally */
}

/* Set width for the 2nd, 3rd, and 4th columns */
.styled-table td:nth-child(2),
.styled-table td:nth-child(3),
.styled-table td:nth-child(4) {
  width: 20%;
  /* Adjust this value to increase the column width */
}

.parent-checkbox {
  margin-left: 30px;
  /* Indent the parent checkbox under the main checkbox */
  margin-top: 10px;
  /* Add space above the parent checkbox */
}

.child-checkbox {
  margin-left: 60px;
  /* Further indent the child checkboxes under the parent checkbox */

}

/* Scrollbar on sidebar when sidebar content is more than page length */
/* .col-md-3 {
  overflow-y: scroll;
} */


/* <summary>
      date: 18-09-2024
      Name: ST
      description: CSS For Apendix Page
      <summary>*/
.modal-popup-container {
  padding: 20px;
}

.modal-popup-images {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  /* width: 60%; */
}

.modal-popup-title {
  text-align: justify;
}

.modal-para {
  text-align: justify;
}

.modal-popup-table-small {
  width: 30%;
  border-collapse: collapse;
  margin-top: 10px;
}

.modal-popup-table-large {
  width: 60%;
  border-collapse: collapse;
  margin-top: 20px;
}

.modal-popup-table-xlarge {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.modal-popup-table-header {
  /* background-color: #f0f0f0; */
  background-color: #D0CECE;
}

.modal-popup-table-header-cell,
.modal-popup-table-cell {
  border: 1px solid #808080;
  text-align: left;
  padding: 0 6px;
}

.thead-small {
  font-weight: 400;
  text-align: center;
}

.modal-popup {
  color: #0A58CA;
  text-decoration: underline;
  cursor: pointer;
}


/* SYJ Clinical Chanracterstics */

.question-19-a-custom {
  margin-left: 50px;
}

.question-19-a-sub-option-custom {
  margin-left: 50px;
}

.question-20-c-sub-option-custom {
  margin-left: 30px;
}

.question-21-sub-option-custom {
  margin-left: 30px;
}

.input_custome-space {
  margin-left: 5px;
}

.custom-modal-width {
  width: 90%;
  margin-left: 30px;
}

/* .input_custom_width {
  width: 30px !important;
} */

.input_custome-space_sm {
  width: 50px !important;
  margin-left: 10px;
}

/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.custom-venetoclax {
  text-align: center;
}

.custom-venetoclax-tr {
  padding: 8px;
}

.custom-width-veneto_27 {
  width: 15%;
}

.custom-width-veneto_26 {
  width: 50%;
}


/* css for new datepicker */
.custom-datepicker-inputbox .MuiOutlinedInput-notchedOutline {
  border: 1px solid #000;
}

/* .custom-datepicker-inputbox .css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root{
  color: #000 !important;
} */

.custom-datepicker-inputbox input::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.custom-datepicker-inputbox svg {
  fill: #000 !important;
}

.custom-datepicker-inputbox .Mui-disabled svg {
  fill: currentColor !important;
}

/* .custom-datepicker-inputbox{
  width: 180px !important;  
} */


/* css to increase bullet size */
.bullet-big {
  list-style: none;
  padding-left: 20px;
  margin-left: 30px;
  margin-top: 10px !important;
}

.bullet-big li {
  position: relative;
  margin-bottom: 10px;
}

.bullet-big li::before {
  content: '•';
  font-size: 40px;
  color: black;
  position: absolute;
  left: -25px;
  top: -10px;
  line-height: 1;
}

.date-bottom {
  margin-bottom: 10px;
}

/* Css form TLS page */
.option-fbox {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.option-fbox input[type="radio"] {
  margin-top: 6px;
}

.column-custom-width-120 {
  min-width: 120px;
}

.column-custom-width-245 {
  min-width: 245px;
}

.column-custom-width-400 {
  min-width: 400px;
}

.grid-overflow {
  overflow-x: auto;
}

.column-custom-width-170 {
  min-width: 170px;
}


.option-input-margin {
  margin-top: 6px;
}




/* datepicker css from emmpower*/

.custom-datepicker-inputbox input {
  height: 15px;
  margin-top: 0;
  padding: 9px 10px 8px;
  font-size: 14px;
  width: 95px;

}

.custom-datepicker-inputbox .css-lxfshk-MuiInputBase-root-MuiOutlinedInput-root {
  height: 28px;
  background-color: #e9ecef;
}

.custom-datepicker-inputbox .css-20bmp1-MuiSvgIcon-root {
  width: 20px;
  height: 20px;
}

.custom-datepicker-inputbox .css-1df20ln-MuiInputBase-input-MuiOutlinedInput-input::placeholder {
  color: #212529 !important;
}

.css-1dhy1zg-MuiPopper-root-MuiPickersPopper-root {
  z-index: 9 !important;
  /* zoom: 0.8 !important; */
}



/* .custom-datepicker-inputbox .MuiInputBase-formControl{
  padding-block: 4px !important;
} */
.custom-loop-back {
  background-color: #F6F6F6;
}

.custom-loop-back-white {
  background-color: #ffffff;
}

.custom-gap {
  gap: 6px !important;
}

.input_custome-space_margin {
  width: 50px !important;

}

.custom-radio-padding {
  margin-left: 10px;
}

.custom-spacing-lbl {
  gap: 9px !important;
  width: 347px;
}

.empty-dependent-section {
  display: none;
}

.get-patient-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* SYJ-15/10/2024 - Custom CSS fo TLS Tables */
.column-custom-width-150 {
  min-width: 150px !important;
  max-width: 150px !important;
  width: 150px !important;
}

.column-label-width {
  width: auto !important;
}

.column-custom-width-160 {
  min-width: 160px !important;
  max-width: 160px !important;
  width: 160px !important;
}

.column-custom-width-250 {
  min-width: 250px !important;
  max-width: 250px !important;
  width: 250px !important;
}

.column-custom-width-280 {
  min-width: 280px !important;
  max-width: 280px !important;
  width: 280px !important;
}

/* locked eligible  patient - disable patient*/
.eligibiltylocked div[disabled] {
  pointer-events: none;
  opacity: 0.9;
}

.Mui-disabled {
  opacity: 0.8 !important;
  -webkit-text-fill-color: #212529 !important;
  background-color: #f6f6f6;
}

/* Style checkboxes with a consistent blue color */
input[type="checkbox"] {
  accent-color: #007bff;
  /* Blue color for all browsers */
}

.treatment-header {
  color: #000;
  font-weight: bolder;
  font-size: larger;
  text-decoration: underline;
  padding-top: 10px;
}

.survey-content-box {
  min-height: calc(100vh - 399px);
}

.main-survey-button {
  padding-bottom: 36px;
}

.column-custom-width-200 {
  min-width: 200px !important;
  max-width: 200px !important;
}

.input-dash-size {
  width: 100px !important;
}

.column-custom-width-500 {
  min-width: 500px !important;
  max-width: 500px !important;
}

.column-custom-width-250 {
  min-width: 250px !important;
  max-width: 250px !important;
}

.column-custom-width-450 {
  min-width: 450px !important;
  max-width: 450px !important;
}


/* PatientScreening CSS */
.important-note {
  /* margin: 20px 0; */
  /* font-family: Arial, sans-serif; */
}

.important-note-title {
  font-size: 18px;
  font-weight: bold;
}

.important-note-description {
  font-weight: 400;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.important-note-list {
  list-style-type: none;
  /* Remove default bullets */
  margin-left: 40px;
  padding: 0;
}

.important-note-item {
  margin-bottom: 10px;
  /* Add spacing between items */
  position: relative;
  /* Relative position for custom marker */
  padding-left: 20px;
  /* Add padding to shift the text */
}

.important-note-item::before {
  content: "–";
  /* Use en dash as the marker */
  position: absolute;
  /* Position the marker absolutely */
  left: 0;
  /* Align it to the start of the item */
  top: 0;
  /* Keep it aligned with the first line */
}



/* EligibilityCriteria CSS */
.date-control {
  margin-bottom: 10px;
  margin-left: 27px;
}

.indigo-text {
  color: steelblue;
}

.text-margin {
  margin-left: 15px;
}

.estimated-date-padding {
  padding-left: 15px;
  /*28px */
  padding-top: 8px;
}

.input-width {
  width: 50px !important;
}

.input-width-dash {
  width: 80px !important;
}

.chk-padding {
  padding-left: 28px;
}

.optn-fbox {
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.double-dig-answers {
  padding-left: 36px;
}

.text-input-fbox {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.font-bold {
  font-weight: 500;
}


/* .mainContent
{
    padding: 20px 0px 10px 30px;   
} */
.borderTable {
  background-color: #FFF;
}

.borderTable ul {
  list-style-type: none;
  padding: 14px;
}

.containertd {
  padding: 12px;
}

.borderTable tr td {
  border-width: 1px !important;
  border: 1px solid #808080;
}

.borderTable tr td:first-child {
  width: 50%;
}

.borderTable tr td:nth-child(2) {
  width: 50%;
}

.assess-bulleted-list {
  list-style: disc;
  /* Ensures bullets are displayed */
  margin-left: 20px;
  /* Adjust as needed */
  padding-left: 20px;
  /* Ensures proper indentation */
}

.bg-baige {
  background-color: #EEECE1;
}

.bg-grey {
  background-color: #D9D9D9
}

.nested-table-header-cell {
  border-bottom: 0;
  border-right: 1px solid black;
  border-left: 0;
  border-color: inherit;
  padding: 8px;
  text-align: left;
  /* background-color: "#f2f2f2", */
}

.nested-table-body {
  border: 0px;
  border-color: inherit;
  overflow-x: auto;
  /* Enable horizontal scrolling */
  overflow-y: hidden;
  /* Disable vertical scrolling */
  white-space: nowrap;
  /* Prevent content from wrapping */
}

.checkbox-center {
  justify-content: center;
}

.input-custom-space {
  margin-left: 15px;
}

.not-applicable {
  padding-left: 15px;
  display: inline-block;
  font-weight: 500;
}

.margin-align {
  margin-left: 20px;
}

.align-items-text-circle {
  margin-left: 40px;
  list-style-type: circle;
}

.align-items-text-square {
  margin-left: 80px;
  list-style-type: square;
}

.important-note-item-circle {
  margin-left: 80px;
  list-style-type: circle;
}

.important-note-item-square {
  margin-left: 120px;
  list-style-type: square;
}

.survey-introduction-section ul.align-fix {
  list-style-type: none !important;
  padding-left: 0 !important;

}

.nested-table {
  display: inline-table;
  min-width: 100%;
}

.nested-table th {
  padding: 4px 12px;
}

.nested-table .custom-right-border {
  border-right: 1px solid #808080;
}

.nested-table td {
  align-content: flex-start;
}

.nested-table .custom-right-border-disabled {
  border-right: none !important;
}

.nested-table .custom-left-border-disabled {
  border-left: none !important;
}

.nested-table .custom-bottom-border-disabled {
  border-bottom: none !important
}

.relative-position {
  position: relative;
}

.floating-border {
  width: 1px;
  height: 5px;
  background-color: #808080;
  position: absolute;
  left: -2px;
  bottom: -5px;
}

.floating-border-two {
  width: 1px;
  height: 5px;
  background-color: #808080;
  position: absolute;
  right: -0.5px;
  bottom: -5px;
}

/* Side bar new changes */

.sidebar {
  height: -webkit-fill-available !important;
  width: 350px;
  position: fixed;
  z-index: 1;
  top: 232px;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  /* height: calc(100vh - 255px); */
  /* padding-top: 60px; */
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;

  padding: 10px 10px 10px 5px;
  background-color: #fff;
  color: #244D7A;
  border: none;
  position: fixed;
  top: 60%;
  left: 302px;
  z-index: 10;
  border-radius: 70px 0 0 70px;
}

.openbtn i {
  margin-bottom: 8px;
}

.openbtn:hover {
  /* background-color: #09305a; */
  background-color: #c7c7c7;
}

#main {
  transition: margin-left .5s;
  /* padding: 16px; */
  margin-left: 350px;
}


.openbtn.active {
  /* background-color: #fff;
  color: #244D7A; */
  background-color: #244D7A;
  color: white;
  /* border-radius: 70px 0 0 70px; */
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}

.openbtn.active:hover {
  /* background-color: #c7c7c7; */
  background-color: #09305a;
}

.note-type ul {
  padding-left: 2rem;
}

.custom-table-sec td {
  border: 1px solid #808080 !important;
  border-top: none;
}

.custom-table-sec th {
  border: 1px solid #808080 !important;
}

.table-th-sec {
  border: 1px solid !important;
  border-color: inherit;
  padding: 8px;
  text-Align: center;
  min-Width: 230px;
}


.important-item-circle {
  margin-left: 0;
  list-style-type: circle;
}

.custom-child-table {
  width: 100%;
}

.custom-child-table tr td:first-child,
.custom-child-table tr td:nth-child(2) {
  width: auto !important;
}

.custom-child-table tr th:first-child,
.custom-child-table tr td:first-child {
  border-left: none;
}


.custom-child-table tr td:last-child,
.custom-child-table tr th:last-child {
  border-right: none;
}

.custom-child-table tr:last-child td {
  border-bottom: none;
}

.custom-child-table th {
  border-top: none !important;
}

.custom-child-table tbody {
  border: none !important;
}


.custom-date-field-padding {
  /* padding-block: 3px; */
}

.fbox-justified {
  justify-content: center;
}

.custom-parent-cell-border {
  border-color: #808080 !important;
}

@media screen and (min-width: 1280px) {
  .custom-child-table-column th {
    border-top: none !important;
    width: 15%;
  }

  .custom-child-table-column th:first-child {
    width: 40% !important;
  }
}


/* SYJ Toggle Changes */
.form-check-input {
  height: 1.3em !important;
  width: 2.6em !important;
}

.form-check-input:checked {
  background-color: #198754 !important;
  /* Green when checked */
}

.form-check-input:not(checked) {
  background-color: #ff3333 !important;
}


.parent-custom-bottom-border-disabled {
  border-bottom: none !important
}

.dashboard-header-text-wrapper .ag-header-cell-text {
  /* text-wrap-mode: wrap; - removed: Unexpected unknown property "text-wrap-mode" (sonar issue)*/
  text-wrap: wrap;;
}

.custom-dropdown-padding {
  padding: 7px 5px !important;
}

.w150 {
  width: 150px !important;
}

.survey-content-box-eligibility {
  min-height: calc(100vh - 471px);
}

.custom-th-width th {
  min-width: 260px;
}

.custom-th-width tr th:first-child {
  min-width: 400px;
}

.custom-column-table tr td {
  min-width: 250px !important;
  max-width: 250px !important;
}

.padding-zero {
  padding: 0 !important;
}

.negative-margin {
  margin: -1px -2px;
}



/* AG-71 - Added new css for page structure changes */
.survey-section-content .survey-question-section {
  padding: 20px;
  background-color: #EEEEEE;
}
.center-info-padding {
    padding-inline: 20% !important;
}
.survey-section-content .negative-spacing {
  margin-block: -8px;
}

.block-border {
  border: 1px solid #808080;
  padding: 6px;
}

.custom-table table {
  width: 100%;
}

.custom-table th,
.custom-table td {
  border: 1px solid #808080;
  padding: 5px 8px;
  background-color: #fff;
}

.survey-section-content .survey-question-section .survey-question-content {
  /* padding-block: 0px 20px; */
  /* background-color: #fff; */
}
.option-without-input input {
    margin-top: 6px;
}
.survey-question-content .question-answer .question {
  display: flex;
  /* padding-inline: 6px; */
}
.survey-introduction-content .question-answer .question {
  display: flex;
  padding-inline: 6px;
}
.survey-section-content .top-padding {
  padding-block: 1px;
}

.survey-question-content .custom-table-col td {
  /* width: 50% !important; */
  width: auto !important;
}

.survey-question-content .block-margin {
  margin-block: 0 12px;
}
.survey-question-content .question-bot-sapce {
  padding-bottom: 18px
}
.survey-introduction-content .question-bot-sapce {
  padding-bottom: 40px
}

.survey-section-content .padding-disabled {
  padding: 0 !important;
}

.loop-section-ul {
  border: 1px solid #a5a5a5;
  background-color: #fff;
  border-radius: 5px;
  /* margin-top: 10px; */
  margin-bottom: 6px;
  /* padding-inline: 10px; */
  /* padding-right: 10px; */
  padding-block: 3px;
  /* background-color: #F6F6F6; */
  /* Important; */
  margin-top: 12px;
}

/* .nested-table{
  margin: -0.5px -1px -1px -1px;
  width: calc(100% + 2px) !important;
} */


.containertd {
  padding: 12px;
}

.padding-zero {
  padding: 0 !important;
}

.custom-enhanced-padding {
  padding-block: 21px !important;
}

.grey-bg {
  background-color: #eeeeee !important;
}

.white-bg {
  background-color: #fff !important;
}

.custom-top-padding {
  padding-top: 8px;
}

.custom-top-spacing {
  margin-top: 6px;
}

/* Abbreviation Page */
.abbreviation-container {
  width: 100%;
  /* padding: 20px; */
  display: flex;
  justify-content: center;
  /* Centers the table horizontally */
}

.abbreviation-title {
  text-align: left;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.abbreviation-table {
  width: 50%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid black;
}

.abbreviation-th,
.abbreviation-td {
  border: 1px solid black;
  text-align: left;
  padding: 10px;
}

.abbreviation-th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.abbreviation-list {
  padding-left: 20px;
}

.abbreviation-list ul {
  padding-left: 20px;
  list-style-type: circle;
}

.abbreviation-footer {
  text-align: left;
  font-size: 0.9rem;
  margin-top: 10px;
}

/* Set fixed column widths */
.abbreviation-th:first-child,
.abbreviation-td:first-child {
  width: 25%;
  /* Adjust width as needed */
}

.abbreviation-th:last-child,
.abbreviation-td:last-child {
  width: 25%;
  /* Adjust width as needed */
}

.negative-margin-two {
  margin: -1px -1px -1px -0.78px;
  width: calc(100% + 2px);
}

.negative-margin-three {
  margin: -1px 0.3px;
}

/* AG-M-107 */
.custom-center-spacing {
  margin-left: 8px;
}

.borderTable-custom td {
  width: 33.33% !important;
}

/* AG-M-105 */
.indent-treatment-name {
  padding-left: 20px;
}

.grecaptcha-badge {
  bottom: 45px !important;
}

/* AG-M-105*/
.custom-child-table.custom-head-border th {
  border-top: 1px solid #808080 !important;
}

.frozen-col-view {
  margin: auto;
  width: 100%;
  position: relative;
}

.frozen-col-wrapper {
  position: relative;
  overflow: auto;
  white-space: nowrap;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  text-wrap: wrap;
}

.first-col {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  left: 0px;
}

.floating-border-left {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 15px);
  width: 1px;
  background-color: #808080;
  z-index: 2;
}

.floating-border-right {
  position: absolute;
  top: 0;
  left: 300px;
  height: calc(100% - 15px);
  width: 1px;
  background-color: #808080;
  z-index: 1;
}


th,
td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.custom-head-size {
  min-width: 265px;
  max-width: 265px;
}

.custom-child-tables {
  width: 100%;
}

.position-rel {
  position: relative;
}

.floating-bottom-border {
  position: absolute;
  width: 300px;
  height: 1px;
  /* background-color: #808080; */
  border-top: 1px solid #808080;
  top: -6px;
  left: -8px;
  z-index: 9;
}

.first-col.border-none {
  border: none !important;
}

.floating-head-border {
  top: -29px !important;
}

/* .custom-child-tables tr th:first-child{
  border-top: none !important;
} */

.left-margin-custom {
  margin-left: 28px !important;
}


.custom-width-td td {
  width: 25% !important;
}

.negative-margin-two td {
  width: 272px !important;
}

.question-bold {
  font-weight: bold;
}

.cust-align {
  text-align: center !important;
}

.cust-pad {
  padding: 10px !important;
}

.cust-td-pad {
  padding: 12px !important;
}

.custom-th-width th {
  min-width: 300px !important;
}

.border-table-fifty tr td {
  width: 70%;
}

/* SYJ- 02/04/2025 - Custome styling to Fix borders for Sticky header table. */
.custom-position-rel {
  position: relative;
}

.custom-position-rel .floating-border-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
}

.custom-position-rel .floating-border-left {
  position: absolute;
  top: 0;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #808080;
}

.custom-position-rel .floating-border-left-first {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #808080;
}

.grey-bg-custom {
  background-color: #eee;
}

.cell-width-twoSeventy td:nth-child(2) {
  min-width: 270px !important;
  max-width: 270px !important;
  width: 270px !important;
}

.pointer-class{
  cursor: pointer;
}

.borderTable.borderTable-auto-width tr td:first-child,
.borderTable.borderTable-auto-width tr td:nth-child(2){
     width: auto;
}
.disabled-cell {
  opacity: 0.5;           /* gray out */
  pointer-events: none;   /* disable clicks */
  background-color: #f5f5f5; /* optional: make it look visually disabled */
}



/* Parent and child grouping styles */
.treatment-group {
  margin-bottom: 30px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.treatment-group-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.treatment-group-header::before {
  content: "💊";
  font-size: 20px;
}

.treatment-group-content {
  padding: 20px;
}

.parent-treatment-row {
  background: #f8f9fa;
  border-left: 4px solid #667eea;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.child-treatment-row {
  background: #ffffff;
  border-left: 4px solid #ffa726;
  padding: 20px;
  margin: 10px 0 10px 40px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
}

.child-treatment-row::before {
  content: "↳";
  position: absolute;
  left: -30px;
  top: 20px;
  font-size: 24px;
  color: #ffa726;
}

.child-treatment-badge {
  display: inline-block;
  background: #ffa726;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.treatment-field-group {
  margin-bottom: 20px;
}

.treatment-field-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.treatment-field-content {
  margin-left: 10px;
}

.reason-checkboxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
}

.reason-checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}

.section-divider {
  height: 2px;
  background: linear-gradient(to right, #e0e0e0, transparent);
  margin: 30px 0;
}
