/*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 {
  border: solid 1px #349534;
  background: #C9FFCA;
  color: #008000;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Calibri;
}

.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: 80px;
  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: 70px;
  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;
}

.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);
}

.tab.tab-custom {
  max-height: calc(77vh + 146px) !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 black;
  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{
  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;
}

/* .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;
}

/* Style checkboxes with a consistent blue color */
input[type="checkbox"] {
  accent-color: #007bff; /* Blue color for all browsers */
}

.treatmentHeader{
    color: #000;
    font-weight: bolder;
    font-size: larger;
    text-decoration: underline;
    padding-top: 10px;
}