/*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 */
  position: relative;
}

.histologic-grade {
  text-decoration: underline;
}

.tool-tip-custom {
  position: absolute;
  left: 3px;
  top: 24px;
  background-color: #fff;
  padding: 4px 6px;
  border: 1px solid #7e7e7e;
  font-size: 12px;
  font-family: inherit;
  color: #000;
  font-weight: 400;
}


.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;
}

.no-lab-cell .styled-table td input[type="radio"] {
  display: block;
  margin: 0 auto; /* Centers the radio button horizontally */
}

.med-table .styled-table td {
  text-align: left;
}

.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;
}


.custom-tool-tip {
  position: absolute;
  right:0;
  top: 24px;
  background-color: #fff;
  padding: 4px 6px;
  border: 1px solid #7e7e7e;
  font-size: 12px;
  font-family: inherit;
  color: #000;
  font-weight: 400;
}

.checkbox-text-padding {
  padding-left: 35px;
}

/* Style checkboxes with a consistent blue color */
input[type="checkbox"] {
  accent-color: #007bff; /* Blue color for all browsers */
}

.labTableNota{
  /* border: 2px solid #000;
  padding-block: 4px;
  border-top: none; */
}

.indent-check {
  margin-left: 41px;
}

.indent-sub-radio {
  margin-left: 14px;
}


.rich-textbox {
  min-height: 100px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  direction: ltr;
}



.hello {
  height: 2500px;
  margin-left: 100px;
  font-family:Arial, Helvetica, sans-serif;
}


.tab-content-fbox {
  display: flex;

}