body {
  font-family: Inter;
  padding: 0;
  background: #fcfcfd;
}

.logout-button {
  color: #0ba5ec;
}

.separate-line {
  border-bottom: 1px solid #e5e5e5;
}

.page-navbar {
  height: 85px;
}

.add-modal-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
}

.create-button {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #039855;
  background: url("public/sucess.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 81px;
}

.create-button:hover {
  color: #039855;
  text-decoration: underline;
}

.cancel-button-custom {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fd053f;
  background: url("public/cancel.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 81px;
}

.cancel-button-custom:hover {
  color: #fd053f;
  text-decoration: underline;
}

.save-button {
  width: 66px;
}
.discard-button {
  width: 86px;
}

.dots {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}

.dropdown-card-button-custom {
  padding-right: 6px;
}

.dropdown-menu-custom {
  min-width: 84px;
  border: 0;
}
.dropdown-menu-custom:hover {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}

.card-header-custom:first-child {
  border-radius: 12px 12px 0 0;
  padding-right: 8px;
}

.card-custom {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;

}

.card-custom .card-footer {
  background-color: #fff;
  border-radius: 12px;
}

.card:hover {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}

.timelines-row {
  margin: 54px 0 54px 0;
}

.timeline-card-title {
  color: #fff;
  margin: 0;
}

.session-modal-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
}

.session-modal-body-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #667085;
}

.color-circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.color-select {
  margin: 0.5rem;
}

.color-selected {
  margin-right: 0.5rem;
}

.custom-color-select {
  background-position: right 0.5rem center;
}

.custom-color-select:valid {
  background-image: none !important;
}

.color-gray-400 {
  color: #98a2b3 !important;
}

.color-gray-500 {
  color: #667085 !important;
}

.color-gray-700 {
  color: #344054 !important;
}

.color-blue-500 {
  color: #2e90fa !important;
}

.color-blue-600 {
  color: #1570ef !important;
}

.background-color-blue-600 {
  background-color: #0086c9 !important;
}

.color-gray-300 {
  color: #d0d5dd !important;
}

.display-sm-Bold {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0em;
}

.text-md-Medium {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-md-Semibold {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}

.text-sm-Regular {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.text-lg-Regular {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
}

.text-md-Regular {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-lg-Semibold {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}

.login-container-custom {
  height: 100vh;
}

.error404-container-custom {
  height: 80vh;
}

.login-card-custom {
  width: 28.5rem;
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 1px solid #eaecf0;
}

.login-card-custom:hover {
  box-shadow: none;
}

.login-logo-custom {
  width: 296px;
  height: 59px;
  margin-bottom: 38px;
}

.display-2xl-Bold {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 125% */
  letter-spacing: -1.44px;
}

.checkbox-custom {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.1875rem;
  margin-top: 0.15rem;
}

.checkbox-custom:checked {
  background-image: url("public/check.svg");
  background-color: #eff8ff;
}

.checkbox-custom:focus {
  box-shadow: none;
}

/* The switch - the box around the slider */
.switch-custom {
  position: relative;
  display: inline-block;
  width: 2.75rem;
  height: 1.5rem;
}

/* Hide default HTML checkbox */
.switch-custom input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider-custom {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-custom:before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider-custom {
  background-color: #2196f3;
}

input:focus + .slider-custom {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider-custom:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider-custom.round {
  border-radius: 34px;
}

.slider-custom.round:before {
  border-radius: 50%;
}

.desc-asc {
  color: #d0d5dd;
}

.desc-asc-active {
  color: #0086c9;
}

.calendar-custom::placeholder {
  padding-left: 1.75rem;
  background-image: url("public/calendar.svg");
  background-repeat: no-repeat;
}

.timeline-text-box {
  position: relative;
  max-height: 5rem;
  overflow: hidden;
}

.timeline-text-box-content {
  position: relative;
}
.timeline-text-box-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: 1;
  background: linear-gradient(360deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.timeline-card-custom {
  border-radius: 1.25rem;
  border: 1px solid #eaecf0;
  background: #f9fafb;
  box-shadow:
    0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.container.range-plugin.show {
  margin-top: 0.5rem !important;
  left: 0 !important;
}

.container.show {
  margin-top: 0.5rem !important;
}

.show-more-box {
  position: relative;
  margin-top: -1rem;
}

.show-more-button {
  border: none;
  background: none;
  color: #0ba5ec;
  white-space: nowrap;
  z-index: 2;
}

.show-more-line {
  background: #eaecf0;
  height: 1px;
  z-index: 2;
}

.timeline-text-box.expand {
  max-height: 100%;
}

.timeline-text-box.expand .timeline-text-box-content::after {
  background: none;
}

.text-xs-Medium {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
}

.display-lg-Bold {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem; /* 125% */
  letter-spacing: -0.06rem;
}

.label-custom {
  padding: 0.125rem 0.5rem;
  border-radius: 1rem !important;
  width: fit-content;
  height: fit-content;
}



.labels-custom {
  gap: 0.75rem;
}

.custom-footer {
}

.text-sm-Medium {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.footer-data-text {
  margin-left: 0.38rem;
  margin-top: 	0.13rem;
  margin-bottom: 0;
  white-space: nowrap;
}

.image-button {
  background: none;
  border: none;
  padding: 0;
  opacity: 0.5;
}

.vertical-line {
  width: 2px;
  height: 1.5rem;
  background: #d0d5dd;
}

.dot-button {
  margin-top: 0.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #eaecf0;
  background-image: url("public/button-plus.svg");
  background-repeat: no-repeat;
  background-position: center;

  /* Shadow/lg */
  box-shadow:
    0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.year-first {
  background: radial-gradient(
      396.64% 33.13% at 50% -0%,
      #fcfcfd 0%,
      rgba(252, 252, 253, 0) 100%
    ),
    #f5faff;
}

.year-blue {
  background: linear-gradient(180deg, #ecfdf3 0%, rgba(236, 253, 243, 0) 10%),
    #f5faff;
}
.year-green {
  background: linear-gradient(180deg, #f5faff 0%, rgba(245, 250, 255, 0) 10%),
    #ecfdf3;
}

.timeline-date {
  width: 3rem;
  border-radius: 4.5rem;
  border: 1px solid #eaecf0;
  background: #f9fafb;
  text-align: center;
  white-space: nowrap;
  /* Shadow/lg */
  box-shadow:
    0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.timeline-date .text-vertical {
  transform: rotate(-90deg);
}

.col-custom-box > div {
  margin-bottom: 0.62rem;
}

.col-custom-box > div:last-of-type {
  margin-bottom: 0;
}

.empty-event {
  visibility: hidden;
}

.background-color-indigo-25 {
  background-color: #f5f8ff !important;
}

.form-select-custom.focus .ts-control {
  box-shadow: none !important;
  border: 1px solid #dee2e6;
}

.form-select-custom .ts-control {
  box-shadow: none !important;
  border: 1px solid #dee2e6;
  color: #667085 ;
}
.form-select-custom .ts-dropdown {
  color: #667085 ;
}
.form-select-custom .ts-dropdown .active  {
  color: #667085;
}

.form-select-custom:focus,
.form-select-custom:active {
  border: 1px solid #dee2e6;
}

.edit-event-manage-button {
  background: none;
  border: none;
}

.custom-pell-editor {
  border-radius: 0.5rem;
  border: 1px solid #d0d5dd;
  background: #fff;
}

.custom-pell-action-bar {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 1px solid #d0d5dd;
  display: flex;
  justify-content: center;
}

.files-input-box {
  border-radius: 0.5rem;
  border: 1px solid #d0d5dd;
  background: #fff;
  padding: 3.5rem;
}

.files-input-box input {
  display: none;
}

.dragging {
  border: 1px dashed #0ba5ec;
  background-color: #f5f8ff;
}

.upload-file-img {
  width: 2.625rem;
  height: 2.625rem;
  padding: 0.4875rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.75rem;
  border: 4px solid #eff8ff;
  background: #d1e9ff;
}

.attached-file-box {
  border-radius: 0.5rem;
  border: 1px solid #2e90fa;
  background: #fff;
}

.circle-progress-bar {
  width: 2.5rem;
  height: 2.5rem;
}

.center-uicons-icon {
  position: relative;
}

.center-uicons-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-label-select {
  max-width: 4.5rem;
}

.add-label-select .ts-dropdown-content {
  display: flex;
  flex-wrap: wrap;
  min-width: 11rem;
}

.add-label-select .ts-dropdown {
  width: fit-content;
}

.disable-border:focus,
.disable-border:active {
  border: 1px solid #dee2e6;
}

.close-button {
  max-width: 4.5rem;
}

#timelineEventsContainer > div:last-of-type {
  padding-bottom: 10rem;
}

#timelineContainer  {
  margin-bottom: 10rem;
}

/*opacity 0.5 and all colors grayed*/
.is-irrelevant {
    filter: grayscale(100%);
  opacity: 0.25
}

.is-irrelevant:hover {
  filter:grayscale(0%);
    opacity: 1;
}

.event-description {
  border-radius: 0.5rem;
  border: 1px solid #D0D5DD;
  background:  #FCFCFD;
  padding: 0.625rem 0.875rem;
  min-height: 17.25rem;
  width: fit-content;
  overflow: auto;
}

.pell-placeholder::before {
  content: attr(data-placeholder);
  color: #a0a0a0;
}
.download-clickable {
  cursor: pointer;
}

.input-group .flatpickr-wrapper {
    width: 100%;
}


.modal-backdrop.show:nth-of-type(odd) {
  z-index: 1063 !important;
}

.form-select-custom.ts-wrapper.plugin-remove_button .item .remove {
  border: 0;
  border-radius: 0 1rem 1rem 0;
  padding-bottom: 0.13rem;
}

.form-select-custom.ts-wrapper.multi .ts-control>div:not(.clear-button) {
  padding: 0.125rem 0.5rem;
  height: 1.5rem;
}

.ts-wrapper.multi .ts-control .clear-button {
  padding: 0;
  margin: 0;
}

.form-select-custom.ts-wrapper.multi .ts-control {
  overflow: auto;
}

.form-select-custom.ts-wrapper.multi .ts-control::-webkit-scrollbar {
  display: none;
}

.filter-labels-max-height {
  max-height: 2.25rem;
}

.methods-dropdown .ts-dropdown-content {
  max-height: fit-content;
}

 blockquote {
  font-style: italic;
}

blockquote:before {
  content: '“';
}
blockquote:after {
  content: '”';
}

.pell-content pre {
  background-color: #f1f1f1;
  margin: 0;
  padding: 0.2rem 1rem;
}

.add-pointer {
    cursor: pointer;
}

.show-more-button-collapse {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #d0d5dd;
  background-color: #fff;
  border-radius: 0.375rem;
  color:#667085  ;
}
.show-more-button-collapse:hover {
  background-color: #f5f8ff;
}